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 d73e86382550 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 0a34255228bd Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 124735ff4f5f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds d41bff05a61f hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish [...] adds 87b696209007 HID: plantronics: Workaround for an unexcepted opposite vo [...] adds 1a5cbb526ec4 HID: multitouch: Add support for B2402FVA track point adds 7a5ab8071114 HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad adds c56f9ecb7fb6 HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() adds 2934b12281ab HID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PEN new 6485cf5ea253 Merge tag 'hid-for-linus-2024101301' of git://git.kernel.o [...] new 63fa60504184 Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.o [...] adds 332fade75d0e f2fs: allow parallel DIO reads new eca631b8fe80 Merge tag 'f2fs-6.12-rc4' of git://git.kernel.org/pub/scm/ [...] new 4a3a2d256219 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 7b3199cb6962 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 (d73e86382550) \ N -- N -- N refs/heads/fs-current (7b3199cb6962)
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/amd-sfh-hid/amd_sfh_client.c | 14 +++----------- drivers/hid/hid-ids.h | 2 ++ drivers/hid/hid-multitouch.c | 9 +++++++++ drivers/hid/hid-plantronics.c | 23 +++++++++++++++++++++++ drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 +- drivers/hid/wacom_wac.c | 2 ++ fs/f2fs/file.c | 3 ++- 7 files changed, 42 insertions(+), 13 deletions(-)