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-arm in repository toolchain/ci/linux.
from a3b397b4fffb Merge branch 'akpm' (patches from Andrew) adds 0ddc5e55e6f1 Documentation: Fix irq-domain.rst build warning adds 2a7313dc81e8 irqchip/armada-370-xp: Fix ack/eoi breakage adds 20c36ce2164f irqdomain: Change the type of 'size' in __irq_domain_add() [...] adds b99948836162 irqchip/mbigen: Repair non-kernel-doc notation adds 969ac78db78c irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build adds 280bef512933 irqchip/gic-v3-its: Fix potential VPE leak on error adds 3ce8c70ecedb irqchip/renesas-rza1: Use semicolons instead of commas adds b78f26926b17 irqchip/gic: Work around broken Renesas integration adds f9bfed3ad5b1 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/p [...] adds dc0f97c2613d Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/ [...] adds 8cd9da85d2bd posix-cpu-timers: Prevent spuriously armed 0-value itimer adds 3a398acc56dd Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.o [...] adds d4ffd5df9d18 x86/fault: Fix wrong signal when vsyscall fails with pkey adds 8aa83e6395ce x86/setup: Call early_reserve_memory() earlier adds d81ff5fe14a9 x86/asm: Fix SETZ size enqcmds() build failure adds 5ba1071f7554 x86/insn, tools/x86: Fix undefined behavior due to potenti [...] adds 5bb7b2107f8c Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/ [...] adds 8b4bd2566747 thermal/drivers/int340x: Do not set a wrong tcc offset on resume adds 1bb30b20b497 thermal/core: Potential buffer overflow in thermal_build_l [...] adds cf96921876dc thermal/drivers/tsens: Fix wrong check for tzd in irq handlers adds 299d6e47e8f8 Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/ [...] adds 5297cfa6bdf9 EDAC/synopsys: Fix wrong value type assignment for edac_mode adds 54607282fae6 EDAC/dmc520: Assign the proper type to dimm->edac_mode adds 996148ee05d0 Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel. [...] adds e44fd5081c50 ksmbd: log that server is experimental at module load adds 9f6323311c70 ksmbd: add default data stream name in FILE_STREAM_INFORMATION adds 18a015bccf9e ksmbd: check protocol id in ksmbd_verify_smb_message() adds 4ea477988c42 ksmbd: remove follow symlinks support adds 265fd1991c1d ksmbd: use LOOKUP_BENEATH to prevent the out of share access adds 5e5d7597637c Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd adds 5816b3e6577e Linux 5.15-rc3 adds 1e4ce418b1cb HID: betop: fix slab-out-of-bounds Write in betop_probe adds 67fd71ba16a3 HID: apple: Fix logical maximum and usage maximum of Magic [...] adds 0c8fbaa55307 HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs adds d46ef750ed58 HID: amd_sfh: Fix potential NULL pointer dereference adds 22d65765f211 HID: u2fzero: ignore incomplete packets without data adds 88a04049c08c HID: amd_sfh: Fix potential NULL pointer dereference adds 42d43c92fc57 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: Documentation/core-api/irq/irq-domain.rst | 5 +- Makefile | 2 +- arch/x86/include/asm/pkeys.h | 2 - arch/x86/include/asm/special_insns.h | 2 +- arch/x86/kernel/setup.c | 26 ++-- arch/x86/lib/insn.c | 4 +- arch/x86/mm/fault.c | 26 +++- drivers/edac/dmc520_edac.c | 2 +- drivers/edac/synopsys_edac.c | 2 +- drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 8 +- drivers/hid/hid-apple.c | 7 + drivers/hid/hid-betopff.c | 13 +- drivers/hid/hid-u2fzero.c | 4 +- drivers/hid/wacom_wac.c | 8 + drivers/irqchip/Kconfig | 1 + drivers/irqchip/irq-armada-370-xp.c | 4 +- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/irqchip/irq-gic.c | 52 ++++++- drivers/irqchip/irq-mbigen.c | 6 +- drivers/irqchip/irq-renesas-rza1.c | 12 +- .../int340x_thermal/processor_thermal_device.c | 5 +- drivers/thermal/qcom/tsens.c | 4 +- drivers/thermal/thermal_core.c | 7 +- fs/ksmbd/misc.c | 100 +++--------- fs/ksmbd/misc.h | 7 +- fs/ksmbd/server.c | 3 + fs/ksmbd/smb2pdu.c | 119 +++++--------- fs/ksmbd/smb_common.c | 13 +- fs/ksmbd/smb_common.h | 1 + fs/ksmbd/vfs.c | 172 ++++++++++----------- fs/ksmbd/vfs.h | 9 +- include/linux/irqdomain.h | 2 +- include/linux/pkeys.h | 2 + kernel/irq/irqdomain.c | 2 +- kernel/time/posix-cpu-timers.c | 3 +- tools/arch/x86/lib/insn.c | 4 +- 36 files changed, 317 insertions(+), 324 deletions(-)