This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8aed61b8334e Merge tag 'platform-drivers-x86-v6.14-4' of git://git.kern [...] new 12f65d120350 gpio: aggregator: protect driver attr handlers against mod [...] new f02c41f87cfe gpio: rcar: Use raw_spinlock to protect register access new 391b41f983bf gpio: rcar: Fix missing of_node_put() call new 1222390d138d Merge tag 'gpio-fixes-for-v6.14-rc6' of git://git.kernel.o [...] new 5797c04400ee hwmon: (peci/dimmtemp) Do not provide fake thresholds data new 6b6e2e8fd0de hwmon: (pmbus) Initialise page count in pmbus_identify() new 1c7932d5ae0f hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table new e278d5e8aef4 hwmon: (ad7314) Validate leading zero bits and return error new 10fce7ebe888 hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon [...] new 8287dfc29153 Merge tag 'hwmon-for-v6.14-rc6' of git://git.kernel.org/pu [...] new 010c4a461c1d x86/speculation: Simplify and make CALL_NOSPEC consistent new 9af9ad85ac44 x86/speculation: Add a conditional CS prefix to CALL_NOSPEC new 8177c6bedb70 x86/cacheinfo: Validate CPUID leaf 0x2 EDX output new 1881148215c6 x86/cpu: Validate CPUID leaf 0x2 EDX output new f6bdaab79ee4 x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63 new 0d3e0dfd68fb x86/sgx: Fix size overflows in sgx_encl_create() new c00b413a9626 x86/boot: Sanitize boot params before parsing command line new 042751d35326 Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/ [...] new 2565e42539b1 perf/core: Fix pmus_lock vs. pmus_srcu ordering new 003659fec9f6 perf/core: Fix perf_pmu_register() vs. perf_init_event() new ab60bd57319c Merge tag 'perf-urgent-2025-03-07' of git://git.kernel.org [...] new 3b4035ddbfc8 sched/fair: Fix potential memory corruption in child_cfs_r [...] new 14672f059d83 sched/deadline: Use online cpus for validating runtime new b1536481c81f sched/rt: Update limit of sched_rt sysctl in documentation new 1c5183aa6e74 Merge tag 'sched-urgent-2025-03-07' of git://git.kernel.or [...]
The 25 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/scheduler/sched-rt-group.rst | 3 ++ arch/x86/boot/compressed/pgtable_64.c | 2 + arch/x86/include/asm/nospec-branch.h | 32 +++++++++------ arch/x86/kernel/cpu/cacheinfo.c | 2 +- arch/x86/kernel/cpu/intel.c | 52 +++++++++++++++-------- arch/x86/kernel/cpu/sgx/ioctl.c | 7 ++++ drivers/gpio/gpio-aggregator.c | 20 +++++++-- drivers/gpio/gpio-rcar.c | 31 ++++++++------ drivers/hwmon/ad7314.c | 10 +++++ drivers/hwmon/ntc_thermistor.c | 66 +++++++++++++++--------------- drivers/hwmon/peci/dimmtemp.c | 10 ++--- drivers/hwmon/pmbus/pmbus.c | 2 + drivers/hwmon/xgene-hwmon.c | 2 +- kernel/events/core.c | 32 +++++++++++++-- kernel/sched/deadline.c | 2 +- kernel/sched/fair.c | 6 ++- 16 files changed, 185 insertions(+), 94 deletions(-)