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-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts/tcwg_kernel/gnu-master-arm-lts-allmodconfig.
from 0536a49 onsuccess: #51: 33: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 8951f84 onsuccess: #52: 33: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2336 -> 2312 bytes
02-prepare_abe/console.log.xz | Bin 2664 -> 2592 bytes
03-build_abe-binutils/console.log.xz | Bin 27624 -> 27396 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17400 -> 17684 bytes
04-build_abe-stage1/console.log.xz | Bin 94040 -> 91768 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 71600 -> 71728 bytes
05-build_abe-qemu/console.log.xz | Bin 34436 -> 33776 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22660 -> 22472 bytes
06-build_linux/console.log.xz | Bin 4052 -> 4544 bytes
08-check_regression/console.log.xz | Bin 1304 -> 1284 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 256 ++++++++++++++---------------
jenkins/notify-init.log | 92 +++++------
jenkins/rewrite.log | 27 ++-
jenkins/run-build.env | 6 +-
manifest.sh | 2 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 54 +++---
notify/mail-subject.txt | 2 +-
23 files changed, 223 insertions(+), 228 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 linux.
from 6465e260f487 Linux 6.6-rc3
new a6e414a4cb5a perf tools: Update copy of libbpf's hashmap.c
new f7875966dc0c tools headers UAPI: Sync files changed by new fchmodat2 an [...]
new 417ecb614fd8 tools headers UAPI: Copy seccomp.h to be able to build 'pe [...]
new 678ddf730a1b perf bench sched-seccomp-notify: Use the tools copy of sec [...]
new 15ca35494ec5 tools arch x86: Sync the msr-index.h copy with the kernel sources
new c2122b687c21 tools headers UAPI: Update tools's copy of drm.h headers
new 4a73fca22692 perf bpf-prologue: Remove unused file
new 33b725ce7b98 perf trace: Avoid compile error wrt redefining bool
new d1bac78e26e5 perf jevents metric: Fix type of strcmp_cpuid_str
new eaaebb01a7a6 perf pmu: Ensure all alias variables are initialized
new e47749f1796d perf jevent: fix core dump on software events on s390
new 5c519bc075b3 Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git: [...]
new 2251588143f6 reiserfs: Replace 1-element array with C99 style flex-array
new 8287474aa5ff direct_write_fallback(): on error revert the ->ki_pos upda [...]
new db7fcc884d8a aio: Annotate struct kioctx_table with __counted_by
new be049c3a088d fs-writeback: do not requeue a clean inode having skipped pages
new ae81711c1edd fs/pipe: remove duplicate "offset" initializer
new 2ba0dd6562f2 porting: document new block device opening order
new 060e6c7d179e porting: document superblock as block device holder
new 2d1b3bbc3dd5 ovl: disable IOCB_DIO_CALLER_COMP
new 493c71926c20 ntfs3: put resources during ntfs_fill_super()
new 03dbab3bba5f overlayfs: set ctime when setting mtime and atime
new 84422aee15b9 Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/ [...]
new 8ed99af4a266 selftests/user_events: Fix to unmount tracefs when test cr [...]
new 50768a425b46 Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.ker [...]
The 25 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:
Documentation/filesystems/porting.rst | 96 ++++
fs/aio.c | 2 +-
fs/fs-writeback.c | 11 +-
fs/libfs.c | 1 +
fs/ntfs3/super.c | 1 +
fs/overlayfs/copy_up.c | 2 +-
fs/overlayfs/file.c | 6 +
fs/pipe.c | 1 -
fs/reiserfs/reiserfs.h | 6 +-
tools/arch/x86/include/asm/msr-index.h | 12 +
tools/include/uapi/asm-generic/unistd.h | 5 +-
tools/include/uapi/drm/drm.h | 84 +++-
{include => tools/include}/uapi/linux/seccomp.h | 0
.../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 +
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 2 +
tools/perf/bench/sched-seccomp-notify.c | 2 +-
tools/perf/check-headers.sh | 1 +
tools/perf/pmu-events/jevents.py | 2 +-
tools/perf/pmu-events/metric.py | 4 +-
tools/perf/util/bpf-prologue.c | 508 ---------------------
.../util/bpf_skel/augmented_raw_syscalls.bpf.c | 2 +
tools/perf/util/hashmap.h | 10 -
tools/perf/util/pmu.c | 2 +-
tools/testing/selftests/user_events/abi_test.c | 4 +-
tools/testing/selftests/user_events/dyn_test.c | 5 +-
tools/testing/selftests/user_events/ftrace_test.c | 5 +-
tools/testing/selftests/user_events/perf_test.c | 5 +-
.../selftests/user_events/user_events_selftests.h | 24 +-
30 files changed, 249 insertions(+), 557 deletions(-)
copy {include => tools/include}/uapi/linux/seccomp.h (100%)
delete mode 100644 tools/perf/util/bpf-prologue.c
--
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 f35baff348a Add two new pretty-printer methods
new 54e053874dd Remove some unnecessary qualification from printing.py
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/python/lib/gdb/printing.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 854f72b36dc Fix a snafu in the new tests for reproducible archives that [...]
new fb282576998 Introduce gdb.ValuePrinter
new f35baff348a Add two new pretty-printer methods
The 2 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/NEWS | 5 ++
gdb/doc/python.texi | 68 ++++++++++++++++++++-------
gdb/python/lib/gdb/dap/varref.py | 22 ++++++---
gdb/python/lib/gdb/printer/bound_registers.py | 9 ++--
gdb/python/lib/gdb/printing.py | 64 ++++++++++++++-----------
gdb/python/py-prettyprint.c | 65 +++++++++++++++++++++++++
6 files changed, 178 insertions(+), 55 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 releases/gcc-13
in repository gcc.
from 5a5e1be3dda Daily bump.
new 35787c3093f ada: Fix deferred constant wrongly rejected
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:
gcc/ada/sem_ch3.adb | 6 ++++--
1 file changed, 4 insertions(+), 2 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 gcc.
from c3c6f30496d MATCH: Simplify `(A ==/!= B) &/| (((cast)A) CMP C)`
new e1e18ea0def AArch64: Remove BTI from outline atomics
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:
libgcc/config/aarch64/lse.S | 6 +++---
1 file 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 940bb336cbc [gdb/testsuite] Fix gdb.server/ext-run.exp in container
new 854f72b36dc Fix a snafu in the new tests for reproducible archives that [...]
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:
binutils/ChangeLog | 5 +++++
binutils/testsuite/binutils-all/ar.exp | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.