This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits d193d886b1ca Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits fff45ef9ec50 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits ebbdc9429c39 NFSD: fix hang in nfsd4_shutdown_callback omits b092f08d01c1 nfsd: fix __fh_verify for localio omits 6177b6f7df15 nfsd: fix uninitialised slot info when a request is retried adds 6f36f103cff1 pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings adds 3fbe3fe28764 pinctrl: cy8c95x0: Avoid accessing reserved registers adds aac4470fa6e6 pinctrl: cy8c95x0: Enable regmap locking for debug adds 0a7404fc5399 pinctrl: cy8c95x0: Rename PWMSEL to SELPWM adds 1ddee69108d3 pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware adds 0af4c120f5e7 pinctrl: pinconf-generic: Print unsigned value if a format [...] new c581f8c240f5 Merge tag 'pinctrl-v6.14-2' of git://git.kernel.org/pub/sc [...] adds 48e487b00289 HID: corsair-void: Add missing delayed work cancel for hea [...] adds c098363828f7 HID: corsair-void: Initialise memory for psy_cfg adds 4b54ae69197b HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in [...] adds 7e0d1cff12b8 HID: intel-ish-hid: Send clock sync message immediately af [...] adds 52572cde8b4a HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILE adds a5a056c8d2ba HID: intel-thc: fix CONFIG_HID dependency adds 363236d709e7 HID: ignore non-functional sensor in HP 5MP Camera adds 05c4ede6951b HID: hid-steam: Fix issues with disabling both gamepad mod [...] adds 45ab5166a82d HID: winwing: Add NULL check in winwing_init_led() adds 9b8e2220d3a0 HID: multitouch: Add NULL check in mt_input_configured adds 18c966b62819 HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs adds 9271af9d846c HID: topre: Fix n-key rollover on Realforce R3S TKL boards adds 1739cafdb8de samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS adds 8b125949df58 samples/hid: fix broken vmlinux path for VMLINUX_BTF new 2813e00dcd74 HID: hid-apple: Apple Magic Keyboard a3203 USB-C support new 819083cb6eed HID: apple: fix up the F6 key on the Omoton KB066 keyboard new 0b43d98ff29b HID: hid-thrustmaster: fix stack-out-of-bounds read in usb [...] new 79504249d7e2 HID: hid-steam: Move hidraw input (un)registering to work new b051ffa2aeb2 HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context new 58c9bf3363e5 Merge tag 'hid-for-linus-2025021001' of git://git.kernel.o [...] new 5fb251612173 nfsd: fix uninitialised slot info when a request is retried new d9d6b74e4be9 nfsd: fix __fh_verify for localio new 036ac2778f7b NFSD: fix hang in nfsd4_shutdown_callback new 4990d098433d NFSD: Fix CB_GETATTR status fix new febbc555cf0f Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/li [...] new 318e8c339c9a x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit adds 41f198d58b6f tomoyo: fix spelling error adds 691a1f3f1801 tomoyo: fix spelling errors adds bdc35f164b0f tomoyo: use better patterns for procfs in learning mode new 09fbf3d50205 Merge tag 'tomoyo-pr-20250211' of git://git.code.sf.net/p/ [...] new d6b1fce8dbc9 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (d193d886b1ca) \ N -- N -- N refs/heads/fs-current (d6b1fce8dbc9)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 15 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/x86/Kconfig | 3 +- arch/x86/kernel/cpu/bugs.c | 21 ++-- drivers/hid/Kconfig | 15 ++- drivers/hid/amd-sfh-hid/Kconfig | 1 - drivers/hid/hid-apple.c | 8 ++ drivers/hid/hid-corsair-void.c | 3 +- drivers/hid/hid-ids.h | 3 + drivers/hid/hid-lenovo.c | 7 +- drivers/hid/hid-multitouch.c | 5 +- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-steam.c | 46 ++++++--- drivers/hid/hid-thrustmaster.c | 2 +- drivers/hid/hid-topre.c | 7 ++ drivers/hid/hid-winwing.c | 2 + drivers/hid/i2c-hid/Kconfig | 2 +- drivers/hid/intel-ish-hid/Kconfig | 1 - drivers/hid/intel-ish-hid/ipc/hw-ish.h | 2 + drivers/hid/intel-ish-hid/ipc/ipc.c | 15 +-- drivers/hid/intel-ish-hid/ipc/pci-ish.c | 7 ++ drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 2 + drivers/hid/intel-thc-hid/Kconfig | 1 - drivers/hid/surface-hid/Kconfig | 2 - drivers/hid/usbhid/Kconfig | 3 +- drivers/pinctrl/pinconf-generic.c | 8 +- drivers/pinctrl/pinctrl-cy8c95x0.c | 42 ++++---- fs/nfsd/nfs4callback.c | 2 +- net/bluetooth/hidp/Kconfig | 3 +- samples/hid/Makefile | 13 +-- security/tomoyo/common.c | 145 +++++++++++++++++++++------- security/tomoyo/domain.c | 2 +- security/tomoyo/securityfs_if.c | 6 +- security/tomoyo/tomoyo.c | 5 +- 32 files changed, 267 insertions(+), 118 deletions(-)