This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7f4476239b1 forwprop: Fix up calc_perm_vec_perm_simplify_seqs [PR123672]
new 8ad11691d3d Fix testsuite scan failure on loongarch64
new 1a3f27ab4d3 Fix typo in last patch.
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/testsuite/gcc.dg/pr90838.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 2687c848e578 x86/vmware: Fix hypercall clobbers
new a8ff29f0ca1d livepatch/klp-build: Require Clang assembler >= 20
new ab10815472fc livepatch: Fix having __klp_objects relics in non-livepatc [...]
new b525fcaf0a76 livepatch: Free klp_{object,func}_ext data after initialization
new 18328546dd59 objtool/klp: Fix symbol correlation for orphaned local symbols
new f495054bd12e objtool/klp: Fix unexported static call key access for man [...]
new 7e0b172c80ad Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel. [...]
new 4327fb13fa47 sched/mmcid: Prevent live lock on task to CPU mode transition
new 47ee94efccf6 sched/mmcid: Protect transition on weakly ordered systems
new 007d84287c74 sched/mmcid: Drop per CPU CID immediately when switching t [...]
new 4463c7aa11a6 sched/mmcid: Optimize transitional CIDs when scheduling out
new dda5df982363 Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.or [...]
new 8f589c9c3be5 rust_binder: correctly handle FDA objects of length zero
new 5e8a3d015442 binder: fix UAF in binder_netlink_report()
new d047248190d8 rust_binder: add additional alignment checks
new 1769f90e5ba2 binder: fix BR_FROZEN_REPLY error log
new d6ba73481426 rust_binderfs: fix ida_alloc_max() upper bound
new ec4ddc90d201 binderfs: fix ida_alloc_max() upper bound
new b0e7d3f88e56 Merge tag 'char-misc-6.19-final' of git://git.kernel.org/p [...]
new 41399c5d4761 regulator: spacemit-p1: Fix n_voltages for BUCK and LDO re [...]
new 142fdd7bb709 Merge tag 'regulator-fix-v6.19-rc8' of git://git.kernel.or [...]
new aabd8ea0aa25 spi: tegra210-quad: Return IRQ_HANDLED when timeout alread [...]
new ef13ba357656 spi: tegra210-quad: Move curr_xfer read inside spinlock
new f5a4d7f5e32b spi: tegra210-quad: Protect curr_xfer assignment in tegra_ [...]
new bf4528ab28e2 spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combin [...]
new 6d7723e8161f spi: tegra210-quad: Protect curr_xfer clearing in tegra_qs [...]
new edf9088b6e1d spi: tegra210-quad: Protect curr_xfer check in IRQ handler
new 41d9a6795b95 spi: tegra: Fix a memory leak in tegra_slink_probe()
new a0a75b40c919 spi: tegra114: Preserve SPI mode bits in def_command1_reg
new e7aa57247700 Merge tag 'spi-fix-v6.19-rc8' of git://git.kernel.org/pub/ [...]
The 29 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:
drivers/android/binder.c | 19 +++-
drivers/android/binder/rust_binderfs.c | 8 +-
drivers/android/binder/thread.rs | 109 ++++++++++++-------
drivers/android/binderfs.c | 8 +-
drivers/regulator/spacemit-p1.c | 6 +-
drivers/spi/spi-tegra114.c | 3 +
drivers/spi/spi-tegra20-slink.c | 6 +-
drivers/spi/spi-tegra210-quad.c | 56 +++++++++-
include/linux/livepatch.h | 3 +
include/linux/rseq_types.h | 6 +-
kernel/livepatch/core.c | 19 ++++
kernel/sched/core.c | 184 ++++++++++++++++++++++-----------
kernel/sched/sched.h | 44 ++++++--
scripts/livepatch/init.c | 20 ++--
scripts/livepatch/klp-build | 4 +
scripts/module.lds.S | 9 +-
tools/objtool/check.c | 4 +-
tools/objtool/include/objtool/klp.h | 10 +-
tools/objtool/klp-diff.c | 41 ++++++--
19 files changed, 398 insertions(+), 161 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 f3f7e7514a7 analyzer: fix ICE on operator new with discarded result [PR116228]
new 7f4476239b1 forwprop: Fix up calc_perm_vec_perm_simplify_seqs [PR123672]
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/testsuite/gcc.dg/pr123672.c | 33 ++++++++++++++++++++++++++++++
gcc/tree-ssa-forwprop.cc | 45 ++++++++++++++---------------------------
2 files changed, 48 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123672.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 15ca69befd0 Fix comment typos in permutation spelling
new f3f7e7514a7 analyzer: fix ICE on operator new with discarded result [PR116228]
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/analyzer/kf-lang-cp.cc | 4 +++-
gcc/testsuite/g++.dg/analyzer/ice-pr116228.C | 33 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/analyzer/ice-pr116228.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 03c9c4c8d0a Remove best_symbol and better_symbol
new 9b4b5499b74 Add check-gdbarch.py
new 08ef6c0715f Use 'invalid' rather than 'predicate' in some gdbarch functions
new ef1941993b8 Remove solib_symbols_extension gdbarch hook
new a6e3679f681 Remove skip_permanent_breakpoint gdbarch hook
new 9f579d28c10 Remove the print_vector_info gdbarch hook
new 0316c8cbd6d Remove the auto_charset gdbarch hook
new 86cd099eb24 Remove the believe_pcc_promotion gdbarch hook
new 52bfc2b45b0 Remove the sofun_address_maybe_missing gdbarch setting
new 614e12ef652 Mark some gdbarch components as "unused"
The 9 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/arc-tdep.c | 2 -
gdb/arch-utils.c | 12 ---
gdb/arch-utils.h | 8 --
gdb/bfin-tdep.c | 1 -
gdb/breakpoint.c | 3 +-
gdb/breakpoint.h | 3 +-
gdb/charset.c | 9 +-
gdb/check-gdbarch.py | 105 ++++++++++++++++++++++
gdb/gdbarch-gen.c | 217 ++--------------------------------------------
gdb/gdbarch-gen.h | 48 ----------
gdb/gdbarch_components.py | 95 +++++---------------
gdb/gdbarch_types.py | 6 ++
gdb/h8300-tdep.c | 2 -
gdb/hppa-tdep.c | 1 -
gdb/i386-linux-tdep.c | 4 -
gdb/infcmd.c | 21 ++---
gdb/infrun.c | 7 +-
gdb/m68hc11-tdep.c | 2 -
gdb/m68k-tdep.c | 1 -
gdb/rs6000-tdep.c | 23 +----
gdb/s390-tdep.c | 1 -
gdb/sh-tdep.c | 2 -
gdb/sol2-tdep.c | 5 --
gdb/solib.c | 27 ------
gdb/vax-tdep.c | 1 -
gdb/xtensa-tdep.c | 2 -
26 files changed, 163 insertions(+), 445 deletions(-)
create mode 100755 gdb/check-gdbarch.py
--
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 160bd561252 Automatic date update in version.in
new 03c9c4c8d0a Remove best_symbol and better_symbol
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/block.c | 62 ++++++++----------------------------------------------------
gdb/block.h | 14 ++------------
gdb/c-exp.y | 8 +++++++-
gdb/symtab.c | 14 ++++++++++----
gdb/symtab.h | 7 +++++++
5 files changed, 34 insertions(+), 71 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 5f5ca32dd17 Revert part of r16-869-ge3d3d6d7d2c8ab
new e6749b94438 c++: Fix error recovery of invalid splice during tsubst_spl [...]
new 04f84457772 c++: Handle SPLICE_SCOPE in cp_walk_subtrees [PR123659]
new 15ca69befd0 Fix comment typos in permutation spelling
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/config/arm/arm.cc | 2 +-
gcc/config/loongarch/loongarch.cc | 10 +++++-----
gcc/cp/pt.cc | 2 ++
gcc/cp/tree.cc | 5 +++++
gcc/optabs.cc | 2 +-
gcc/testsuite/g++.dg/reflect/splice8.C | 33 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/reflect/splice9.C | 21 +++++++++++++++++++++
7 files changed, 68 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/reflect/splice8.C
create mode 100644 gcc/testsuite/g++.dg/reflect/splice9.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 16cbe70b952 cse: Take single register constraints into account
new 5f5ca32dd17 Revert part of r16-869-ge3d3d6d7d2c8ab
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/i386/i386.cc | 16 +---------------
1 file changed, 1 insertion(+), 15 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 30886aeca75 PR tree-optimization/123958: FMA vs pow(x,2.0) [vs errno]
new 16cbe70b952 cse: Take single register constraints into account
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/cse.cc | 30 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/asm-hard-reg-2.c | 9 +++++++
2 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/asm-hard-reg-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.
unknown user pushed a change to branch master
in repository gcc.
from 654c733fa3f PR rtl-optimization/123833: Use of insn attributes in insn_ [...]
new 30886aeca75 PR tree-optimization/123958: FMA vs pow(x,2.0) [vs errno]
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/testsuite/g++.target/i386/pr124002.C | 15 +++++++++++++++
gcc/testsuite/gcc.dg/{errno-2.c => errno-4.c} | 2 +-
gcc/testsuite/gcc.target/i386/pr123958.c | 18 ++++++++++++++++++
gcc/tree-ssa-math-opts.cc | 19 -------------------
4 files changed, 34 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr124002.C
copy gcc/testsuite/gcc.dg/{errno-2.c => errno-4.c} (95%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr123958.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.