This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/tromey/try-dap-insn-bp
in repository binutils-gdb.
at cfc84968731 attempt
This branch includes the following new commits:
new da8d174d3f5 Introduce exec_mi_and_log for DAP
new 83152474960 Make DAP instruction breakpoints unverified
new e58b9c2bafa Fix failure with C++ exceptions in DAP
new 40d05d225bf Notify Python when breakpoint symbol changes
new cfc84968731 attempt
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.
--
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 28bbe4ea686a Merge tag 'i2c-for-6.11-rc1-second-batch' of git://git.ker [...]
new 46edf5d7aed5 selftests/livepatch: define max test-syscall processes
new 61894818e304 selftests: livepatch: Test atomic replace against multiple [...]
new adb68ed26a3e livepatch: Add "replace" sysfs attribute
new 40f9caa7b171 selftests/livepatch: Add selftests for "replace" sysfs attribute
new 920526928089 livepatch: Replace snprintf() with sysfs_emit()
new ea5377ec49f2 Merge branch 'for-6.11/sysfs-patch-replace' into for-linus
new d2d721e2eb13 Merge tag 'livepatching-for-6.11' of git://git.kernel.org/ [...]
new 61842868de13 module: create weak dependecies
new f488790059fe Merge tag 'modules-6.11-rc1' of git://git.kernel.org/pub/s [...]
new a71ac6c956ee sh: Drop support for memory hotplug and memory hotremove
new 6887a9ace004 sh: config: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}
new 8fe76a1c2264 sh: push-switch: Add missing MODULE_DESCRIPTION() macro
new e9680017b2dc Merge tag 'sh-for-v6.11-tag1' of git://git.kernel.org/pub/ [...]
The 13 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/ABI/testing/sysfs-kernel-livepatch | 8 ++
arch/sh/Kconfig | 2 -
arch/sh/configs/apsh4ad0a_defconfig | 2 -
arch/sh/configs/sdk7786_defconfig | 2 -
arch/sh/configs/shx3_defconfig | 2 -
arch/sh/drivers/push-switch.c | 1 +
arch/sh/mm/Kconfig | 4 -
arch/sh/mm/init.c | 28 -----
include/linux/module.h | 6 +
kernel/livepatch/core.c | 17 ++-
.../testing/selftests/livepatch/test-livepatch.sh | 138 +++++++++++++--------
tools/testing/selftests/livepatch/test-syscall.sh | 5 +-
tools/testing/selftests/livepatch/test-sysfs.sh | 48 +++++++
13 files changed, 170 insertions(+), 93 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 553cdc93c Add entry 4dc22baa84bdb4111c0ac0db7139bf9ab953bf61 from https [...]
new 65ec827be Add entry 0c5c0c959c2e592b84739f19ca771fa69eb8dfee 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_kernel/gnu-master-aarch64-mainline-allnoconfig}/build_url | 2 +-
.../tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{d880e093d92084f55b10626610ef059fd9194a6a => 0c5c0c959c2e592b84739f1 [...]
copy {binutils/sha1/a71d87680110d854f966d8cda0f1c7887001fcdd/tcwg_kernel/gnu-maste [...]
create mode 100644 gcc/sha1/0c5c0c959c2e592b84739f19ca771fa69eb8dfee/tcwg_kernel/g [...]
--
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 fa8c46f5ade Refine the 'define' documentation
new c51fb386792 Add returnValue scope to DAP
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/python/lib/gdb/dap/scopes.py | 23 +++++++++++------------
gdb/testsuite/gdb.dap/step-out.exp | 14 ++++++++++----
3 files changed, 25 insertions(+), 16 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 5a2f7d248a5 gdb/solib-frv: move lm_info object to solib
new fa8c46f5ade Refine the 'define' documentation
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/doc/gdb.texinfo | 22 ++++++++++++++++------
1 file changed, 16 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 f70281222df c++: missing SFINAE during alias CTAD [PR115296]
new 2861eb34e30 c++: normalizing ttp constraints [PR115656]
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/constraint.cc | 9 +++++----
gcc/cp/cp-tree.h | 2 +-
gcc/cp/pt.cc | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-ttp7.C | 12 ++++++++++++
4 files changed, 19 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp7.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 f6a75fddf4 Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [ [...]
new cb19cef087 elf: Fix localplt.awk for DT_RELR-enabled builds (BZ 31978)
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:
scripts/localplt.awk | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.