This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b927dfc67d05 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm new 0129ab1f268b kfence: fix memory leak when cat kfence objects new 338635340669 mm: mempolicy: fix THP allocations escaping mempolicy rest [...] new 71d2bcec2d4d kernel/crash_core: suppress unknown crashkernel parameter warning new 7e5b901e4609 MAINTAINERS: mark more list instances as moderated new e37e7b0b3bd5 mm, hwpoison: fix condition in free hugetlb page path new 94ab10dd42a7 mm: delete unsafe BUG from page_cache_add_speculative() new 595ec1973c27 mm/page_alloc: fix __alloc_size attribute for alloc_pages_ [...] new 34796417964b mm/damon/dbgfs: protect targets destructions with kdamond_lock new 2a57d83c78f8 mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_ [...] new d0cc67b27816 Merge branch 'akpm' (patches from Andrew) new 9222ba68c3f4 Input: i8042 - add deferred probe support new e1f5e848209a Input: iqs626a - prohibit inlining of channel parsing functions new 1d72d9f960cc Input: elantech - fix stack out of bound access in elantec [...] new 44ee250aeeab Input: i8042 - enable deferred probe quirk for ASUS UM325UA new a2fd46cd3dbb Input: goodix - try not to touch the reset-pin on x86/ACPI [...] new 81e818869be5 Input: goodix - add id->model mapping for the "9111" model new 3fd6e12a401e Input: goodix - fix memory leak in goodix_firmware_upload new 12f247ab590a Input: atmel_mxt_ts - fix double free in mxt_read_info_block new 4ebfee2bbc1a Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 new 5b5e3d034702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new fce15c45d3fb hwmon: (lm90) Fix usage of CONFIG2 register in detect function new 55840b9eae53 hwmon: (lm90) Prevent integer overflow/underflow in hyster [...] new 16ba51b5dcd3 hwmon: (lm90) Drop critical attribute support for MAX6654 new da7dc0568491 hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 new cdc5287acad9 hwmon: (lm90) Do not report 'busy' status bit as alarm new e2ae0d4a6b0b Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pu [...]
The 26 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: Documentation/admin-guide/kernel-parameters.txt | 2 + MAINTAINERS | 4 +- drivers/hwmon/lm90.c | 106 ++++++++++++++---------- drivers/input/misc/iqs626a.c | 21 +++-- drivers/input/mouse/elantech.c | 8 +- drivers/input/serio/i8042-x86ia64io.h | 21 +++++ drivers/input/serio/i8042.c | 54 +++++++----- drivers/input/touchscreen/atmel_mxt_ts.c | 2 +- drivers/input/touchscreen/elants_i2c.c | 46 +++++++++- drivers/input/touchscreen/goodix.c | 31 +++++-- drivers/input/touchscreen/goodix.h | 1 + drivers/input/touchscreen/goodix_fwupload.c | 2 +- include/linux/gfp.h | 2 +- include/linux/pagemap.h | 1 - kernel/crash_core.c | 11 +++ mm/damon/dbgfs.c | 2 + mm/kfence/core.c | 1 + mm/memory-failure.c | 14 ++-- mm/mempolicy.c | 3 +- 19 files changed, 236 insertions(+), 96 deletions(-)