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(-)