This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64
in repository toolchain/ci/linux.
from df63ada3e4d1 Merge v5.15.17
new 8a17a077e7e9 drm/i915: Flush TLBs before releasing backing store
new f71c91ed1d4b drm/amd/display: reset dcn31 SMU mailbox on failures
new b168b1a0397e io_uring: fix not released cached task refs
new 66e1791cbeed bnx2x: Utilize firmware 7.13.21.0
new 2691be41fede bnx2x: Invalidate fastpath HSI version for VFs
new 7182935bd5ae memcg: flush stats only if updated
new 6c8076660d9c memcg: unify memcg stat flushing
new 6ebe994b54a6 memcg: better bounds on the memcg stats updates
new c3156dbd5082 rcu: Tighten rcu_advance_cbs_nowake() checks
new 145407e54fd1 select: Fix indefinitely sleeping task in poll_schedule_timeout()
new 7b6577cf9fe4 drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
new 9c82ce593626 arm64/bpf: Remove 128MB limit for BPF JIT programs
new 6066977961fc drm/vmwgfx: Fix stale file descriptors on failed usercopy
new 9c43548a7fb8 Linux 5.15.18
new 57e2e34e640a Merge v5.15.18
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 2 +-
arch/arm64/include/asm/extable.h | 9 --
arch/arm64/include/asm/memory.h | 5 +-
arch/arm64/kernel/traps.c | 2 +-
arch/arm64/mm/extable.c | 13 ++-
arch/arm64/mm/ptdump.c | 2 -
arch/arm64/net/bpf_jit_comp.c | 7 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 14 ++-
.../drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c | 6 ++
drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 1 +
drivers/gpu/drm/i915/gem/i915_gem_pages.c | 10 ++
drivers/gpu/drm/i915/gt/intel_gt.c | 102 +++++++++++++++++++++
drivers/gpu/drm/i915/gt/intel_gt.h | 2 +
drivers/gpu/drm/i915/gt/intel_gt_types.h | 2 +
drivers/gpu/drm/i915/i915_reg.h | 11 +++
drivers/gpu/drm/i915/i915_vma.c | 3 +
drivers/gpu/drm/i915/intel_uncore.c | 26 +++++-
drivers/gpu/drm/i915/intel_uncore.h | 2 +
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 5 +-
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 33 +++----
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 11 ++-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 6 +-
.../net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h | 2 +
drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h | 3 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 75 ++++++++++-----
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 13 ++-
fs/io_uring.c | 34 ++++---
fs/select.c | 63 +++++++------
kernel/rcu/tree.c | 7 +-
mm/memcontrol.c | 99 ++++++++++++++------
32 files changed, 416 insertions(+), 158 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64
in repository toolchain/ci/gcc.
from 06f179b7b48 Daily bump.
adds 2aa4400cb98 c++: when delegating constructor throws [PR103711]
adds cfcf6459810 c++: nested catch in ctor fn-try-block [PR61611]
adds 0d87092f889 Fix wrong operator for universal_integer operands in instance
adds 2c7d8ca8317 tree-optimization/103489 - fix ICE when bool pattern recog fails
adds 08f594465fa tree-optimization/103596 - fix missed propagation into switches
new 9794cf77a93 Daily bump.
new a6adc7aca5b Daily bump.
new 56f2ef30b1d Daily bump.
new 518697a54eb Daily bump.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 30 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 ++++
gcc/ada/exp_ch4.adb | 6 +++-
gcc/cp/ChangeLog | 11 ++++++
gcc/cp/except.c | 20 ++++++++++-
gcc/cp/init.c | 10 ++++++
gcc/testsuite/ChangeLog | 30 ++++++++++++++++
gcc/testsuite/g++.dg/eh/ctor-fntry1.C | 23 ++++++++++++
gcc/testsuite/g++.dg/eh/delegating1.C | 28 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr103489.c | 12 +++++++
gcc/testsuite/gcc.dg/torture/pr103596.c | 36 +++++++++++++++++++
gcc/testsuite/gnat.dg/generic_comp.adb | 39 +++++++++++++++++++++
gcc/tree-ssa-propagate.c | 62 +++++++++++++--------------------
gcc/tree-ssa-propagate.h | 2 +-
gcc/tree-ssa-sccvn.c | 2 +-
gcc/tree-vect-loop.c | 18 ++++++++++
17 files changed, 294 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/eh/ctor-fntry1.C
create mode 100644 gcc/testsuite/g++.dg/eh/delegating1.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr103489.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr103596.c
create mode 100644 gcc/testsuite/gnat.dg/generic_comp.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 0c7816521e Automatic date update in version.in
new c900fb99b4 Automatic date update in version.in
new 01d1fa5ef5 Automatic date update in version.in
new 68feed8665 Automatic date update in version.in
new ce1b212d00 Automatic date update in version.in
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64
in repository toolchain/ci/base-artifacts.
discards a1c38b547 0: update: binutils-gcc-linux-glibc-gdb: 6
new 0afe28c11 0: update: binutils-gcc-linux-glibc-gdb: 6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a1c38b547)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/release [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51872 -> 51684 bytes
05-build_abe-gcc/console.log.xz | Bin 193184 -> 193324 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8744 -> 8768 bytes
08-build_abe-glibc/console.log.xz | Bin 297356 -> 294972 bytes
09-build_abe-gdb/console.log.xz | Bin 41576 -> 41524 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
11 files changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 08989b192 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
new d616fdc12 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (08989b192)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1700 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 42296 -> 42352 bytes
04-build_abe-stage1/console.log.xz | Bin 69500 -> 69156 bytes
05-build_abe-qemu/console.log.xz | Bin 31860 -> 31784 bytes
06-build_linux/console.log.xz | Bin 3192 -> 3208 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 4 ++--
10 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gdb.
from e1dbfc17c5 Load debug section only when dumping debug sections
adds 4bed253f22 elf: Check symbol version without any symbols
adds 21cbd63389 Automatic date update in version.in
new e327c35ef5 hurd: Fix RPC link names
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
gdb/gnu-nat.c | 2 +-
ld/testsuite/ld-elf/pr24718-1.d | 13 +++++++++++++
ld/testsuite/ld-elf/pr24718-1.s | 7 +++++++
ld/testsuite/ld-elf/pr24718-1.t | 4 ++++
5 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr24718-1.d
create mode 100644 ld/testsuite/ld-elf/pr24718-1.s
create mode 100644 ld/testsuite/ld-elf/pr24718-1.t
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from e1dbfc17c5 Load debug section only when dumping debug sections
adds 4bed253f22 elf: Check symbol version without any symbols
adds 21cbd63389 Automatic date update in version.in
new e327c35ef5 hurd: Fix RPC link names
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
gdb/gnu-nat.c | 2 +-
ld/testsuite/ld-elf/pr24718-1.d | 13 +++++++++++++
ld/testsuite/ld-elf/pr24718-1.s | 7 +++++++
ld/testsuite/ld-elf/pr24718-1.t | 4 ++++
5 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr24718-1.d
create mode 100644 ld/testsuite/ld-elf/pr24718-1.s
create mode 100644 ld/testsuite/ld-elf/pr24718-1.t
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 83360fe63 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 26411dbb9 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (83360fe63)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1552 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 31092 -> 29976 bytes
05-build_abe-stage1/console.log.xz | Bin 91604 -> 90008 bytes
07-build_abe-linux/console.log.xz | Bin 9136 -> 8568 bytes
08-build_abe-glibc/console.log.xz | Bin 233848 -> 231416 bytes
09-build_abe-stage2/console.log.xz | Bin 222260 -> 221456 bytes
10-build_abe-gdb/console.log.xz | Bin 37012 -> 37040 bytes
11-build_abe-qemu/console.log.xz | Bin 30964 -> 30876 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 21cbd633898 Automatic date update in version.in
new e327c35ef57 hurd: Fix RPC link names
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/gnu-nat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.