This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 7b3292ea [rr] round-robin-notify.sh (print_result): Print config detai [...]
new daac60bf tcwg-update-lnt-results.sh: Speed up imports
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:
tcwg-update-lnt-results.sh | 42 +++++++++++++++++++++++++++++++++++-------
1 file changed, 35 insertions(+), 7 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 87d6aab2389e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new 5363c306787c perf symbol: Set binary_type of dso when loading
new 52c996d3f40b Merge remote-tracking branch 'torvalds/master' into perf-tools
new 424aafb61a0b perf vdso: Missed put on 32-bit dsos
new c850897b6cc2 tools include UAPI: Sync sound/asound.h copy with the kern [...]
new 7ae76b32f979 tools include UAPI: Sync linux/sched.h copy with the kerne [...]
new 58f969b7a83e tools include UAPI: Sync linux/fcntl.h copy with the kerne [...]
new 744a6a1f2a83 tools arch x86: Sync the msr-index.h copy with the kernel sources
new c94cd9508b13 perf trace beauty: Update the arch/x86/include/asm/irq_vec [...]
new dc1e764b398e tools headers UAPI: Sync the linux/in.h with the kernel sources
new d1648688799d perf beauty: Update copy of linux/socket.h with the kernel [...]
new cd46ea5ab486 tools check_headers.sh: Add check variant that excludes so [...]
new 36110669ddf8 perf tools: Cope with differences for lib/list_sort.c copy [...]
new b9efb5960ce4 tools headers arm64: Sync arm64's cputype.h with the kerne [...]
new 008979cc6911 perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORT
new 43f6564f18bf perf build: Fix static compilation error when libdw is not [...]
new a530337ba9ef perf build: Fix build feature-dwarf_getlocations fail for [...]
new e934a35e3cc1 perf cs-etm: Fix the assert() to handle captured and unpro [...]
new b2760b839044 Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git [...]
new a4f2b9a78767 fs/ntfs3: Use swap() to improve code
new 556bdf27c2dd ntfs3: Add bounds checking to mi_enum_attr()
new 9931122d04c6 fs/ntfs3: Check if more than chunk-size bytes are written
new 2db86f7995fe fs/ntfs3: Do not call file_modified if collapse range failed
new acdbd67bf939 fs/ntfs3: Optimize large writes into sparse file
new e4a7d60a891b fs/ntfs3: Separete common code for file_read/write iter/splice
new ffe718c9924e fs/ntfs3: Fix sparse warning for bigendian
new 5b2db723455a fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
new 62fea783f96c fs/ntfs3: Fix sparse warning in ni_fiemap
new 56c16d5459d5 fs/ntfs3: Refactor enum_rstbl to suppress static checker
new 1fd21919de6d fs/ntfs3: Stale inode instead of bad
new c4a8ba334262 fs/ntfs3: Add rough attr alloc_size check
new 70dd48ca3af3 fs/ntfs3: Make checks in run_unpack more clear
new 9a2d6a40b8a1 fs/ntfs3: Implement fallocate for compressed files
new 6b39bfaeec44 fs/ntfs3: Add support for the compression attribute
new 568f1140b9ca fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag
new 689ecd06ef8d fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr
new bdd6baf7408c fs/ntfs3: Remove unused al_delete_le
new 589996bf8c45 ntfs3: Change to non-blocking allocation in ntfs_d_hash
new 03b097099eef fs/ntfs3: Fix possible deadlock in mi_read
new d178944db36b fs/ntfs3: Additional check in ni_clear()
new 090f612756a9 fs/ntfs3: Sequential field availability check in mi_enum_attr()
new a33fb016e49e fs/ntfs3: Fix general protection fault in run_is_mapped_full
new 031d6f608290 fs/ntfs3: Additional check in ntfs_file_release
new 48dbc127836a fs/ntfs3: Format output messages like others fs in kernel
new 5b7c893ed5ed Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-S [...]
The 44 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:
fs/ntfs3/attrib.c | 96 +++++++++--
fs/ntfs3/attrlist.c | 53 ------
fs/ntfs3/file.c | 185 +++++++++++++++------
fs/ntfs3/frecord.c | 97 +++++++++--
fs/ntfs3/fslog.c | 19 ++-
fs/ntfs3/inode.c | 20 ++-
fs/ntfs3/lib/lzx_decompress.c | 3 +-
fs/ntfs3/lznt.c | 3 +
fs/ntfs3/namei.c | 10 +-
fs/ntfs3/ntfs_fs.h | 10 +-
fs/ntfs3/record.c | 31 ++--
fs/ntfs3/run.c | 8 +-
fs/ntfs3/super.c | 70 ++++----
fs/ntfs3/xattr.c | 2 +-
tools/arch/arm64/include/asm/cputype.h | 2 +
tools/arch/x86/include/asm/msr-index.h | 2 +
tools/build/feature/Makefile | 5 +-
tools/include/uapi/linux/in.h | 2 +-
tools/perf/Makefile.config | 7 +-
.../perf/check-header_ignore_hunks/lib/list_sort.c | 31 ++++
tools/perf/check-headers.sh | 29 +++-
.../beauty/arch/x86/include/asm/irq_vectors.h | 4 +-
tools/perf/trace/beauty/fs_at_flags.sh | 5 +
tools/perf/trace/beauty/include/linux/socket.h | 1 +
tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 84 +++++++---
tools/perf/trace/beauty/include/uapi/linux/sched.h | 1 +
.../perf/trace/beauty/include/uapi/sound/asound.h | 17 +-
tools/perf/trace/beauty/msg_flags.c | 4 +
tools/perf/util/cs-etm.c | 2 +-
tools/perf/util/dwarf-aux.h | 1 +
tools/perf/util/symbol.c | 3 +
tools/perf/util/vdso.c | 4 +-
32 files changed, 580 insertions(+), 231 deletions(-)
create mode 100644 tools/perf/check-header_ignore_hunks/lib/list_sort.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 glibc.
from cfb35f5f7f rt: more clock_nanosleep tests
new 1895a35e70 rt: more clock_nanosleep tests addendum
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:
rt/tst-clock_nanosleep2.c | 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.
unknown user pushed a change to branch master
in repository glibc.
from d40ac01cbb stdlib: Make abort/_Exit AS-safe (BZ 26275)
new cfb35f5f7f rt: more clock_nanosleep tests
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:
rt/Makefile | 2 +
rt/tst-clock_nanosleep2-time64.c | 1 +
rt/tst-clock_nanosleep2.c | 255 +++++++++++++++++++++++++++++++++++++++
3 files changed, 258 insertions(+)
create mode 100644 rt/tst-clock_nanosleep2-time64.c
create mode 100644 rt/tst-clock_nanosleep2.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 glibc.
from 7949f552cb S390: Don't use r11 for cu-instructions as used as frame-poi [...]
new 02b195d30f linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofday
new 55d33108c7 linux: Use GLRO(dl_vdso_time) on time
new d40ac01cbb stdlib: Make abort/_Exit AS-safe (BZ 26275)
The 3 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:
NEWS | 5 +
debug/test-strcpy_chk.c | 6 +-
debug/tst-fortify-wide.c | 4 +-
debug/tst-fortify.c | 4 +-
include/bits/unistd_ext.h | 3 +
include/stdlib.h | 7 ++
manual/startup.texi | 9 +-
nptl/pthread_kill.c | 11 ++
posix/fork.c | 2 +
signal/sigaction.c | 15 ++-
stdlib/abort.c | 138 ++++++++-------------
sysdeps/generic/internal-signals.h | 27 +++-
.../sysdep-cancel.h => generic/internal-sigset.h} | 13 +-
sysdeps/htl/pthreadP.h | 2 +
sysdeps/nptl/_Fork.c | 8 +-
sysdeps/nptl/pthreadP.h | 1 +
sysdeps/posix/profil.c | 6 +-
sysdeps/unix/sysv/linux/gettimeofday.c | 8 +-
sysdeps/unix/sysv/linux/internal-signals.h | 9 ++
sysdeps/unix/sysv/linux/internal-sigset.h | 2 +-
sysdeps/unix/sysv/linux/spawni.c | 8 +-
sysdeps/unix/sysv/linux/time.c | 7 +-
22 files changed, 174 insertions(+), 121 deletions(-)
copy sysdeps/{unix/sysv/linux/sysdep-cancel.h => generic/internal-sigset.h} (78%)
--
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 5f0a381801b Add regression test
new 517d344e416 RISC-V: Implement TARGET_CAN_INLINE_P
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/common/config/riscv/riscv-common.cc | 372 ++++++++++++++++++--------------
gcc/config/riscv/riscv-subset.h | 3 +
gcc/config/riscv/riscv.cc | 66 ++++++
3 files changed, 276 insertions(+), 165 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 eec5e10a79d Add regression test
new 60b352cd660 ada: Fix wrong finalization of anonymous array aggregate
new a998902576d Add regression test
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:
gcc/ada/exp_aggr.adb | 22 ++++++++++++++++------
gcc/ada/exp_aggr.ads | 4 ++++
gcc/ada/exp_ch3.adb | 15 ++++++++++-----
gcc/testsuite/gnat.dg/aggr31.adb | 17 +++++++++++++++++
4 files changed, 47 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/aggr31.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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 932d1c3adb5 Add regression test
new c9fe4eae41c ada: Fix internal error on elsif part of if-statement conta [...]
new f45fc31bd61 ada: Fix negative value returned by 'Image for array with n [...]
new 4390e95fa53 Add regression test
new f8e9c36aa3d ada: Fix wrong finalization of anonymous array aggregate
new 70c46d8e455 Add regression test
The 5 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/exp_aggr.adb | 22 ++++++++++++++++------
gcc/ada/exp_aggr.ads | 4 ++++
gcc/ada/exp_ch3.adb | 15 ++++++++++-----
gcc/ada/exp_put_image.adb | 3 +--
gcc/ada/exp_util.adb | 1 +
gcc/testsuite/gnat.dg/aggr31.adb | 17 +++++++++++++++++
gcc/testsuite/gnat.dg/put_image1.adb | 21 +++++++++++++++++++++
7 files changed, 70 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/aggr31.adb
create mode 100644 gcc/testsuite/gnat.dg/put_image1.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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from b3cf0bd9813 Add regression test
new da4f4b27c8f ada: Fix internal error on elsif part of if-statement conta [...]
new d0abc47f940 ada: Fix negative value returned by 'Image for array with n [...]
new eec5e10a79d Add regression test
The 3 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/exp_put_image.adb | 3 +--
gcc/ada/exp_util.adb | 1 +
gcc/testsuite/gnat.dg/put_image1.adb | 21 +++++++++++++++++++++
3 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/put_image1.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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 965ee6a8221 x86/{,V}AES: adjust when to force EVEX encoding
new 89d2007d211 ada: Fix bogus error in instantiation with formal package
new 932d1c3adb5 Add regression test
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:
gcc/ada/sem_ch12.adb | 6 ++++-
gcc/testsuite/gnat.dg/specs/generic_inst1.ads | 32 +++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst1.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.