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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 065be0ffbcd RISC-V: Add divmod expansion support
new 0c77a090945 Fix autoprofiledbootstrap build
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:
Makefile.in | 4 +++-
Makefile.tpl | 4 +++-
gcc/c/Make-lang.in | 32 +++++++++++++++++++++++++++++---
gcc/cp/Make-lang.in | 33 +++++++++++++++++++++++++++++----
gcc/doc/install.texi | 2 +-
gcc/lto/Make-lang.in | 32 +++++++++++++++++++++++++++++---
6 files changed, 94 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 master
in repository gcc.
from d9df45a66b2 RISC-V: Added support clmul[r,h] instructions for Zbc extension.
new 065be0ffbcd RISC-V: Add divmod expansion support
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/iterators.md | 6 ++++++
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 15 +++++++++++++++
gcc/config/riscv/riscv.md | 16 ++++++++++++++++
gcc/testsuite/gcc.target/riscv/divmod-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/riscv/divmod-2.c | 16 ++++++++++++++++
6 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/divmod-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/divmod-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
from a39f8f1ef0 62: onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 26d581c631 63: onsuccess: #116: 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/binutils.log.xz | Bin 62040 -> 61996 bytes
00-sumfiles/gas.log.xz | Bin 101052 -> 100984 bytes
00-sumfiles/ld.log.xz | Bin 114200 -> 114012 bytes
01-reset_artifacts/console.log.xz | Bin 2212 -> 2072 bytes
02-prepare_abe/console.log.xz | Bin 2448 -> 2392 bytes
03-build_abe-binutils/console.log.xz | Bin 27068 -> 27604 bytes
04-build_abe-stage1/console.log.xz | Bin 89720 -> 89088 bytes
06-build_abe-linux/console.log.xz | Bin 9024 -> 8944 bytes
07-build_abe-glibc/console.log.xz | Bin 233712 -> 233264 bytes
08-build_abe-stage2/console.log.xz | Bin 228460 -> 227316 bytes
09-build_abe-gdb/console.log.xz | Bin 34568 -> 35012 bytes
10-build_abe-qemu/console.log.xz | Bin 30672 -> 31200 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3856 -> 3844 bytes
12-build_abe-check_binutils/console.log.xz | Bin 3132 -> 3944 bytes
12-build_abe-check_binutils/flaky.xfail | 2 +-
13-check_regression/console.log.xz | Bin 1248 -> 1236 bytes
13-check_regression/results.compare | 4 +--
13-check_regression/results.compare2 | 4 +--
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 4 +--
manifest.sh | 42 ++++++++++++++---------------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
30 files changed, 38 insertions(+), 38 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
from 87182e947e 57: onsuccess: #15: boot: [TCWG CI] https://ci.linaro.org/jo [...]
new c41c406477 58: onsuccess: #16: boot: [TCWG CI] https://ci.linaro.org/jo [...]
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 1972 -> 2180 bytes
02-prepare_abe/console.log.xz | Bin 2416 -> 2428 bytes
03-build_abe-binutils/console.log.xz | Bin 27532 -> 28264 bytes
04-build_kernel_llvm/console.log.xz | Bin 67548 -> 67852 bytes
05-build_abe-qemu/console.log.xz | Bin 32852 -> 32964 bytes
06-build_linux/console.log.xz | Bin 3116 -> 3124 bytes
07-boot_linux/console.log.xz | Bin 6128 -> 6140 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 ++++++++++++++--------------
14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_woa_check_binutils/master-woa64
in repository toolchain/ci/base-artifacts.
from c42c7922a2 56: onsuccess: #83: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new a5d9f3db89 57: onsuccess: #84: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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/binutils.log.xz | Bin 8156 -> 8168 bytes
00-sumfiles/gas.log.xz | Bin 143352 -> 143372 bytes
00-sumfiles/ld.log.xz | Bin 25804 -> 25792 bytes
01-reset_artifacts/console.log.xz | Bin 2016 -> 2060 bytes
02-prepare_abe/console.log.xz | Bin 2452 -> 2428 bytes
03-build_abe-binutils/console.log.xz | Bin 25084 -> 25736 bytes
04-build_abe-dejagnu/console.log.xz | Bin 3936 -> 3880 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3708 -> 4484 bytes
05-build_abe-check_binutils/flaky.xfail | 2 +-
06-check_regression/console.log.xz | Bin 1236 -> 1236 bytes
06-check_regression/results.compare | 2 +-
06-check_regression/results.compare2 | 4 ++--
git/binutils_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 2 +-
manifest.sh | 8 ++++----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
19 files changed, 14 insertions(+), 14 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 1966741378d RISC-V: Eliminate redundant zero extension of minu/maxu operands
new d9df45a66b2 RISC-V: Added support clmul[r,h] instructions for Zbc extension.
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/bitmanip.md | 29 ++++++++++++++++++++++
gcc/config/riscv/crypto.md | 24 ------------------
gcc/config/riscv/generic.md | 2 +-
gcc/config/riscv/riscv-builtins.cc | 6 +++--
gcc/config/riscv/riscv-cmo.def | 10 ++++++++
gcc/config/riscv/riscv-scalar-crypto.def | 6 -----
gcc/config/riscv/riscv.md | 8 +++++-
.../gcc.target/riscv/{zbkc32.c => zbc32.c} | 8 +++++-
.../gcc.target/riscv/{zbkc64.c => zbc64.c} | 8 +++++-
9 files changed, 65 insertions(+), 36 deletions(-)
copy gcc/testsuite/gcc.target/riscv/{zbkc32.c => zbc32.c} (65%)
copy gcc/testsuite/gcc.target/riscv/{zbkc64.c => zbc64.c} (65%)
--
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 1956da78cf4 Allow strings with printf/eval
new 2a740b3ba4c gdb/record-full: disable range stepping when resuming threads
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/record-full.c | 7 +++++++
1 file changed, 7 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 binutils-gdb.
from 005b65e801c Move find_minimal_symbol_address to minsyms.c
new 1956da78cf4 Allow strings with printf/eval
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/printcmd.c | 4 ++--
gdb/testsuite/gdb.base/eval.exp | 16 ++++++++++++++++
gdb/testsuite/gdb.base/printcmds.exp | 25 +++++++++++++++++++++++++
3 files changed, 43 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_woa_build/master-woa64
in repository toolchain/ci/base-artifacts.
from f7b113e290 51: onsuccess: #62: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new d554574e56 52: onsuccess: #63: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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 1852 -> 2032 bytes
02-prepare_abe/console.log.xz | Bin 2436 -> 2428 bytes
04-build_abe-binutils/console.log.xz | Bin 25104 -> 24912 bytes
05-check_regression/console.log.xz | Bin 548 -> 548 bytes
git/binutils_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 8 ++++----
7 files changed, 6 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 linux.
from 33afd4b76393 Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git. [...]
new 8c3223a50faf x86/entry: Change stale function name in comment to error_ [...]
new b9da86e3aade x86/uaccess: Remove memcpy_page_flushcache()
new b72d6965eeac x86/platform/intel-mid: Remove unused definitions from int [...]
new 3f6cc47f5eb4 x86: Simplify one-level sysctl registration for abi_table2
new 89d7971eb231 x86: Simplify one-level sysctl registration for itmt_kern_table
new 5462ade6871e x86/boot: Centralize __pa()/__va() definitions
new 682f7bbad29c Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel. [...]
new 322b72e0fd10 x86/resctrl: Avoid redundant counter read in __mon_event_count()
new 4980c176a717 Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/ [...]
new ad9c29f3c291 Documentation/x86: Explain the purpose for dynamic features
new a03c376ebaf3 x86/arch_prctl: Add AMX feature numbers as ABI constants
new 7f9daaf59e14 Documentation/x86: Add the AMX enabling example
new 5fbff2607557 Documentation/x86: Explain the state component permission [...]
new e54debe65710 Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/sc [...]
new 7a3a401874be x86/tdx: Drop flags from __tdx_hypercall()
new 7b664cc38ea7 Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/sc [...]
new b19b74bc99b1 x86/mm: Rework address range check in get_user() and put_user()
new 5ef495e55f07 x86: Allow atomic MM_CONTEXT flags setting
new 6449dcb0cac7 x86: CPUID and CR3/CR4 flags for Linear Address Masking
new 82721d8b25d7 x86/mm: Handle LAM on context switch
new 428e106ae1ad mm: Introduce untagged_addr_remote()
new 74c228d20a51 x86/uaccess: Provide untagged_addr() and remove tags befor [...]
new e0bddc19ba95 x86/mm: Reduce untagged_addr() overhead for systems without LAM
new 2f8794bd087e x86/mm: Provide arch_prctl() interface for LAM
new f7d304343b9d mm: Expose untagging mask in /proc/$PID/status
new 400b9b93441c iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
new 23e5d9ec2bab x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
new 3de9745c12d6 selftests/x86/lam: Add malloc and tag-bits test cases for [...]
new e67876962ecf selftests/x86/lam: Add mmap and SYSCALL test cases for lin [...]
new 72fd6d738c99 selftests/x86/lam: Add io_uring test cases for linear-addr [...]
new 833c12ce0f43 selftests/x86/lam: Add inherit test cases for linear-addre [...]
new 34821473deb3 selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases fo [...]
new dfd7a1569e25 selftests/x86/lam: Add test cases for LAM vs thread creation
new fca1fdd2b0a6 x86/mm/iommu/sva: Fix error code for LAM enabling failure [...]
new 97740266de26 x86/mm/iommu/sva: Do not allow to set FORCE_TAGGED_SVA bit [...]
new 22b8cc3e78f5 Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm [...]
The 36 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/arch/x86/xstate.rst | 100 +++
arch/arm64/include/asm/mmu_context.h | 6 +
arch/sparc/include/asm/mmu_context_64.h | 6 +
arch/sparc/include/asm/uaccess_64.h | 2 +
arch/x86/Kconfig | 11 +
arch/x86/boot/compressed/ident_map_64.c | 8 -
arch/x86/boot/compressed/misc.h | 9 +
arch/x86/boot/compressed/sev.c | 2 -
arch/x86/boot/compressed/tdx.c | 4 +-
arch/x86/coco/tdx/tdcall.S | 66 +-
arch/x86/coco/tdx/tdx.c | 18 +-
arch/x86/entry/entry_64.S | 2 +-
arch/x86/entry/vdso/vdso32-setup.c | 11 +-
arch/x86/entry/vsyscall/vsyscall_64.c | 2 +-
arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/include/asm/disabled-features.h | 8 +-
arch/x86/include/asm/intel-mid.h | 21 -
arch/x86/include/asm/mmu.h | 18 +-
arch/x86/include/asm/mmu_context.h | 49 +-
arch/x86/include/asm/processor-flags.h | 2 +
arch/x86/include/asm/shared/tdx.h | 5 +-
arch/x86/include/asm/tlbflush.h | 48 +-
arch/x86/include/asm/uaccess.h | 58 +-
arch/x86/include/asm/uaccess_64.h | 2 -
arch/x86/include/uapi/asm/prctl.h | 8 +
arch/x86/include/uapi/asm/processor-flags.h | 6 +
arch/x86/kernel/cpu/resctrl/monitor.c | 43 +-
arch/x86/kernel/itmt.c | 11 +-
arch/x86/kernel/process.c | 6 +
arch/x86/kernel/process_64.c | 68 +-
arch/x86/kernel/traps.c | 6 +-
arch/x86/lib/getuser.S | 83 +-
arch/x86/lib/putuser.S | 54 +-
arch/x86/lib/usercopy_64.c | 9 -
arch/x86/mm/init.c | 5 +
arch/x86/mm/tlb.c | 53 +-
drivers/iommu/iommu-sva.c | 8 +-
drivers/vfio/vfio_iommu_type1.c | 2 +-
fs/proc/array.c | 7 +
fs/proc/task_mmu.c | 9 +-
include/linux/ioasid.h | 9 -
include/linux/mm.h | 11 -
include/linux/mmu_context.h | 14 +
include/linux/sched/mm.h | 8 +-
include/linux/uaccess.h | 22 +
mm/gup.c | 4 +-
mm/madvise.c | 5 +-
mm/migrate.c | 11 +-
tools/testing/selftests/x86/Makefile | 2 +-
tools/testing/selftests/x86/lam.c | 1241 +++++++++++++++++++++++++++
50 files changed, 1886 insertions(+), 278 deletions(-)
create mode 100644 tools/testing/selftests/x86/lam.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.34/master
in repository glibc.
from 71eb9cc1ff x86_64: Fix asm constraints in feraiseexcept (bug 30305)
new 567f7413fb posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
new 8e1a8e04b1 gmon: Fix allocated buffer overflow (bug 29444)
new 4dd89b2a8f gmon: improve mcount overflow handling [BZ# 27576]
new f1b15d2005 gmon: fix memory corruption issues [BZ# 30101]
new 0ea8174d62 gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
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:
NEWS | 4 ++
elf/dl-tunables.list | 13 ++++
gmon/Makefile | 25 +++++++-
gmon/gmon.c | 43 +++++++++----
gmon/mcount.c | 5 ++
gmon/sys/gmon.h | 6 +-
debug/tst-realpath-chk.c => gmon/tst-mcleanup.c | 24 +++-----
.../tst-mcount-overflow-check.sh | 54 ++++++++--------
gmon/tst-mcount-overflow.c | 72 ++++++++++++++++++++++
stdlib/tst-system.c | 26 ++++++++
support/Makefile | 2 +
...{timespec-add-time64.c => dtotimespec-time64.c} | 8 +--
support/dtotimespec.c | 50 +++++++++++++++
support/shell-container.c | 28 +++++++++
support/timespec.h | 4 ++
sysdeps/posix/system.c | 6 +-
16 files changed, 305 insertions(+), 65 deletions(-)
copy debug/tst-realpath-chk.c => gmon/tst-mcleanup.c (69%)
copy elf/tst-rtld-list-tunables.sh => gmon/tst-mcount-overflow-check.sh (54%)
mode change 100755 => 100644
create mode 100644 gmon/tst-mcount-overflow.c
copy support/{timespec-add-time64.c => dtotimespec-time64.c} (83%)
create mode 100644 support/dtotimespec.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 ebb83b77a74 Remove @var from @defun in Python documentation
new a38b832238e Do not change type in get_discrete_low_bound
new 005b65e801c Move find_minimal_symbol_address to minsyms.c
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/gdbtypes.c | 4 ---
gdb/minsyms.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/parse.c | 80 ----------------------------------------------------------
3 files changed, 78 insertions(+), 84 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 1f7f972f594 gdb/testsuite: additional test fixes after gdb_test changes
new ebb83b77a74 Remove @var from @defun in Python 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/python.texi | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.