This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/linux.
from b927dfc67d05 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm adds 0129ab1f268b kfence: fix memory leak when cat kfence objects adds 338635340669 mm: mempolicy: fix THP allocations escaping mempolicy rest [...] adds 71d2bcec2d4d kernel/crash_core: suppress unknown crashkernel parameter warning adds 7e5b901e4609 MAINTAINERS: mark more list instances as moderated adds e37e7b0b3bd5 mm, hwpoison: fix condition in free hugetlb page path adds 94ab10dd42a7 mm: delete unsafe BUG from page_cache_add_speculative() adds 595ec1973c27 mm/page_alloc: fix __alloc_size attribute for alloc_pages_ [...] adds 34796417964b mm/damon/dbgfs: protect targets destructions with kdamond_lock adds 2a57d83c78f8 mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_ [...] adds d0cc67b27816 Merge branch 'akpm' (patches from Andrew) adds 9222ba68c3f4 Input: i8042 - add deferred probe support adds e1f5e848209a Input: iqs626a - prohibit inlining of channel parsing functions adds 1d72d9f960cc Input: elantech - fix stack out of bound access in elantec [...] adds 44ee250aeeab Input: i8042 - enable deferred probe quirk for ASUS UM325UA adds a2fd46cd3dbb Input: goodix - try not to touch the reset-pin on x86/ACPI [...] adds 81e818869be5 Input: goodix - add id->model mapping for the "9111" model adds 3fd6e12a401e Input: goodix - fix memory leak in goodix_firmware_upload adds 12f247ab590a Input: atmel_mxt_ts - fix double free in mxt_read_info_block adds 4ebfee2bbc1a Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 adds 5b5e3d034702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds fce15c45d3fb hwmon: (lm90) Fix usage of CONFIG2 register in detect function adds 55840b9eae53 hwmon: (lm90) Prevent integer overflow/underflow in hyster [...] adds 16ba51b5dcd3 hwmon: (lm90) Drop critical attribute support for MAX6654 adds da7dc0568491 hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 adds cdc5287acad9 hwmon: (lm90) Do not report 'busy' status bit as alarm adds e2ae0d4a6b0b Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pu [...] adds 2d5446da5ace pinctrl: mediatek: fix global-out-of-bounds issue adds 266423e60ea1 pinctrl: bcm2835: Change init order for gpio hogs adds b67210cc217f pinctrl: stm32: consider the GPIO offset to expose all the [...] new 438645193e59 Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/sc [...]
The 1 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 +- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 29 ++++--- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 8 +- drivers/pinctrl/stm32/pinctrl-stm32.c | 8 +- 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 +- 22 files changed, 262 insertions(+), 115 deletions(-)