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_build/master-arm in repository toolchain/ci/linux.
from 36a21d51725a Linux 5.14-rc5 adds c3df5fb57fe8 cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync adds 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 [...]
No new revisions were added by this update.
Summary of changes: block/blk-cgroup.c | 14 +++--- 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 +++ kernel/cgroup/rstat.c | 19 ++++---- 12 files changed, 203 insertions(+), 49 deletions(-) create mode 100644 drivers/platform/x86/dual_accel_detect.h