This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ab59a8605604 Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/l [...]
new a8df7d0ef92e objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
new fe1042b1ef79 objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and I [...]
new 9f9cc012c2cb objtool: Stop UNRET validation on UD2
new 2dbbca9be4e5 objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semantics
new 2d12c6fb7875 objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STAC
new 87cb582d2f55 objtool: Fix false-positive "ignoring unreachables" warning
new 54a012b62235 Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel. [...]
new 0ba3a4ab76fd perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
new 0cd575cab10e uprobes: Avoid false-positive lockdep splat on CONFIG_PREE [...]
new 56799bc03565 perf: Fix hang while freeing sigtrap event
new ac253a537da3 Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org [...]
new 8b37357a78d7 x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to d [...]
new f2f29da9f0d4 x86/e820: Fix handling of subpage regions when calculating [...]
new 45c2e30bbd64 x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs [...]
new 996457176bb7 x86/early_printk: Use 'mmio32' for consistency, fix comments
new 13235d6d50bb x86/bugs: Rename entry_ibpb() to write_ibpb()
new fc9fd3f98423 x86/bugs: Use SBPB in write_ibpb() if applicable
new b1b19cfcf465 x86/bugs: Fix RSB clearing in indirect_branch_prediction_b [...]
new 18bae0dfec15 x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
new 27ce8299bc1e x86/bugs: Don't fill RSB on context switch with eIBRS
new 83f6665a49c3 x86/bugs: Add RSB mitigation document
new af76f7d57ee9 Documentation/x86: Update the naming of CPU features for / [...]
new 254a6d14c9c9 Documentation/x86: Zap the subsection letters
new f0df00ebc57f x86/cpu: Avoid running off the end of an AMD erratum table
new 1fac13956e98 x86/ibt: Fix hibernate
new 3c9de67dd370 Merge tag 'x86-urgent-2025-04-10' of git://git.kernel.org/ [...]
new 2424e146bee0 hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
new 92e250c624ea timekeeping: Add a lockdep override in tick_freeze()
new acea9943271b vdso: Address variable shadowing in macros
new 34833819d227 Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.o [...]
new 75f8c87555e6 irqchip/davinci: Remove leftover header
new 305825d09b15 irqchip/sg2042-msi: Add missing chip flags
new f35508b93a2f irqchip/irq-bcm2712-mip: Set EOI/ACK flags in msi_parent_ops
new 0c7cae12f67c Merge tag 'irq-urgent-2025-04-10' of git://git.kernel.org/ [...]
The 34 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/hw-vuln/index.rst | 1 +
Documentation/admin-guide/hw-vuln/rsb.rst | 268 ++++++++++++++++++++++++
Documentation/admin-guide/kernel-parameters.txt | 5 +-
Documentation/arch/x86/cpuinfo.rst | 69 +++---
arch/x86/entry/entry.S | 9 +-
arch/x86/include/asm/nospec-branch.h | 12 +-
arch/x86/include/asm/smap.h | 12 +-
arch/x86/kernel/acpi/boot.c | 11 +
arch/x86/kernel/cpu/amd.c | 1 +
arch/x86/kernel/cpu/bugs.c | 101 +++------
arch/x86/kernel/cpu/resctrl/rdtgroup.c | 48 +++--
arch/x86/kernel/e820.c | 17 +-
arch/x86/kernel/early_printk.c | 10 +-
arch/x86/mm/tlb.c | 6 +-
arch/x86/power/hibernate_asm_64.S | 4 +-
arch/x86/xen/xen-asm.S | 4 +-
drivers/irqchip/irq-bcm2712-mip.c | 1 +
drivers/irqchip/irq-sg2042-msi.c | 1 +
include/linux/hrtimer.h | 2 +-
include/linux/irqchip/irq-davinci-aintc.h | 27 ---
include/linux/perf_event.h | 1 -
include/vdso/unaligned.h | 12 +-
kernel/events/core.c | 70 ++-----
kernel/events/uprobes.c | 15 +-
kernel/time/hrtimer.c | 2 +-
kernel/time/tick-common.c | 22 ++
tools/objtool/arch/x86/decode.c | 18 +-
tools/objtool/arch/x86/special.c | 2 +-
tools/objtool/check.c | 59 +++++-
tools/objtool/include/objtool/arch.h | 3 +-
30 files changed, 543 insertions(+), 270 deletions(-)
create mode 100644 Documentation/admin-guide/hw-vuln/rsb.rst
delete mode 100644 include/linux/irqchip/irq-davinci-aintc.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 releases/gcc-14
in repository gcc.
from 93be6016dae c++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687]
new 708c3937741 c++: self-dependent alias template [PR117530]
new e13143ab021 c++: lambda in constraint of lambda [PR119175]
new 779e002a1dc c++: nested lambda capture pack [PR119345]
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:
gcc/cp/mangle.cc | 6 ++++++
gcc/cp/pt.cc | 11 +++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-lambda23.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/lambda-targ14.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/lambda-uneval27.C | 10 ++++++++++
5 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda23.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ14.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval27.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 733a6a4c111 libgomp: Update SVE tests
new 5957b9919c9 c++: nested lambda capture pack [PR119345]
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/pt.cc | 2 ++
gcc/testsuite/g++.dg/cpp2a/lambda-targ14.C | 12 ++++++++++++
2 files changed, 14 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ14.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 493974aa0ad c++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687]
new 733a6a4c111 libgomp: Update SVE tests
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:
libgomp/testsuite/libgomp.c-target/aarch64/firstprivate.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/lastprivate.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/private.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/shared.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/simd-aligned.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/simd-nontemporal.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/threadprivate.c | 2 ++
libgomp/testsuite/libgomp.c-target/aarch64/udr-sve.c | 4 ++--
8 files changed, 16 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 releases/gcc-14
in repository gcc.
from 5cfe086bea2 libstdc++: Fix conversions to key/value types for hash tabl [...]
new 93be6016dae c++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687]
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/pt.cc | 3 +--
.../g++.dg/cpp23/class-deduction-inherited8.C | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited8.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 newlib.
from 3b06366ed Cygwin: fhandler_local: Fix get_inet_addr_local to retrieve c [...]
new dc6aa8776 Cygwin: console: Fix the console states after the console is closed
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:
winsup/cygwin/fhandler/console.cc | 24 ++++++++++++++++++++----
winsup/cygwin/local_includes/fhandler.h | 2 +-
winsup/cygwin/release/3.6.2 | 3 +++
3 files changed, 24 insertions(+), 5 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 cygwin-3_6-branch
in repository newlib.
from 5d980eccc Cygwin: fhandler_local: Fix get_inet_addr_local to retrieve c [...]
new 92f866159 Cygwin: console: Fix the console states after the console is closed
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:
winsup/cygwin/fhandler/console.cc | 24 ++++++++++++++++++++----
winsup/cygwin/local_includes/fhandler.h | 2 +-
winsup/cygwin/release/3.6.2 | 3 +++
3 files changed, 24 insertions(+), 5 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 main
in repository newlib.
from 3b06366ed Cygwin: fhandler_local: Fix get_inet_addr_local to retrieve c [...]
new dc6aa8776 Cygwin: console: Fix the console states after the console is closed
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:
winsup/cygwin/fhandler/console.cc | 24 ++++++++++++++++++++----
winsup/cygwin/local_includes/fhandler.h | 2 +-
winsup/cygwin/release/3.6.2 | 3 +++
3 files changed, 24 insertions(+), 5 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 1f32b87117b c++: Use G_ instead of _ around cp/errors.cc gcc-internal-f [...]
new 493974aa0ad c++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687]
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/pt.cc | 3 +--
.../g++.dg/cpp23/class-deduction-inherited8.C | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited8.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.