This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig 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 [...] adds 438645193e59 Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/sc [...] adds cb8747b7d2a9 uapi: Fix undefined __always_inline on non-glibc systems adds dcce50e6cc4d compiler.h: Fix annotation macro misplacement with Clang adds 2afa90bd1c75 Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kern [...] adds 58e138d62476 Revert "x86/boot: Mark prepare_command_line() __init" adds fbe618399854 Revert "x86/boot: Pull up cmdline preparation and early pa [...] adds 2f5b3514c33f x86/boot: Move EFI range reservation after cmdline parsing adds 57690554abe1 x86/pkey: Fix undefined behaviour with PKRU_WD_BIT adds e8ffcd3ab0e5 Merge tag 'x86_urgent_for_v5.16_rc7' of git://git.kernel.o [...] adds fc74e0a40e4f Linux 5.16-rc7 adds 4bc5e64e6cf3 efi: Move efifb_setup_from_dmi() prototype from arch headers adds a8ad9a2434dc Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org [...] adds 8d84fca4375e powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion adds f651faaaba5f Merge tag 'powerpc-5.16-5' of git://git.kernel.org/pub/scm [...] adds 94047df12fec auxdisplay: charlcd: fixing coding style issue adds 4daa9ff89ef2 auxdisplay: charlcd: checking for pointer reference before [...] adds ecf71de775a0 Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com [...] adds 732bc2ff080c selinux: initialize proto variable in selinux_ip_postroute [...] adds e7c124bd0463 Merge tag 'selinux-pr-20211228' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 2 + MAINTAINERS | 4 +- Makefile | 2 +- arch/arm/include/asm/efi.h | 1 - arch/arm64/include/asm/efi.h | 1 - arch/powerpc/mm/ptdump/ptdump.c | 2 +- arch/riscv/include/asm/efi.h | 1 - arch/x86/include/asm/efi.h | 2 - arch/x86/include/asm/pkru.h | 4 +- arch/x86/kernel/setup.c | 72 +++++++-------- drivers/auxdisplay/charlcd.c | 5 +- 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/compiler.h | 4 +- include/linux/efi.h | 6 ++ include/linux/gfp.h | 2 +- include/linux/instrumentation.h | 4 +- include/linux/pagemap.h | 1 - include/uapi/linux/byteorder/big_endian.h | 1 + include/uapi/linux/byteorder/little_endian.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 +- security/selinux/hooks.c | 2 +- 37 files changed, 313 insertions(+), 172 deletions(-)