This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-16-branch
in repository binutils-gdb.
from ec46e2ce7a9 Automatic date update in version.in
new 788edd470bc 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_44-branch
in repository binutils-gdb.
from 3e58d357b6e Automatic date update in version.in
new 5e172fe39f1 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 releases/gcc-14
in repository gcc.
from d490c5884bf libatomic: Fix up libat_{,un}lock_n for mingw [PR119796]
new aec3b99d3de d: Fix forward referenced enums missing type names in debug [...]
new d1b7ee4879a d: Fix ICE in dwarf2out_imported_module_or_decl, at dwarf2o [...]
new 88b3c896602 d: Fix ICE: type variant differs by TYPE_MAX_VALUE with -g [...]
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/d/imports.cc | 6 +++-
gcc/d/modules.cc | 9 ++++++
gcc/d/types.cc | 35 +++++++++++++--------
gcc/testsuite/gdc.dg/debug/dwarf2/pr118309.d | 36 ++++++++++++++++++++++
gcc/testsuite/gdc.dg/debug/imports/m119817/a.d | 2 ++
gcc/testsuite/gdc.dg/debug/imports/m119817/b.d | 2 ++
.../gdc.dg/debug/imports/m119817/package.d | 4 +++
gcc/testsuite/gdc.dg/debug/imports/pr119826b.d | 14 +++++++++
gcc/testsuite/gdc.dg/debug/pr119817.d | 4 +++
gcc/testsuite/gdc.dg/debug/pr119826.d | 8 +++++
10 files changed, 106 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/debug/dwarf2/pr118309.d
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/m119817/a.d
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/m119817/b.d
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/m119817/package.d
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/pr119826b.d
create mode 100644 gcc/testsuite/gdc.dg/debug/pr119817.d
create mode 100644 gcc/testsuite/gdc.dg/debug/pr119826.d
--
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 1ca0f935a126 Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/li [...]
new 31d113995611 ftrace: Initialize variables for ftrace_startup/shutdown_subops()
new 08275e59a750 ftrace: Reinitialize hash to EMPTY_HASH after freeing
new c45c585dde53 ftrace: Free ftrace hashes after they are replaced in the [...]
new 92f1d3b40179 ftrace: fix incorrect hash size in register_ftrace_direct()
new 3b4e87e6a593 ftrace: Fix type of ftrace_graph_ent_entry.depth
new a8c5b0ed89a3 tracing: Fix filter string testing
new d481ee35247d tracing: selftests: Add testing a user string to filters
new fa6ad96dca04 Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/sc [...]
new 75caec0c2aa3 i2c: atr: Fix wrong include
new 424eafe65647 i2c: cros-ec-tunnel: defer probe if parent EC is not present
new 24aaced72a68 Merge tag 'i2c-host-fixes-6.15-rc3' of git://git.kernel.or [...]
new 6fe8131757bd Merge tag 'i2c-for-6.15-rc3' of git://git.kernel.org/pub/s [...]
new c443279a87d5 Kconfig: switch CONFIG_SYSFS_SYCALL default to n
new ddee68c499f7 hfs{plus}: add deprecation warning
new c86b300b1ea3 fs: add kern_path_locked_negative()
new a681b7c17dd2 fs: ensure that *path_locked*() helpers leave passed path [...]
new 0a65bc27bd64 eventpoll: Set epoll timeout if it's in the future
new 58db1c3cd0ce netfs: Mark __nonstring lookup tables
new 777d0961ff95 fs: move the bdex_statx call to vfs_getattr_nosec
new 408e4504f97c Revert "hfs{plus}: add deprecation warning"
new 119009db2674 Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/p [...]
The 21 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:
block/bdev.c | 3 +-
drivers/i2c/busses/i2c-cros-ec-tunnel.c | 3 +
drivers/i2c/i2c-atr.c | 2 +-
fs/eventpoll.c | 10 ++-
fs/namei.c | 81 ++++++++++++++++------
fs/netfs/fscache_cache.c | 2 +-
fs/netfs/fscache_cookie.c | 2 +-
fs/stat.c | 32 +++++----
include/linux/blkdev.h | 6 +-
include/linux/namei.h | 1 +
init/Kconfig | 20 +++---
kernel/audit_watch.c | 16 +++--
kernel/trace/ftrace.c | 27 +++++---
kernel/trace/trace_entries.h | 4 +-
kernel/trace/trace_events_filter.c | 4 +-
.../ftrace/test.d/filter/event-filter-function.tc | 20 ++++++
16 files changed, 159 insertions(+), 74 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 301e10fa5 Add entry 7e628ff49f7f890d5337369d7b4f8e21a1f17029 from https [...]
new 61efb3d16 Add entry 5a993558c5fa52c605d984e0effdc1cd3b452476 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_speed-cpu2017rate/llvm-arm-master-O3_LTO}/build_url | 2 +-
.../llvm-arm-master-O3_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0524534d5220da5ecb2cd424a46520184d2be366/tcwg_bmk-code_speed-cpu20 [...]
copy llvm/sha1/5a993558c5fa52c605d984e0effdc1cd3b452476/{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 master
in repository gcc.
from 1a64b224fa0 [RISC-V][PR target/119865] Don't free ggc allocated memory
new 79d2c3089f4 Disable parallel testing for 'rust/compile/nr2/compile.exp' [...]
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/rust/compile/nr2/compile.exp | 11 +++++++++++
1 file changed, 11 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 gcc.
from f6859fb6211 Add tables for SSE fp conversion costs
new 874f4c16474 [RISC-V][PR target/118410] Improve code generation for some [...]
new 1a64b224fa0 [RISC-V][PR target/119865] Don't free ggc allocated memory
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/config/riscv/bitmanip.md | 38 +++++++++++++++++++++++++++++
gcc/config/riscv/riscv.cc | 3 ---
gcc/testsuite/gcc.target/riscv/pr118410-1.c | 9 +++++++
gcc/testsuite/gcc.target/riscv/pr118410-2.c | 9 +++++++
4 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr118410-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr118410-2.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 d34efcdf4be Automatic date update in version.in
new 34f7c0261a1 Remove some obsolete comments from ada-varobj.c
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/ada-varobj.c | 14 ++++----------
1 file changed, 4 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 linux.
from 0bd2f269ae89 Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/sc [...]
new cd35b6cb4664 nfs: add missing selections of CONFIG_CRC32
new a1d14d931bf7 nfsd: decrease sc_count directly if fail to queue dl_recall
new 1ca0f935a126 Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/li [...]
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:
fs/Kconfig | 1 +
fs/nfs/Kconfig | 2 +-
fs/nfs/internal.h | 7 -------
fs/nfs/nfs4session.h | 4 ----
fs/nfsd/Kconfig | 1 +
fs/nfsd/nfs4state.c | 2 +-
fs/nfsd/nfsfh.h | 7 -------
include/linux/nfs.h | 7 -------
8 files changed, 4 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.