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-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from 7a29b11da965 Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbd adds 804034c4ffc5 platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug [...] adds 09fc14061f3e platform/x86: amd-pmc: only use callbacks for suspend adds eb66fb03a727 platform/x86: apple-gmux: use resource_size() with res adds c4499272566d platform/x86: system76_acpi: Guard System76 EC specific fu [...] adds 4f6c131c3c31 platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL adds 26a8b0943780 platform/x86: intel_pmc_core: fix memleak on registration failure adds c8831184c56d Merge tag 'platform-drivers-x86-v5.16-4' of git://git.kern [...] adds 7202216a6f34 ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO [...] adds 8536a5ef8860 ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling adds 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 [...]
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/arm/kernel/entry-armv.S | 8 +- arch/arm/kernel/head-nommu.S | 1 + arch/arm64/include/asm/efi.h | 1 - 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/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 +- drivers/platform/mellanox/mlxbf-pmc.c | 4 +- drivers/platform/x86/Makefile | 2 +- drivers/platform/x86/amd-pmc.c | 3 +- drivers/platform/x86/apple-gmux.c | 2 +- drivers/platform/x86/intel/Kconfig | 15 ---- drivers/platform/x86/intel/pmc/pltdrv.c | 2 +- drivers/platform/x86/system76_acpi.c | 58 +++++++------ 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 +- 43 files changed, 348 insertions(+), 223 deletions(-)