This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b0c3ba31be3e Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/ [...] new 900897591b2b csky: Fixup CONFIG_PREEMPT panic new e0bbb53843b5 csky: Fixup abiv2 syscall_trace break a4 & a5 new 20f69538b9ab csky: Coding convention in entry.S new f36e0aab6f1f csky: Fixup CONFIG_DEBUG_RSEQ new 6b5f25909bb8 Merge tag 'csky-for-linus-5.7-rc8' of git://github.com/c-s [...] new f27ad8932725 Input: elants_i2c - support palm detection new 3f8f770575d9 Input: mms114 - fix handling of mms345l new 0bcee1191f3c Input: cros_ec_keyb - use cros_ec_cmd_xfer_status helper new e3b4f94ef52a Input: usbtouchscreen - add support for BonXeon TP new 18931506465a Input: i8042 - add ThinkPad S230u to i8042 nomux list new 09264098ff15 Input: evdev - call input_flush_device() on release(), not [...] new 764f7f911bf7 Input: xpad - add custom init packet for Xbox One S controllers new 38347374ae3f Input: dlink-dir685-touchkeys - fix a typo in driver name new f4dec2d61609 Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list" new 2712c91a54a1 Input: i8042 - add ThinkPad S230u to i8042 reset list new d5a5e5b5fa7b Input: synaptics-rmi4 - really fix attn_data use-after-free new 5caab2da6320 Input: synaptics-rmi4 - fix error return code in rmi_drive [...] new 18f423748b98 Input: lm8333 - update contact email new 9747070c11d6 Input: axp20x-pek - always register interrupt handlers new d34fced41e17 Input: applespi - replace zero-length array with flexible-array new 642aa86eaf8f Input: synaptics - add a second working PNP_ID for Lenovo T470s new d16eea2fa5a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new af4798a5bba6 mm/z3fold: silence kmemleak false positives of slots new 2f33a706027c mm,thp: stop leaking unreleased file pages new 6988f31d558a mm: remove VM_BUG_ON(PageSlab()) from page_mapcount() new 1d605416fb71 fs/binfmt_elf.c: allocate initialized memory in fill_threa [...] new 4377748c7b51 include/asm-generic/topology.h: guard cpumask_of_node() ma [...] new 75caf310d16c Merge branch 'akpm' (patches from Andrew)
The 28 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/csky/abiv1/inc/abi/entry.h | 6 -- arch/csky/abiv2/inc/abi/entry.h | 8 +- arch/csky/include/asm/thread_info.h | 6 ++ arch/csky/kernel/entry.S | 117 ++++++++++++------------ drivers/input/evdev.c | 19 +--- drivers/input/joystick/xpad.c | 12 +++ drivers/input/keyboard/applespi.c | 2 +- drivers/input/keyboard/cros_ec_keyb.c | 14 +-- drivers/input/keyboard/dlink-dir685-touchkeys.c | 2 +- drivers/input/misc/axp20x-pek.c | 72 ++++++++------- drivers/input/mouse/synaptics.c | 1 + drivers/input/rmi4/rmi_driver.c | 5 +- drivers/input/serio/i8042-x86ia64io.h | 7 ++ drivers/input/touchscreen/elants_i2c.c | 11 ++- drivers/input/touchscreen/mms114.c | 12 +-- drivers/input/touchscreen/usbtouchscreen.c | 1 + fs/binfmt_elf.c | 2 +- include/asm-generic/topology.h | 2 +- include/linux/input/lm8333.h | 2 +- include/linux/mm.h | 15 ++- mm/khugepaged.c | 1 + mm/z3fold.c | 3 + 22 files changed, 173 insertions(+), 147 deletions(-)