This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c8ed9b5c02a5 Merge tag 'drm-fixes-2025-09-05' of https://gitlab.freedes [...] new 7ac3c2889bc0 nvme: fix PI insert on write new 1f6b281ac501 Merge tag 'nvme-6.17-2025-09-04' of git://git.infradead.or [...] new 93dec51e716d md/raid1: fix data lost for writemostly rdev new 7202082b7b7a md: prevent incorrect update of resync/recovery offset new 743bf0309471 Merge tag 'md-6.17-20250905' of https://git.kernel.org/pub [...] new e9eaca6bf69d Merge tag 'block-6.17-20250905' of git://git.kernel.dk/linux new d3a8ca2ebe6e platform/x86/amd: hfi: Fix pcct_tbl leak in amd_hfi_metada [...] new cf3940ac737d platform/x86: asus-wmi: Remove extra keys from ignore_key_ [...] new 132bfcd24925 platform/x86: asus-wmi: Fix ROG button mapping, tablet mod [...] new 3c75dc44ad11 platform/x86: asus-wmi: map more keys on ExpertBook B9 new c96f86217bb2 platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spuri [...] new 5549202b9c02 platform/x86: asus-wmi: Fix racy registrations new 3010da6ecf22 platform/x86/intel/pmc: Add Bartlett Lake support to intel [...] new 23408874e90e platform/x86: hp-wmi: Add support for Fn+P hotkey new b0908e03fdd4 platform/x86: acer-wmi: Stop using ACPI bitmap for platfor [...] new aa28991fd5dc platform/x86/intel: power-domains: Use topology_logical_pa [...] new dd6cbcc589dd Merge tag 'platform-drivers-x86-v6.17-3' of git://git.kern [...] new ef9f21c3f370 gpio: fix GPIO submenu in Kconfig new ed42d80f3bae tools: gpio: remove the include directory on make clean new 3d1e36499e02 Merge tag 'gpio-fixes-for-v6.17-rc5' of git://git.kernel.o [...] new 1180c79fbf36 hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM new 98fd069dd873 hwmon: (ina238) Correctly clamp temperature new bd7e7bc2cc20 hwmon: (ina238) Correctly clamp shunt voltage limit new c2623573178b hwmon: (ina238) Correctly clamp power limits new 260aa8d5f0e6 Merge tag 'hwmon-for-v6.17-rc5' of git://git.kernel.org/pu [...] new 6976c7a69daf smb: client: Fix NULL pointer dereference in cifs_debug_di [...] new 0c3813d855b2 smb: client: fix spellings in comments new 72595cb6da18 smb: client: add new tracepoint to trace lease break notification new 91be128b496c smb: client: show negotiated cipher in DebugData new 70bccd9855da cifs: prevent NULL pointer dereference in UTF16 conversion new c2f3b108c09d Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba. [...] new 4540f1d23e7f audit: fix out-of-bounds read in audit_compare_dname_path() new 730c1451fbc3 Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/ [...] new 9a6d3ff10f7f arm64: uapi: Provide correct __BITS_PER_LONG for the compat vDSO new f3ef7110924b ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids() new a7ed7b9d0ebb arm64: ftrace: fix unreachable PLT for ftrace_caller in in [...] new e5d5d2331956 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 37 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: arch/arm64/include/asm/module.h | 1 + arch/arm64/include/asm/module.lds.h | 1 + arch/arm64/include/uapi/asm/bitsperlong.h | 5 ++ arch/arm64/kernel/ftrace.c | 13 +++-- arch/arm64/kernel/module-plts.c | 12 ++++- arch/arm64/kernel/module.c | 11 ++++ drivers/acpi/arm64/iort.c | 4 +- drivers/gpio/Kconfig | 6 +-- drivers/hwmon/ina238.c | 9 ++-- drivers/hwmon/mlxreg-fan.c | 5 +- drivers/md/md.c | 5 ++ drivers/md/raid1.c | 2 +- drivers/nvme/host/core.c | 18 ++++--- drivers/platform/x86/acer-wmi.c | 71 +++++-------------------- drivers/platform/x86/amd/hfi/hfi.c | 14 +++-- drivers/platform/x86/amd/pmc/pmc-quirks.c | 14 +++++ drivers/platform/x86/asus-nb-wmi.c | 28 +++++++--- drivers/platform/x86/asus-wmi.c | 9 +++- drivers/platform/x86/asus-wmi.h | 3 +- drivers/platform/x86/hp/hp-wmi.c | 4 ++ drivers/platform/x86/intel/pmc/core.c | 1 + drivers/platform/x86/intel/tpmi_power_domains.c | 2 +- fs/smb/client/cifs_debug.c | 31 ++++++++--- fs/smb/client/cifs_unicode.c | 3 ++ fs/smb/client/reparse.c | 2 +- fs/smb/client/smb1ops.c | 4 +- fs/smb/client/smb2misc.c | 19 +++++-- fs/smb/client/smb2pdu.c | 4 +- fs/smb/client/trace.h | 52 ++++++++++++++++-- kernel/auditfilter.c | 2 +- tools/gpio/Makefile | 2 +- 31 files changed, 241 insertions(+), 116 deletions(-)