This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e32cde8d2bd7 Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.ke [...] new 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/ [...] new a3f9a74d210b Revert "Input: Add driver for PixArt PS/2 touchpad" new fb5cc65f9736 Input: adp5589-keys - fix NULL pointer dereference new c684771630e6 Input: adp5589-keys - fix adp5589_gpio_get_value() new 0d2746a208ea Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pu [...] new acd5f76fd529 HID: bpf: fix cfi stubs for hid_bpf_ops new f23aa4c0761a Merge tag 'hid-for-linus-2024090201' of git://git.kernel.o [...]
The 11 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