This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 806d5417e0c c++: Fix ICE with struct in function parameter containing a [...]
new a8ecf458044 c++/modules: Handle naming external TU-local entities in ADL
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/c-family/c.opt | 4 +
gcc/c-family/c.opt.urls | 3 +
gcc/cp/cp-tree.h | 3 +-
gcc/cp/module.cc | 112 +++++++++++++++++++++++----
gcc/cp/name-lookup.cc | 58 +++++++++++---
gcc/cp/name-lookup.h | 16 +++-
gcc/doc/invoke.texi | 28 ++++++-
gcc/testsuite/g++.dg/modules/adl-6_c.C | 5 +-
gcc/testsuite/g++.dg/modules/internal-14_c.C | 2 +-
gcc/testsuite/g++.dg/modules/internal-15_a.C | 28 +++++++
gcc/testsuite/g++.dg/modules/internal-15_b.C | 13 ++++
11 files changed, 241 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/internal-15_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/internal-15_b.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 c572eb343a2 opcodes: PR 33384 invalid disassembler option message
new 025c45fdaca elf: Define ABI_64_P in elf-bfd.h
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/elf-bfd.h | 3 +++
bfd/elfxx-mips.c | 4 ----
bfd/elfxx-sparc.c | 3 ---
bfd/elfxx-tilegx.c | 3 ---
bfd/elfxx-x86.h | 3 ---
5 files changed, 3 insertions(+), 13 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 070a542f08ac Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/proj [...]
new cdc59a62bcca kernel/acct.c: saner struct file treatment
new dae575e66981 backing_file_user_path(): constify struct path *
new dd22857510e1 constify path argument of vfs_statx_path()
new 7b129f2e70e7 filename_lookup(): constify root argument
new 63dbfb077cda done_path_create(): constify path argument
new 1b8abbb12128 bpf...d_path(): constify path argument
new df9a4d79f1de nfs: constify path argument of __vfs_getattr()
new 9c71fe0abf32 rqst_exp_get_by_name(): constify path argument
new 2930afe2c9cb export_operations->open(): constify path argument
new 72c1118d32eb check_export(): constify path argument
new 94cb22d109d5 ksmbd_vfs_path_lookup_locked(): root_share_path can be con [...]
new a67e08f74604 ksmbd_vfs_kern_path_unlock(): constify path argument
new e74e75150e2b ksmbd_vfs_inherit_posix_acl(): constify path argument
new 3d866c3b938c ksmbd_vfs_set_init_posix_acl(): constify path argument
new 7e978e8fb6a3 ovl_ensure_verity_loaded(): constify datapath argument
new c93cd353744e ovl_validate_verity(): constify {meta,data}path arguments
new 465309d63f6d ovl_get_verity_digest(): constify path argument
new 055e9d5efc6f ovl_lower_dir(): constify path argument
new ee17384ace3c ovl_sync_file(): constify path argument
new 5f587dd9b77a ovl_is_real_file: constify realpath argument
new 39e6bc58b8f4 apparmor/af_unix: constify struct path * arguments
new 1b25dea3867a configfs:get_target() - release path as soon as we grab co [...]
new ae8425014ddc Merge branches 'work.path' and 'work.mount' into work.f_path
new 2f7d98f10b8f Have cc(1) catch attempts to modify ->f_path
new 50647a1176b7 Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/li [...]
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:
fs/bpf_fs_kfuncs.c | 2 +-
fs/configfs/symlink.c | 33 ++++-----
fs/file_table.c | 6 +-
fs/internal.h | 2 +-
fs/namei.c | 12 ++--
fs/nfs/localio.c | 2 +-
fs/nfsd/export.c | 4 +-
fs/nfsd/export.h | 2 +-
fs/nsfs.c | 2 +-
fs/open.c | 10 +--
fs/overlayfs/copy_up.c | 2 +-
fs/overlayfs/file.c | 2 +-
fs/overlayfs/overlayfs.h | 8 +--
fs/overlayfs/super.c | 2 +-
fs/overlayfs/util.c | 8 +--
fs/pidfs.c | 2 +-
fs/smb/server/vfs.c | 8 +--
fs/smb/server/vfs.h | 6 +-
fs/stat.c | 2 +-
include/linux/exportfs.h | 2 +-
include/linux/fs.h | 9 ++-
include/linux/namei.h | 4 +-
kernel/acct.c | 96 ++++++++++----------------
kernel/trace/bpf_trace.c | 2 +-
security/apparmor/af_unix.c | 14 ++--
tools/testing/selftests/bpf/bpf_experimental.h | 2 +-
26 files changed, 109 insertions(+), 135 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 32a7293a027 [gdb] Fix assertion failure due to null frame
new 4208f50c6d3 arc gas: don't use X_md as input to expression()
new aa895663925 gas: initialisation of expressionS in operand()
new e3f9c2f90ef gas: more expression initialisation
new 3fc9616817e mips gas: expression initialisation
new 58a722afdb6 gdb: PR 33384 invalid disassembler option message
new c572eb343a2 opcodes: PR 33384 invalid disassembler option message
The 6 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:
gas/cgen.c | 14 +++---
gas/config/obj-coff.c | 10 ++--
gas/config/tc-alpha.c | 10 ++--
gas/config/tc-arc.c | 22 +++------
gas/config/tc-i386-intel.c | 10 ++--
gas/config/tc-microblaze.c | 3 ++
gas/config/tc-microblaze.h | 6 +++
gas/config/tc-mips.c | 117 +++++++++++++++++++--------------------------
gas/config/tc-ppc.c | 8 +---
gas/config/tc-tic54x.c | 8 ++--
gas/config/tc-z80.h | 6 +++
gas/dw2gencfi.c | 11 ++---
gas/ecoff.c | 6 +++
gas/expr.c | 62 ++++++------------------
gas/gen-sframe.c | 114 +++++++++++++++++++++----------------------
gas/read.c | 8 ++--
gdb/arm-tdep.c | 17 +++++--
gdb/disasm.c | 16 +++++--
include/dis-asm.h | 38 ++++++---------
opcodes/arc-dis.c | 49 ++++++++++---------
opcodes/arm-dis.c | 93 ++++++++++++++++-------------------
opcodes/csky-dis.c | 28 ++++-------
opcodes/disassemble.c | 42 ++++++++--------
opcodes/nfp-dis.c | 46 +++++++++---------
opcodes/ppc-dis.c | 77 ++++++++++++++++-------------
25 files changed, 387 insertions(+), 434 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 gdb-17-branch
in repository binutils-gdb.
from d1a8f44928b Automatic date update in version.in
new a8377dd44e7 [gdb] Fix assertion failure due to null frame
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/dwarf2/expr.c | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 19ae4f3f4a9 Clean up "return -1" in gdb.ada
new 17373765f81 Automatic date update in version.in
new 32a7293a027 [gdb] Fix assertion failure due to null frame
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/version.h | 2 +-
gdb/dwarf2/expr.c | 8 ++++++++
2 files changed, 9 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 gdb-17-branch
in repository binutils-gdb.
from 9d84044c538 Automatic date update in version.in
new d1a8f44928b Automatic date update in version.in
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 +-
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 binutils-2_45-branch
in repository binutils-gdb.
from 4df2be75910 i386: Add GLIBC_ABI_GNU_TLS version dependency
new fbabfb8adb4 Automatic date update in version.in
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.