This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ca91b9500108 Merge tag 'v6.15-rc4-ksmbd-server-fixes' of git://git.samb [...]
new 06eaa824fd23 mm/memblock: pass size instead of end to memblock_set_node()
new eac8ea8736cc mm/memblock: repeat setting reserved region nid if array i [...]
new 3b394dff15e1 memblock tests: add test for memblock_set_node
new 4b5256f99004 Merge tag 'fixes-2025-04-29' of git://git.kernel.org/pub/s [...]
new 9f5595d5f03f platform/x86/amd: pmc: Require at least 2.5 seconds betwee [...]
new 8d6955ed76e8 platform/x86/intel-uncore-freq: Fix missing uncore sysfs d [...]
new 4a8e04e2bdcb platform/x86: alienware-wmi-wmax: Fix uninitialized variab [...]
new 12df9ec3e195 platform/x86/intel: hid: Add Pantherlake support
new 246f9bb62016 platform/x86: alienware-wmi-wmax: Add support for Alienwar [...]
new 77bdac73754e platform/x86: asus-wmi: Disable OOBE state after resume fr [...]
new 02c6e43397c3 platform/x86: ideapad-laptop: add support for some new buttons
new 02d40046243f Merge tag 'platform-drivers-x86-v6.15-4' of git://git.kern [...]
new c73c67026fe6 fanotify: fix flush of mntns marks
new cd188e9ef80f selftests/fs/mount-notify: test also remove/flush of mntns marks
new fba784cc9e3d Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org [...]
new 649b50a82f09 mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe
new 9078f01fec12 mmc: renesas_sdhi: add regulator dependency
new 77183db6b8db mmc: renesas_sdhi: disable clocks if registering regulator failed
new 8bac8898fe39 Merge tag 'mmc-v6.15-rc1' of git://git.kernel.org/pub/scm/ [...]
The 19 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:
drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/renesas_sdhi_core.c | 12 +--
drivers/platform/x86/amd/pmc/pmc.c | 7 +-
drivers/platform/x86/asus-wmi.c | 11 ++-
drivers/platform/x86/dell/alienware-wmi-wmax.c | 14 ++-
drivers/platform/x86/ideapad-laptop.c | 16 ++++
drivers/platform/x86/intel/hid.c | 21 +++--
.../x86/intel/uncore-frequency/uncore-frequency.c | 13 ++-
fs/notify/fanotify/fanotify_user.c | 7 +-
include/linux/fsnotify_backend.h | 15 ---
mm/memblock.c | 12 ++-
tools/testing/memblock/tests/basic_api.c | 102 +++++++++++++++++++++
.../filesystems/mount-notify/mount-notify_test.c | 57 +++++++++---
13 files changed, 225 insertions(+), 64 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 405fee9e1fa analyzer: fix for older version of GCC
new 1efd525e828 Fix cs_interesting_for_ipcp_p wrt flag_profile_partial_training.
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/ipa-cp.cc | 10 ++++------
1 file changed, 4 insertions(+), 6 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 692b6470706 d: Use __builtin_clear_padding for zeroing alignment holes [...]
new 405fee9e1fa analyzer: fix for older version of GCC
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/analyzer/constraint-manager.cc | 10 +++++-----
gcc/analyzer/exploded-graph.h | 4 ++--
2 files changed, 7 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 binutils-gdb.
from dbfd92856a3 gdb/dwarf: clean up some cutu_reader::is_dummy() calls
new 0bd12b5c06a gdb/dwarf: move cooked_index_worker_debug_info up
new 2c00fd5c6c0 gdb/dwarf: change a bunch of functions to be methods of coo [...]
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:
gdb/dwarf2/read.c | 255 ++++++++++++++++++++++++++----------------------------
1 file changed, 123 insertions(+), 132 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 573e600deab gdb/dwarf: replace some "compile unit" terminology with "unit"
new e352e8b044e gdb/dwarf: scan DWARF 5 DWO CUs by just reading the header
new 2b9f9de4e4c gdb/dwarf: scan .debug_info.dwo just once
new 28f15782ada gdb/dwarf: read multiple .debug_info.dwo sections
new 605b4e6f366 gdb/dwarf: avoid cutu_reader moves
new dbfd92856a3 gdb/dwarf: clean up some cutu_reader::is_dummy() calls
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:
gdb/dwarf2/cooked-indexer.c | 20 +--
gdb/dwarf2/read.c | 309 +++++++++++++++++++-------------------------
gdb/dwarf2/read.h | 15 +--
3 files changed, 148 insertions(+), 196 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 52e2bcbd936 libstdc++: Use constexpr-if to slightly simplify <regex>
new 100efce7ec0 libstdc++: Use no_stdname for make_obj_using_allocator feat [...]
new 692b6470706 d: Use __builtin_clear_padding for zeroing alignment holes [...]
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/d/d-codegen.cc | 41 ++++++++++++++++-----------
gcc/d/d-tree.h | 1 +
gcc/d/expr.cc | 53 ++++-------------------------------
gcc/d/toir.cc | 5 ----
libstdc++-v3/include/bits/version.def | 1 +
libstdc++-v3/include/bits/version.h | 1 -
6 files changed, 31 insertions(+), 71 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 cc55260231e gdb: add some scoped_time_its to profile startup time
new 573e600deab gdb/dwarf: replace some "compile unit" terminology with "unit"
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/Makefile.in | 2 +-
gdb/dwarf2/cooked-indexer.c | 2 +-
gdb/dwarf2/cu.h | 4 +-
gdb/dwarf2/line-header.c | 13 ++-
gdb/dwarf2/line-header.h | 2 +-
gdb/dwarf2/read.c | 118 +++++++++++++-------------
gdb/dwarf2/read.h | 18 ++--
gdb/dwarf2/{comp-unit-head.c => unit-head.c} | 121 +++++++++++++--------------
gdb/dwarf2/{comp-unit-head.h => unit-head.h} | 62 +++++++-------
gdb/testsuite/gdb.dwarf2/dw2-error.exp | 2 +-
10 files changed, 167 insertions(+), 177 deletions(-)
rename gdb/dwarf2/{comp-unit-head.c => unit-head.c} (58%)
rename gdb/dwarf2/{comp-unit-head.h => unit-head.h} (66%)
--
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 48d0ac705c4 Handle base type without DW_AT_byte_size
new f7a4e14a0b3 gdbsupport: move run_time_clock::now(user, system) out of r [...]
new 0b79576c9d3 gdb: add scoped_time_it
new cc55260231e gdb: add some scoped_time_its to profile startup time
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:
gdb/dwarf2/cooked-index-worker.c | 9 ++++++--
gdb/dwarf2/cooked-index.c | 7 ++++++-
gdb/dwarf2/read.c | 4 ++++
gdb/maint.c | 44 ++++++++++++++++++++++++++++++++++++++++
gdb/maint.h | 27 ++++++++++++++++++++++++
gdb/mi/mi-main.c | 2 +-
gdb/minsyms.c | 3 +++
gdbsupport/run-time-clock.cc | 22 +++++++++++++++++---
gdbsupport/run-time-clock.h | 26 ++++++++++++++++++------
9 files changed, 131 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 release/2.41/master
in repository glibc.
from 5cb575ca9a elf: tst-audit10: split AVX512F code into dedicated function [...]
new 5b4c461701 nptl: Fix pthread_getattr_np when modules with execstack are [...]
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:
NEWS | 2 ++
elf/dl-execstack-tunable.c | 2 +-
elf/dl-execstack.c | 2 +-
elf/dl-load.c | 4 +--
sysdeps/generic/ldsodefs.h | 2 +-
sysdeps/mach/hurd/dl-execstack.c | 5 ++--
sysdeps/pthread/Makefile | 9 +++++++
.../pthread/tst-stack2-mod.c | 31 ++++++++++++----------
.../pthread/tst-stack2.c | 27 ++++++++++++-------
sysdeps/unix/sysv/linux/dl-execstack.c | 7 ++---
10 files changed, 54 insertions(+), 37 deletions(-)
copy stdlib/tst-setenv-environ.c => sysdeps/pthread/tst-stack2-mod.c (66%)
copy elf/tst-dlopen-tlsreinit1.c => sysdeps/pthread/tst-stack2.c (62%)
--
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 d84fbc516ea simplify-rtx: Combine bitwise operations in more cases
new 52e2bcbd936 libstdc++: Use constexpr-if to slightly simplify <regex>
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:
libstdc++-v3/include/bits/regex_compiler.h | 67 +++++++++++-----------------
libstdc++-v3/include/bits/regex_compiler.tcc | 2 +-
libstdc++-v3/include/bits/regex_executor.tcc | 17 ++++---
3 files changed, 40 insertions(+), 46 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 77930e0447 benchtest: Correct shell script related to bench-malloc-thread
new 2be836fe44 stdio: Remove UB on printf_fp
new 4c966c0780 RISC-V: Use builtin for ffs and ffsll while supported extens [...]
new 0c34259423 nptl: Fix pthread_getattr_np when modules with execstack are [...]
new 92f7b6061d math: Fix UB on atanhf (BZ 32918)
new 4a1b96bf52 math: Fix UB on coshf (BZ 32919)
new de0c4adf94 math: Fix UB on logf (BZ 32920)
new c8775c0423 math: Fix UB on sinhf (BZ 32921)
new 7619c1b032 math: Fix UB on cbrtf (BZ 32922)
new 8eeb7de8a2 math: Fix UB on cospif (BZ 32923)
new 7a0d7fb25c math: Fix UB on erfcf (BZ 32924)
new 84977600da math: Fix UB on sinpif (BZ 32925)
The 11 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:
elf/dl-execstack-tunable.c | 2 +-
elf/dl-execstack.c | 2 +-
elf/dl-load.c | 4 +--
stdio-common/printf_fp.c | 18 ++++++-------
sysdeps/generic/ldsodefs.h | 2 +-
sysdeps/ieee754/flt-32/e_atanhf.c | 4 +--
sysdeps/ieee754/flt-32/e_coshf.c | 6 ++---
sysdeps/ieee754/flt-32/e_logf.c | 2 +-
sysdeps/ieee754/flt-32/e_sinhf.c | 6 ++---
sysdeps/ieee754/flt-32/s_cbrtf.c | 6 ++---
sysdeps/ieee754/flt-32/s_cospif.c | 6 ++---
sysdeps/ieee754/flt-32/s_erfcf.c | 4 +--
sysdeps/ieee754/flt-32/s_sinpif.c | 8 +++---
sysdeps/mach/hurd/dl-execstack.c | 5 ++--
sysdeps/pthread/Makefile | 9 +++++++
.../pthread/tst-stack2-mod.c | 31 ++++++++++++----------
.../pthread/tst-stack2.c | 27 ++++++++++++-------
sysdeps/riscv/math-use-builtins-ffs.h | 10 +++++++
sysdeps/unix/sysv/linux/dl-execstack.c | 7 ++---
19 files changed, 92 insertions(+), 67 deletions(-)
copy stdlib/tst-setenv-environ.c => sysdeps/pthread/tst-stack2-mod.c (66%)
copy elf/tst-dlopen-tlsreinit1.c => sysdeps/pthread/tst-stack2.c (62%)
create mode 100644 sysdeps/riscv/math-use-builtins-ffs.h
--
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 69669180d29 i386: Disable string insn from non-default AS for Pmode != [...]
new d84fbc516ea simplify-rtx: Combine bitwise operations in more cases
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/simplify-rtx.cc | 50 +++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/simd/bic_orn_1.c | 17 ++++++++
2 files changed, 67 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/bic_orn_1.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 release/2.39/master
in repository glibc.
from 3463100f2d x86: Detect Intel Diamond Rapids
new 2451ef5c4a pthreads NPTL: lost wakeup fix 2
new ea13a35e37 nptl: Update comments and indentation for new condvar implem [...]
new d0da34ad30 nptl: Remove unnecessary catch-all-wake in condvar group switch
new 6f5ba03968 nptl: Remove unnecessary quadruple check in pthread_cond_wait
new fc2a25417d nptl: Remove g_refs from condition variables
new 582c99b2c0 nptl: Use a single loop in pthread_cond_wait instaed of a ne [...]
new 2fdc0afd07 nptl: Fix indentation
new ac5da3c0e4 nptl: rename __condvar_quiesce_and_switch_g1
new b1eb369aee nptl: Use all of g1_start and g_signals
new d33d10642f nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...]
The 10 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:
nptl/pthread_cond_broadcast.c | 8 +-
nptl/pthread_cond_common.c | 109 +++----------
nptl/pthread_cond_signal.c | 19 ++-
nptl/pthread_cond_wait.c | 278 +++++++-------------------------
nptl/tst-cond22.c | 12 +-
sysdeps/nptl/bits/thread-shared-types.h | 5 +-
sysdeps/nptl/pthread.h | 2 +-
7 files changed, 101 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 binutils-gdb.
from a7175864d96 [gdb/contrib] Add script to license check new files
new 48d0ac705c4 Handle base type without DW_AT_byte_size
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/read.c | 67 ++++++++++++++++++++----------------
gdb/testsuite/gdb.dwarf2/intbits.c | 3 ++
gdb/testsuite/gdb.dwarf2/intbits.exp | 19 +++++++++-
3 files changed, 59 insertions(+), 30 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 d8a1a1aef7 x86: Detect Intel Diamond Rapids
new 736e673505 pthreads NPTL: lost wakeup fix 2
new 88d999d840 nptl: Update comments and indentation for new condvar implem [...]
new 136a29f9d0 nptl: Remove unnecessary catch-all-wake in condvar group switch
new 2a259b6d77 nptl: Remove unnecessary quadruple check in pthread_cond_wait
new a2465f4293 nptl: Remove g_refs from condition variables
new fa110993a6 nptl: Use a single loop in pthread_cond_wait instaed of a ne [...]
new afbf0d4685 nptl: Fix indentation
new 2ad6949734 nptl: rename __condvar_quiesce_and_switch_g1
new 7f71824b80 nptl: Use all of g1_start and g_signals
new 8d3dd23e3d nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...]
The 10 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:
nptl/pthread_cond_broadcast.c | 8 +-
nptl/pthread_cond_common.c | 109 +++----------
nptl/pthread_cond_signal.c | 19 ++-
nptl/pthread_cond_wait.c | 278 +++++++-------------------------
nptl/tst-cond22.c | 12 +-
sysdeps/nptl/bits/thread-shared-types.h | 5 +-
sysdeps/nptl/pthread.h | 2 +-
7 files changed, 101 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 binutils-gdb.
from f79a8e5aab2 Change acronym BFD to Binary File Descriptor.
new a7175864d96 [gdb/contrib] Add script to license check new files
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/contrib/license-check-new-files.sh | 149 +++++++++++++++++++++++++++++++++
1 file changed, 149 insertions(+)
create mode 100755 gdb/contrib/license-check-new-files.sh
--
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 7c2e60f67a0 libstdc++: Optimize removal from unique assoc containers [P [...]
new 69669180d29 i386: Disable string insn from non-default AS for Pmode != [...]
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-expand.cc | 3 ++-
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.cc | 23 +++++++++++++++++-
gcc/config/i386/i386.md | 39 +++++++++++++-----------------
gcc/testsuite/gcc.target/i386/pr111657-1.c | 3 ++-
5 files changed, 44 insertions(+), 25 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 9727f266599 [gdb/testsuite] Fix gdb.base/ptype.exp with gcc 15
new f79a8e5aab2 Change acronym BFD to Binary File Descriptor.
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/README | 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 binutils-gdb.
from a6af579207d [gdb/testsuite] Don't use string_to_regexp twice in gdb.bas [...]
new 112608984f8 [gdb/testsuite] Fix gdb.python/py-objfile.exp with gcc 15
new 9727f266599 [gdb/testsuite] Fix gdb.base/ptype.exp with gcc 15
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:
gdb/testsuite/gdb.base/jit-bfd-name.exp | 6 ++++--
gdb/testsuite/gdb.base/jit-elf-solib.c | 2 +-
gdb/testsuite/gdb.base/ptype.exp | 8 ++++----
gdb/testsuite/gdb.python/py-objfile.c | 2 +-
gdb/testsuite/gdb.python/py-objfile.exp | 3 ++-
5 files changed, 12 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 releases/gcc-13
in repository gcc.
from 96040fda2f3 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
new 087d91f9d4e sra: Avoid creating TBAA hazards (PR118924)
new 85792c6234b sra: Clear grp_same_access_path of acesses created by total [...]
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/g++.dg/tree-ssa/pr118924.C | 29 +++++++++++++++++++++++++++++
gcc/tree-sra.cc | 19 +++++++++++++++----
gcc/tree-ssa-alias-compare.h | 2 ++
gcc/tree-ssa-alias.cc | 13 ++++++++++++-
4 files changed, 58 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr118924.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 de546e403cb [gdb] Handle nullptr gdb_std{err,out} in {gdbpy,ioscm}_flush
new a6af579207d [gdb/testsuite] Don't use string_to_regexp twice in gdb.bas [...]
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/testsuite/gdb.base/options.exp | 3 +--
1 file changed, 1 insertion(+), 2 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 5e247da8afb elf: Properly set sh_offset for .tbss sections
new 27ff35ce34d [gdb] Factor out sig_write
new cb8c89ba54b [gdb] Fix sig_write for null gdb_stderr
new de546e403cb [gdb] Handle nullptr gdb_std{err,out} in {gdbpy,ioscm}_flush
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:
gdb/bt-utils.c | 41 ++++++++++++++++-------------------------
gdb/bt-utils.h | 5 +++++
gdb/event-top.c | 13 +++++++------
gdb/guile/scm-ports.c | 10 ++++++++--
gdb/python/python.c | 9 ++++++---
5 files changed, 42 insertions(+), 36 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-15
in repository gcc.
from 972a0373728 Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GL [...]
new 68a75e3c0dc aarch64: Fix CFA offsets in non-initial stack probes [PR119610]
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/aarch64/aarch64.cc | 66 +++++++++++++---------
gcc/testsuite/g++.dg/torture/pr119610.C | 18 ++++++
.../g++.target/aarch64/sve/pr119610-sve.C | 20 +++++++
3 files changed, 78 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr119610.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr119610-sve.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 gcc.
from 102eccaf8e2 RISC-V: Fix register move cost for SIBCALL_REGS/JALR_REGS
new 7c2e60f67a0 libstdc++: Optimize removal from unique assoc containers [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:
libstdc++-v3/include/bits/stl_map.h | 2 +-
libstdc++-v3/include/bits/stl_set.h | 2 +-
libstdc++-v3/include/bits/stl_tree.h | 17 +++++++++++++++++
3 files changed, 19 insertions(+), 2 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 aa93272cfd2 libstdc++: Fix availability of std::erase_if(std::flat_foo) [...]
new 102eccaf8e2 RISC-V: Fix register move cost for SIBCALL_REGS/JALR_REGS
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/riscv/riscv.cc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.