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 3d96090afc66 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 94990e273823 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 23b7214b247e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 30da7b149040 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits a96f2508a905 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits f5d091025028 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds c4b3c1332f55 zonefs: add support for FS_IOC_GETFSSYSFSPATH new 27af290f1636 Merge tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/sc [...] new 462763212dd7 Revert: "dm-verity: restart or panic on an I/O error" new f811b83879fb dm-verity: introduce the options restart_on_error and pani [...] new 359cdf5a3283 Merge tag 'for-6.12/dm-fixes' of git://git.kernel.org/pub/ [...] adds a3f9a74d210b Revert "Input: Add driver for PixArt PS/2 touchpad" adds fb5cc65f9736 Input: adp5589-keys - fix NULL pointer dereference adds c684771630e6 Input: adp5589-keys - fix adp5589_gpio_get_value() new 0d2746a208ea Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pu [...] adds acd5f76fd529 HID: bpf: fix cfi stubs for hid_bpf_ops new f23aa4c0761a Merge tag 'hid-for-linus-2024090201' of git://git.kernel.o [...] new aa5dc913fddc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 7363617e78d7 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 83eca153b470 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new c64e138df9bb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 42e236ecbcf9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new afcb22d01aeb Merge branch 'nfsd-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 (3d96090afc66) \ N -- N -- N refs/heads/fs-current (afcb22d01aeb)
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 12 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/bpf/hid_bpf_struct_ops.c | 14 ++ drivers/input/keyboard/adp5589-keys.c | 22 ++- drivers/input/mouse/Kconfig | 12 -- drivers/input/mouse/Makefile | 1 - drivers/input/mouse/pixart_ps2.c | 300 ---------------------------------- drivers/input/mouse/pixart_ps2.h | 36 ---- drivers/input/mouse/psmouse-base.c | 17 -- drivers/input/mouse/psmouse.h | 3 +- drivers/md/dm-verity-target.c | 94 +++++++++-- drivers/md/dm-verity.h | 1 + fs/zonefs/sysfs.c | 1 + 11 files changed, 108 insertions(+), 393 deletions(-) delete mode 100644 drivers/input/mouse/pixart_ps2.c delete mode 100644 drivers/input/mouse/pixart_ps2.h