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_binutils/master-arm in repository toolchain/ci/linux.
from 9a73fa375d58 Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/ [...] adds 9011c2791e63 ovl: skip stale entries in merge dir cache iteration adds 9b91b6b019fd ovl: fix deadlock in splice write adds 580c610429b3 ovl: fix uninitialized pointer read in ovl_lookup_real_one() adds 427215d85e8d ovl: prevent private clone if bind mount is not allowed adds b3f0ccc59cfe Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/ [...] adds 153cca9caa81 platform/x86: Add and use a dual_accel_detect() helper adds 085fc31f8176 platform/x86: Make dual_accel_detect() KIOX010A + KIOX020A [...] adds 9d7b132e62e4 platform/x86: pcengines-apuv2: Add missing terminating ent [...] adds 9e723c5380c6 Merge tag 'platform-drivers-x86-v5.14-3' of git://git.kern [...] adds d4067395519b arc: Prefer unsigned int to bare use of unsigned adds 81e82fa58098 arc: Fix spelling mistake and grammar in Kconfig adds bf79167fd86f ARC: Fix CONFIG_STACKDEPOT adds 3a715e80400f ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on [...] adds 669d94219d91 MAINTAINERS: update Vineet's email address adds 761c6d7ec820 Merge tag 'arc-5.14-rc6' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- arch/arc/Kconfig | 2 +- arch/arc/include/asm/checksum.h | 2 +- arch/arc/include/asm/perf_event.h | 2 +- arch/arc/kernel/fpu.c | 9 ++-- arch/arc/kernel/unwind.c | 10 ++--- arch/arc/kernel/vmlinux.lds.S | 2 + drivers/platform/x86/Kconfig | 3 ++ drivers/platform/x86/dual_accel_detect.h | 76 ++++++++++++++++++++++++++++++++ drivers/platform/x86/intel-hid.c | 21 +++------ drivers/platform/x86/intel-vbtn.c | 18 ++++++-- drivers/platform/x86/pcengines-apuv2.c | 2 + drivers/platform/x86/thinkpad_acpi.c | 3 +- fs/namespace.c | 42 ++++++++++++------ fs/overlayfs/export.c | 2 +- fs/overlayfs/file.c | 47 +++++++++++++++++++- fs/overlayfs/readdir.c | 5 +++ 17 files changed, 201 insertions(+), 47 deletions(-) create mode 100644 drivers/platform/x86/dual_accel_detect.h