This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 586b222d748e Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/ [...]
new c52198601695 locking/csd_lock: Add Kconfig option for csd_debug default
new 1771257cb447 locking/csd_lock: Remove added data from CSD lock debugging
new 6366d062e7f9 locking/csd_lock: Remove per-CPU data indirection from CSD [...]
new 203e43584473 kernel/smp: Make csdlock_debug= resettable
new 56eb0598c7a3 trace: Add trace_ipi_send_cpumask()
new cc9cb0a71725 sched, smp: Trace IPIs sent via send_call_function_single_ipi()
new 08407b5f61c1 smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
new 4468161a5ca2 irq_work: Trace self-IPIs sent via arch_irq_work_raise()
new 4c8c3c7f70a6 treewide: Trace IPIs sent via smp_send_reschedule()
new 253a0fb4c628 smp: reword smp call IPI comment
new 68f4ff04dbad sched, smp: Trace smp callback causing an IPI
new 68e2d17c9eb3 trace: Add trace_ipi_send_cpu()
new 5c3124975e15 trace,smp: Trace all smp_function_call*() invocations
new f20730efbd30 Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pu [...]
The 14 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 | 17 +-
arch/alpha/kernel/smp.c | 2 +-
arch/arc/kernel/smp.c | 2 +-
arch/arm/kernel/smp.c | 3 +-
arch/arm/mach-actions/platsmp.c | 2 +
arch/arm64/kernel/smp.c | 3 +-
arch/csky/kernel/smp.c | 2 +-
arch/hexagon/kernel/smp.c | 2 +-
arch/ia64/kernel/smp.c | 4 +-
arch/loongarch/kernel/smp.c | 4 +-
arch/mips/include/asm/smp.h | 2 +-
arch/openrisc/kernel/smp.c | 2 +-
arch/parisc/kernel/smp.c | 4 +-
arch/powerpc/kernel/smp.c | 6 +-
arch/powerpc/kvm/book3s_hv.c | 3 +
arch/powerpc/platforms/powernv/subcore.c | 2 +
arch/riscv/kernel/smp.c | 4 +-
arch/s390/kernel/smp.c | 2 +-
arch/sh/kernel/smp.c | 2 +-
arch/sparc/kernel/smp_32.c | 2 +-
arch/sparc/kernel/smp_64.c | 2 +-
arch/x86/include/asm/smp.h | 2 +-
arch/x86/kvm/svm/svm.c | 4 +
arch/x86/kvm/x86.c | 2 +
arch/xtensa/kernel/smp.c | 2 +-
include/linux/smp.h | 11 +-
include/trace/events/ipi.h | 44 ++++
kernel/irq_work.c | 12 +-
kernel/sched/core.c | 22 +-
kernel/sched/smp.h | 2 +-
kernel/smp.c | 313 ++++++------------------
lib/Kconfig.debug | 9 +
virt/kvm/kvm_main.c | 3 +
33 files changed, 217 insertions(+), 281 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 linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from 7f21e86106 69: onsuccess: #15: all: [TCWG CI] https://ci.linaro.org/job [...]
new 2767810b79 70: onsuccess: #16: all: [TCWG CI] https://ci.linaro.org/job [...]
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:
01-reset_artifacts/console.log.xz | Bin 1992 -> 1984 bytes
02-prepare_abe/console.log.xz | Bin 2464 -> 2428 bytes
03-build_abe-binutils/console.log.xz | Bin 27460 -> 28268 bytes
04-build_kernel_llvm/console.log.xz | Bin 65680 -> 66120 bytes
05-build_abe-qemu/console.log.xz | Bin 32720 -> 32436 bytes
06-build_linux/console.log.xz | Bin 3132 -> 3136 bytes
08-check_regression/console.log.xz | Bin 524 -> 524 bytes
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 28 ++++++++++++++--------------
13 files changed, 19 insertions(+), 19 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-12
in repository gcc.
from dbdcc201768 Daily bump.
new 73e86b6766c c++: unevaluated array new-expr size constantness [PR108219]
new 458bda5432d c++: outer 'this' leaking into local class [PR106969]
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/cp/constexpr.cc | 25 ++++++++++++++++++++++---
gcc/cp/cp-tree.h | 1 +
gcc/cp/parser.cc | 13 +++++++++----
gcc/testsuite/g++.dg/cpp0x/new6.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-new1.C | 13 +++++++++++++
gcc/testsuite/g++.dg/lookup/name-clash11.C | 2 +-
gcc/testsuite/g++.dg/lookup/this2.C | 22 ++++++++++++++++++++++
7 files changed, 81 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/new6.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-new1.C
create mode 100644 gcc/testsuite/g++.dg/lookup/this2.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 2a740b3ba4c gdb/record-full: disable range stepping when resuming threads
new 33c054b015b gdb: cleanup command creation in infcmd.c
new cc09d372f66 gdb: make set/show args work with $_gdb_setting_str
new 94e6c564123 gdb: make set/show cwd work with $_gdb_setting_str
new 598e87ecc06 gdb: make set/show inferior-tty work with $_gdb_setting_str
new b63c50f9d4b gdb: make deprecated_show_value_hack static
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/cli/cli-setshow.c | 2 +-
gdb/command.h | 7 +-
gdb/infcmd.c | 137 ++++++++++-----------
gdb/testsuite/gdb.base/inferior-clone.exp | 9 ++
.../tui-focus.c => gdb.multi/gdb-settings.c} | 0
gdb/testsuite/gdb.multi/gdb-settings.exp | 123 ++++++++++++++++++
6 files changed, 198 insertions(+), 80 deletions(-)
copy gdb/testsuite/{gdb.tui/tui-focus.c => gdb.multi/gdb-settings.c} (100%)
create mode 100644 gdb/testsuite/gdb.multi/gdb-settings.exp
--
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 a225cb3ee9 Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1
new a443bd3fb2 __check_pf: Add a cancellation cleanup handler [BZ #20975]
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/unix/sysv/linux/Makefile | 2 ++
sysdeps/unix/sysv/linux/check_pf.c | 15 +++++++++++++++
2 files changed, 17 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_fast_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
from e6a18945ec 91: onsuccess: #138: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new e332242351 92: onsuccess: #139: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/g++.log.xz | Bin 1412 -> 1408 bytes
00-sumfiles/gcc.log.xz | Bin 376956 -> 376692 bytes
00-sumfiles/gfortran.log.xz | Bin 56724 -> 56676 bytes
00-sumfiles/libatomic.log.xz | Bin 436 -> 436 bytes
00-sumfiles/libgomp.log.xz | Bin 436 -> 436 bytes
00-sumfiles/libitm.log.xz | Bin 436 -> 436 bytes
00-sumfiles/libstdc++.log.xz | Bin 428 -> 428 bytes
01-reset_artifacts/console.log.xz | Bin 2184 -> 2216 bytes
02-prepare_abe/console.log.xz | Bin 2444 -> 2444 bytes
03-build_abe-binutils/console.log.xz | Bin 48940 -> 49932 bytes
04-build_abe-gcc/console.log.xz | Bin 237120 -> 237624 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9004 -> 8932 bytes
07-build_abe-glibc/console.log.xz | Bin 233536 -> 233380 bytes
08-build_abe-gdb/console.log.xz | Bin 46480 -> 48360 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3804 bytes
10-build_abe-check_gcc/console.log.xz | Bin 3672 -> 3612 bytes
10-build_abe-check_gcc/flaky.xfail | 2 +-
11-check_regression/console.log.xz | Bin 1332 -> 1336 bytes
11-check_regression/results.compare | 18 +++++++++---------
11-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 18 +++++++++---------
manifest.sh | 28 ++++++++++++++--------------
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
34 files changed, 47 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.