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 9ba5ef4bf1e Omit artificial symbols from DAP variables response
new 523a46ee979 Fix error check in gdb_py_test_silent_cmd
new 2134b0b4a5f Reject non-string types in gdb.Value.lazy_string
new c286bfe1e5c Clean up 0-length handling in gdbpy_create_lazy_string_object
new 4c2d19e3cd8 Introduce NoOpStringPrinter
The 4 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/python/lib/gdb/printing.py | 40 +++++++++++++++++++++-
gdb/python/py-lazy-string.c | 29 ++++++++++------
gdb/python/py-value.c | 13 ++-----
gdb/testsuite/gdb.dap/{step-out.c => max-size.c} | 19 +++-------
.../gdb.dap/{lazy-string.exp => max-size.exp} | 13 ++++---
gdb/testsuite/gdb.python/py-lazy-string.c | 1 +
gdb/testsuite/gdb.python/py-lazy-string.exp | 7 ++++
gdb/testsuite/lib/gdb-python.exp | 1 +
8 files changed, 78 insertions(+), 45 deletions(-)
copy gdb/testsuite/gdb.dap/{step-out.c => max-size.c} (79%)
copy gdb/testsuite/gdb.dap/{lazy-string.exp => max-size.exp} (88%)
--
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 6b9efd5c1a6 Defer DAP launch command until after configurationDone
new 9ba5ef4bf1e Omit artificial symbols from DAP variables response
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/NEWS | 4 ++
gdb/doc/python.texi | 5 +++
gdb/python/lib/gdb/FrameDecorator.py | 3 ++
gdb/python/lib/gdb/dap/globalvars.py | 2 +-
gdb/python/py-symbol.c | 14 ++++++
.../py-sym-artificial.exp} | 51 ++++++++++++----------
6 files changed, 54 insertions(+), 25 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/dw2-bad-unresolved.exp => gdb.python/py-sym-artific [...]
--
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 8dd1588794 nptl: Add <thread_pointer.h> for RISC-V
new 9e08698e4c nptl: Add <thread_pointer.h> for m68k
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:
sysdeps/{ => m68k}/nptl/thread_pointer.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
copy sysdeps/{ => m68k}/nptl/thread_pointer.h (89%)
--
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 fac04efc5c79 Linux 6.13-rc2
new 32913f348229 futex: fix user access on powerpc
new aeb68937614f x86: Fix build regression with CONFIG_KEXEC_JUMP enabled
new 22368fe1f9bb sched/deadline: Fix replenish_dl_new_period dl_server condition
new 70ee7947a290 sched: fix warning in sched_setaffinity
new 6675ce20046d softirq: Allow raising SCHED_SOFTIRQ from SMP-call-functio [...]
new ea9cffc0a154 sched/core: Remove the unnecessary need_resched() check in [...]
new ff47a0acfcce sched/fair: Check idle_cpu() before need_resched() to dete [...]
new e932c4ab38f0 sched/core: Prevent wakeup of ksoftirqd during idle load balance
new f66e4a996582 sched/core: Update kernel boot parameters for LAZY preempt.
new 0664e2c311b9 sched/deadline: Fix warning in migrate_enable for boosted tasks
new 82f9cc094975 locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex
new df9e2102de83 Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel [...]
new 4e54ed496343 perf/x86/intel: Add Arrow Lake U support
new 9f3de72a0c37 perf/x86/intel/ds: Unconditionally drain PEBS DS when chan [...]
new e4c995f92b21 Merge tag 'perf_urgent_for_v6.13_rc3' of git://git.kernel. [...]
new 0302d2fd6efb locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest [...]
new b4d83c8323b0 headers/cleanup.h: Remove the if_not_guard() facility
new 7cb1b4663150 Merge tag 'locking_urgent_for_v6.13_rc3' of git://git.kern [...]
The 18 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:
Documentation/admin-guide/kernel-parameters.txt | 5 +++++
arch/x86/events/intel/core.c | 1 +
arch/x86/events/intel/ds.c | 2 +-
arch/x86/kernel/relocate_kernel_64.S | 1 +
include/linux/cleanup.h | 14 --------------
include/linux/ww_mutex.h | 4 ++--
kernel/futex/futex.h | 4 ++--
kernel/locking/rtmutex.c | 3 ---
kernel/sched/core.c | 4 ++--
kernel/sched/deadline.c | 3 ++-
kernel/sched/fair.c | 2 +-
kernel/sched/syscalls.c | 2 +-
kernel/softirq.c | 15 +++++++++++----
lib/locking-selftest.c | 4 ++--
14 files changed, 31 insertions(+), 33 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 13a7ef5999 AArch64: Improve codegen in users of ADVSIMD expm1 helper
new d3b3a12258 nptl: add RSEQ_SIG for RISC-V
new 8dd1588794 nptl: Add <thread_pointer.h> for RISC-V
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:
sysdeps/{x86 => riscv}/nptl/thread_pointer.h | 22 +++++++++++----------
.../unix/sysv/linux/{aarch64 => riscv}/bits/rseq.h | 23 +++++++++++-----------
2 files changed, 24 insertions(+), 21 deletions(-)
copy sysdeps/{x86 => riscv}/nptl/thread_pointer.h (77%)
copy sysdeps/unix/sysv/linux/{aarch64 => riscv}/bits/rseq.h (68%)
--
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 4f719a08a8a [gdb/syscalls] Generate aarch64-linux.xml.in in update-linu [...]
new 7b46460a619 [gdb/symtab] Apply workaround for PR gas/31115 a bit more
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 | 41 +++++++++++++++++++++++++++++++----------
1 file changed, 31 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 gcc.
from 12de1942a0a c++: compile time evaluation of prvalues [PR116416]
new d4525729b74 Fortran: fix two minor front-end GMP memleaks
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/fortran/expr.cc | 4 ++--
1 file changed, 2 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 0c83096f19b clang-format AlwaysBreakAfterReturnType to TopLevelDefinitions
new 12de1942a0a c++: compile time evaluation of prvalues [PR116416]
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/cp/cp-gimplify.cc | 10 +++++++--
gcc/testsuite/g++.dg/analyzer/pr97116.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue1.C | 24 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-prvalue1.C | 30 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr78687.C | 3 ++-
gcc/testsuite/g++.dg/tree-ssa/pr90883.C | 4 ++--
6 files changed, 67 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-prvalue1.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 5a507b5108d aarch64: Add @ to aarch64_get_lane<mode>
new 0c83096f19b clang-format AlwaysBreakAfterReturnType to TopLevelDefinitions
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:
contrib/clang-format | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.