This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 6c6e47d69d82 Merge tag 'firewire-fixes-6.9-rc2' of git://git.kernel.org [...]
new ebd9779683aa smb: client: replace deprecated strncpy with strscpy
new 24a9799aa8ef smb: client: fix UAF in smb2_reconnect_server()
new e9e62243a3e2 cifs: Fix caching to try to do open O_WRONLY as rdwr on server
new 062a7f0ff46e smb: client: guarantee refcounted children from parent session
new 0a05ad21d77a smb: client: refresh referral without acquiring refpath_lock
new 4a5ba0e0bfe5 smb: client: handle DFS tcons in cifs_construct_tcon()
new 93cee45ccfeb smb: client: serialise cifs_construct_tcon() with cifs_mou [...]
new 173217bd7336 smb3: retrying on failed server close
new ca545b7f0823 smb: client: fix potential UAF in cifs_debug_files_proc_show()
new 58acd1f49716 smb: client: fix potential UAF in cifs_dump_full_key()
new d3da25c5ac84 smb: client: fix potential UAF in cifs_stats_proc_write()
new 0865ffefea19 smb: client: fix potential UAF in cifs_stats_proc_show()
new 705c76fbf726 smb: client: fix potential UAF in smb2_is_valid_lease_break()
new 22863485a462 smb: client: fix potential UAF in smb2_is_valid_oplock_break()
new 69ccf040acdd smb: client: fix potential UAF in is_valid_oplock_break()
new 63981561ffd2 smb: client: fix potential UAF in smb2_is_network_name_deleted()
new e0e50401cc39 smb: client: fix potential UAF in cifs_signal_cifsd_for_re [...]
new 119c289409dd Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.o [...]
new e23d7e82b707 xfs: allow cross-linking special files without project quota
new 9520c192e853 Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/sc [...]
The 20 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/cached_dir.c | 6 +-
fs/smb/client/cifs_debug.c | 6 ++
fs/smb/client/cifsfs.c | 11 +++
fs/smb/client/cifsglob.h | 19 ++++--
fs/smb/client/cifsproto.h | 20 +++---
fs/smb/client/cifssmb.c | 6 +-
fs/smb/client/connect.c | 153 +++++++++++++++++++++++++++---------------
fs/smb/client/dfs.c | 51 +++++++-------
fs/smb/client/dfs.h | 33 +++++----
fs/smb/client/dfs_cache.c | 53 +++++++--------
fs/smb/client/dir.c | 15 +++++
fs/smb/client/file.c | 111 +++++++++++++++++++++++++-----
fs/smb/client/fs_context.c | 6 +-
fs/smb/client/fs_context.h | 12 ++++
fs/smb/client/fscache.h | 6 ++
fs/smb/client/ioctl.c | 6 +-
fs/smb/client/misc.c | 8 +--
fs/smb/client/smb1ops.c | 4 +-
fs/smb/client/smb2misc.c | 4 ++
fs/smb/client/smb2ops.c | 13 ++--
fs/smb/client/smb2pdu.c | 2 +-
fs/smb/client/smb2transport.c | 2 +-
fs/xfs/xfs_inode.c | 15 ++++-
23 files changed, 382 insertions(+), 180 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 09992f8b881 d: Merge upstream dmd, druntime b65767825f, phobos 92dc5a4e9.
new 93adf88cc67 libfortran: Fix handling of formatted separators.
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/testsuite/gfortran.dg/pr105473.f90 | 4 +-
gcc/testsuite/gfortran.dg/pr114304.f90 | 114 +++++++++++++++++++++++++++++++++
libgfortran/io/list_read.c | 41 ++++++++++--
3 files changed, 152 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr114304.f90
--
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 8403a8246 Add entry fc4216add64ee4dbeeb182651c0abcf8079c8c47 from https [...]
new 0acf9daf2 Add entry 66b528078e4852412769375e35d2a672bf36a0ec 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:
.../first_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/build_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18 => 66b528078e485241276937 [...]
copy llvm/sha1/{141be5c062ecf22bd287afffd310e8ac4711444a => 66b528078e485241276937 [...]
create mode 100644 llvm/sha1/66b528078e4852412769375e35d2a672bf36a0ec/tcwg_bmk-cod [...]
--
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 06a7e7514af x86: Use explicit shift count in double-precision shifts
new 09992f8b881 d: Merge upstream dmd, druntime b65767825f, phobos 92dc5a4e9.
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/d/dmd/MERGE | 2 +-
gcc/d/dmd/VERSION | 2 +-
libphobos/libdruntime/MERGE | 2 +-
.../libdruntime/core/internal/array/duplication.d | 14 ++++++-
libphobos/src/MERGE | 2 +-
.../allocator/building_blocks/kernighan_ritchie.d | 4 +-
libphobos/src/std/net/curl.d | 5 ++-
libphobos/src/std/typecons.d | 47 +++++++++++++++++++++-
8 files changed, 68 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 e7e05a9dd0c Don't have first_hash entries of strings that can be freed.
new cca46dea4d0 Revert "x86: Restore APX shift-double instructions with omi [...]
new c411ee98837 elf: Call bfd_malloc instead xmalloc
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:
bfd/elflink.c | 11 +-
gas/testsuite/gas/i386/x86-64-apx-ndd-wig.d | 6 -
gas/testsuite/gas/i386/x86-64-apx-ndd.d | 6 -
gas/testsuite/gas/i386/x86-64-apx-ndd.s | 6 -
opcodes/i386-opc.tbl | 1 -
opcodes/i386-tbl.h | 592 +++++++++++++---------------
6 files changed, 290 insertions(+), 332 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 glibc.
from c27f8763cf Reinstate generic features-time64.h
new 9e1f4aef86 x86-64: Exclude FMA4 IFUNC functions for -mapxf
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:
config.h.in | 3 +++
sysdeps/x86_64/configure | 32 +++++++++++++++++++++++++++
sysdeps/x86_64/configure.ac | 18 +++++++++++++++
sysdeps/x86_64/fpu/multiarch/Makefile | 22 ++++++++++--------
sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h | 2 ++
sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h | 2 ++
6 files changed, 70 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 gcc.
from c6892a430a9 Copy condition->expr map when inlining [PR114599]
new 06a7e7514af x86: Use explicit shift count in double-precision shifts
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/config/i386/i386.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 4b02dd48f53 analyzer: respect GCC_COLORS in out-of-bounds diagrams [PR114588]
new 888bf719728 Remove unecessary and broken MC/DC compile test
new c6892a430a9 Copy condition->expr map when inlining [PR114599]
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/testsuite/gcc.misc-tests/gcov-19.c | 11 -----------
gcc/testsuite/gcc.misc-tests/gcov-pr114599.c | 25 +++++++++++++++++++++++++
gcc/tree-inline.cc | 20 +++++++++++++++++++-
3 files changed, 44 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-pr114599.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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 4e349c6c tcwg-lnt: Filter the json inputs for each server
adds a023cda6 round-robin-notify.sh (gnu_print_result): Exclude final summa [...]
No new revisions were added by this update.
Summary of changes:
round-robin-notify.sh | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.