This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from dc9ff610 jenkins-helpers.sh: fix error when cloning an unexisting dir
adds fc3eba4e tcwg-update-llvmbot-containers.sh: Add tcwg-g3-03
adds 6001ec1d round-robin.sh: more robust in case of unstability of bkp.tcwglab
No new revisions were added by this update.
Summary of changes:
round-robin.sh | 22 ++++++++++++++++++----
rr | 2 +-
tcwg-update-llvmbot-containers.sh | 14 ++++++++++----
3 files changed, 29 insertions(+), 9 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 release/2.39/master
in repository glibc.
from 808a84a8b8 Fix underallocation of abort_msg_s struct (CVE-2025-0395)
new c1f7bfbe08 Hide all malloc functions from compiler [BZ #32366]
new 1432850ad8 malloc: obscure calloc use in tst-calloc
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:
malloc/tst-calloc.c | 12 ++++++++----
malloc/tst-mallinfo2.c | 2 ++
malloc/tst-malloc-aux.h | 25 ++++++++++++++++++++-----
malloc/tst-malloc-backtrace.c | 2 ++
malloc/tst-memalign.c | 2 ++
malloc/tst-safe-linking.c | 2 ++
malloc/tst-valloc.c | 2 ++
7 files changed, 38 insertions(+), 9 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 8883957b3c9d Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel [...]
new fe4b4188ebc2 ksmbd: Remove unused functions
new b2d99376c5d6 ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL
new aab98e2dbd64 ksmbd: fix integer overflows on 32 bit systems
new e814f3fd16ac Merge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba [...]
new 62eecd8aac6c smb: client: introduce av_for_each_entry() helper
new 0e8ae9b953bc smb: client: parse av pair type 4 in CHALLENGE_MESSAGE
new ad46faff1afc smb: client: fix DFS mount against old servers with NTLMSSP
new 489d1523105e smb: client: parse DNS domain name from domain= option
new 4b1b4c8be9de smb: client: provide dns_resolve_{unc,name} helpers
new 5433c629e8d4 smb: client: optimize referral walk on failed link targets
new bfc115503015 smb: client: fix return value of parse_dfs_referrals()
new 48aa99523e88 smb: client: don't retry DFS targets on server shutdown
new 215b7f9ecb8d smb: client: correctly handle ErrorContextData as a flexib [...]
new be7a6a776695 smb: client: fix oops due to unset link speed
new 11f8b80ab9f9 smb: client: fix order of arguments of tracepoints
new 72cf9e94f32f smb3: add missing tracepoint for querying wsl EAs
new 015683d4ed0d cifs: Use cifs_autodisable_serverino() for disabling CIFS_ [...]
new 4e2ee3282915 cifs: Fix endian types in struct rfc1002_session_packet
new 014fdae602c1 cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.c
new 6d08851c6013 cifs: Fix printing Status code into dmesg
new 4bda5f4de038 cifs: Remove declaration of dead CIFSSMBQuerySymLink function
new e20a405fe4f2 cifs: Do not attempt to call CIFSSMBRenameOpenFile() witho [...]
new 10e6fe53d90b cifs: Do not attempt to call CIFSGetSrvInodeNumber() witho [...]
new 2948f0d4db40 cifs: Remove duplicate struct reparse_symlink_data and SYM [...]
new 0a9b00e5e5c5 smb: client: get rid of TCP_Server_Info::refpath_lock
new 056e91cbc980 smb: client: don't check for @leaf_fullpath in match_server()
new 3681c74d342d smb: client: handle lack of EA support in smb2_query_path_info()
new e0b1f5914274 Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.s [...]
The 28 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/smb/client/cifsencrypt.c | 162 ++++++++++++++++-----------------
fs/smb/client/cifsglob.h | 35 +++++---
fs/smb/client/cifspdu.h | 18 +---
fs/smb/client/cifsproto.h | 5 +-
fs/smb/client/connect.c | 133 ++++++++++-----------------
fs/smb/client/dfs.c | 80 +++++++----------
fs/smb/client/dfs.h | 44 ++++++---
fs/smb/client/dfs_cache.c | 20 ++---
fs/smb/client/dir.c | 6 +-
fs/smb/client/dns_resolve.c | 108 +++++++++++-----------
fs/smb/client/dns_resolve.h | 23 ++++-
fs/smb/client/fs_context.c | 4 +
fs/smb/client/fs_context.h | 1 +
fs/smb/client/inode.c | 7 ++
fs/smb/client/misc.c | 29 +++---
fs/smb/client/netmisc.c | 4 +-
fs/smb/client/nterr.c | 8 ++
fs/smb/client/readdir.c | 2 +-
fs/smb/client/rfc1002pdu.h | 6 +-
fs/smb/client/smb1ops.c | 6 ++
fs/smb/client/smb2file.c | 4 +-
fs/smb/client/smb2inode.c | 202 ++++++++++++++++++++++++++----------------
fs/smb/client/smb2ops.c | 9 +-
fs/smb/client/smb2pdu.h | 2 +-
fs/smb/client/trace.h | 1 +
fs/smb/server/ksmbd_netlink.h | 3 +-
fs/smb/server/server.h | 1 +
fs/smb/server/smb2pdu.c | 4 +
fs/smb/server/transport_ipc.c | 35 +++-----
fs/smb/server/transport_ipc.h | 2 -
fs/smb/server/transport_tcp.c | 73 +++++++--------
fs/smb/server/transport_tcp.h | 1 +
fs/smb/server/vfs.c | 7 --
fs/smb/server/vfs.h | 1 -
34 files changed, 533 insertions(+), 513 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 release/2.40/master
in repository glibc.
from 7d4b6bcae9 Fix underallocation of abort_msg_s struct (CVE-2025-0395)
new aef8f8d6a9 Hide all malloc functions from compiler [BZ #32366]
new be48b8f6ad malloc: obscure calloc use in tst-calloc
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:
malloc/tst-calloc.c | 12 ++++++++----
malloc/tst-mallinfo2.c | 2 ++
malloc/tst-malloc-aux.h | 25 ++++++++++++++++++++-----
malloc/tst-malloc-backtrace.c | 2 ++
malloc/tst-memalign.c | 2 ++
malloc/tst-safe-linking.c | 2 ++
malloc/tst-valloc.c | 2 ++
7 files changed, 38 insertions(+), 9 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 master
in repository toolchain/ci/interesting-commits.
from 20104e0b7 Add entry c25bd6e35134f591ee7dfeb4494df02987106f7e from https [...]
new 966bb0189 Add entry c25bd6e35134f591ee7dfeb4494df02987106f7e from https [...]
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:
llvm/sha1/c25bd6e35134f591ee7dfeb4494df02987106f7e/jira/description | 4 ++++
llvm/sha1/c25bd6e35134f591ee7dfeb4494df02987106f7e/jira/summary | 2 +-
llvm/sha1/c25bd6e35134f591ee7dfeb4494df02987106f7e/status-summary.txt | 2 +-
llvm/sha1/c25bd6e35134f591ee7dfeb4494df02987106f7e/status.txt | 4 ++++
.../llvm-aarch64-master-Oz_LTO}/details.txt | 4 ++--
.../llvm-aarch64-master-Oz_LTO}/reproduction_instructions.txt | 0
.../llvm-aarch64-master-Oz_LTO}/status-summary.txt | 0
.../tcwg_bmk-code_size-spec2k6/llvm-aarch64-master-Oz_LTO/status.txt | 4 ++--
.../tcwg_bmk-code_size-spec2k6/status-summary.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/status.txt | 4 ++++
10 files changed, 19 insertions(+), 7 deletions(-)
copy llvm/sha1/{9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/tcwg_bmk-code_vect-spec2k [...]
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84/tcwg_bmk-code_vect-spec2k [...]
copy llvm/sha1/{9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b/tcwg_bmk-code_vect-spec2k [...]
copy llvm/sha1/{b8703369daf777706196ff914c0376c27adde3cf => c25bd6e35134f591ee7dfe [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from fd8e16a8e Add entry c25bd6e35134f591ee7dfeb4494df02987106f7e from https [...]
new 20104e0b7 Add entry c25bd6e35134f591ee7dfeb4494df02987106f7e from https [...]
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_bmk-code_size-spec2k6/llvm-aarch64-master-Oz_LTO}/build_url | 2 +-
.../llvm-aarch64-master-Oz_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0dab86265035dd97ecf042dfad6571ff59867dad/tcwg_bmk-code_size-spec2k [...]
copy llvm/sha1/c25bd6e35134f591ee7dfeb4494df02987106f7e/{tcwg_bmk-code_size-cpu201 [...]
--
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 11abd61656c hppa: Fix typo in ADDITIONAL_REGISTER_NAMES in pa32-regs.h
new 1a80a0401d6 Daily bump.
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/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
2 files changed, 6 insertions(+), 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 releases/gcc-13
in repository gcc.
from 1126e315d95 hppa: Fix typo in ADDITIONAL_REGISTER_NAMES in pa32-regs.h
new 2d6e33407c3 Daily bump.
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/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
2 files changed, 6 insertions(+), 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 releases/gcc-12
in repository gcc.
from 40eafb7b58f hppa: Fix typo in ADDITIONAL_REGISTER_NAMES in pa32-regs.h
new 11e11d496ff Daily bump.
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/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
2 files changed, 6 insertions(+), 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 gcc.
from 6d8a0e8b2cf c++: bogus error with nested lambdas [PR117602]
new 35d5c4f9f47 Daily bump.
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/ChangeLog | 349 +++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 10 +
gcc/c/ChangeLog | 6 +
gcc/cp/ChangeLog | 43 +++++
gcc/fortran/ChangeLog | 19 ++
gcc/testsuite/ChangeLog | 503 ++++++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 6 +
8 files changed, 937 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.