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 2c0a77ce0db5 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits c214653b7706 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits 131f9ab754d6 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits c0c2101816fa Merge branch 'misc-6.17' into next-fixes adds 6f9674aa69ad pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46 adds a061e739d362 pinctrl: airoha: fix wrong MDIO function bitmaks adds 33468b56f4e2 Merge tag 'pinctrl-v6.17-3' of git://git.kernel.org/pub/sc [...] adds 510f05bb73c6 HID: intel-thc-hid: intel-quicki2c: Add WCL Device IDs adds cc54ed51c761 HID: intel-thc-hid: intel-quickspi: Add WCL Device IDs adds 12a0d4109d6e Merge commit '89c5214639294' into for-6.17/upstream-fixes adds 8599049a9685 HID: lenovo: Use KEY_PERFORMANCE instead of ACPI's platfor [...] adds 2a5e76b9a0ef HID: cp2112: fix setter callbacks return value adds 831f70a5b93b HID: asus: add support for missing PX series fn keys adds bba920e6f803 HID: amd_sfh: Add sync across amd sfh work functions adds 32d27cf535ea Merge tag 'hid-for-linus-2025092201' of git://git.kernel.o [...] adds 85fe9f565d2d IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions adds b183f251e202 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 7a425ec75d2b iommufd: Fix refcounting race during mmap adds 4e034bf045b1 iommufd: Fix race during abort for file descriptors adds 53d0584eeb2c iommufd: WARN if an object is aborted with an elevated refcount adds 43f6bee02196 iommufd/selftest: Update the fail_nth limit adds d4c7fccfa784 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] adds 55ed11b181c4 sched_ext: idle: Handle migration-disabled tasks in BPF code adds cec1e6e5d1ab Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kern [...] new 8caa237dc8aa Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 53de7ee4e28f btrfs: zoned: don't fail mount needlessly due to too many [...] new 047d112bbf93 Merge branch 'misc-6.17' into next-fixes new b4e4a1b702c1 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 3166017aa0d5 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
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 (2c0a77ce0db5) \ N -- N -- N refs/heads/fs-current (3166017aa0d5)
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 5 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/hid/Kconfig | 2 - drivers/hid/amd-sfh-hid/amd_sfh_client.c | 12 ++++- drivers/hid/amd-sfh-hid/amd_sfh_common.h | 3 ++ drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 4 ++ drivers/hid/hid-asus.c | 3 ++ drivers/hid/hid-cp2112.c | 10 ++-- drivers/hid/hid-lenovo.c | 4 +- .../intel-thc-hid/intel-quicki2c/pci-quicki2c.c | 2 + .../intel-thc-hid/intel-quicki2c/quicki2c-dev.h | 2 + .../intel-thc-hid/intel-quickspi/pci-quickspi.c | 2 + .../intel-thc-hid/intel-quickspi/quickspi-dev.h | 2 + drivers/infiniband/hw/mlx5/devx.c | 1 + drivers/iommu/iommufd/device.c | 3 +- drivers/iommu/iommufd/eventq.c | 9 +--- drivers/iommu/iommufd/iommufd_private.h | 3 +- drivers/iommu/iommufd/main.c | 59 ++++++++++++++++++---- drivers/pinctrl/mediatek/pinctrl-airoha.c | 31 +++++++----- fs/btrfs/zoned.c | 6 +++ kernel/sched/ext_idle.c | 28 +++++++++- tools/testing/selftests/iommu/iommufd_fail_nth.c | 2 +- 20 files changed, 141 insertions(+), 47 deletions(-)