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 b65054597872 Linux 5.10-rc6 adds b4fffc177fad vhost scsi: fix lun reset completion handling adds 8009b0f4ab31 vringh: fix vringh_iov_push_*() documentation adds ad89653f79f1 vhost-vdpa: fix page pinning leakage in error path (rework) adds f43691b59fae Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds a61ea6379ae9 tools/bootconfig: Fix errno reference after printf() adds a995e6bc0524 tools/bootconfig: Fix to check the write failure correctly adds e1cef2d4c379 tools/bootconfig: Align the bootconfig applied initrd imag [...] adds fbc6e1c6e0a4 docs: bootconfig: Update file format on initrd image adds 55ea4cf40380 ring-buffer: Update write stamp with the correct ts adds 8785f51a1708 ring-buffer: Set the right timestamp in the slow path of _ [...] adds 983df5f2699f samples/ftrace: Mark my_tramp[12]? global adds 310e3a4b5a4f tracing: Remove WARN_ON in start_thread() adds 8fa655a3a001 tracing: Fix alignment of static buffer adds 4c75b0ff4e4b ftrace: Fix updating FTRACE_FL_TRAMP adds 49a962c075df ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency adds 68e10d5ff512 ring-buffer: Always check to put back before stamp when cr [...] adds ef6900acc89e Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/sc [...] adds 6988a619f5b7 cifs: allow syscalls to be restarted in __smb_send_rqst() adds 212253367dc7 cifs: fix potential use-after-free in cifs_echo_request() adds 509a15421674 Merge tag '5.10-rc6-smb3-fixes' of git://git.samba.org/sfr [...] new 24aed0945127 bootconfig: Load size and checksum in the footer as le32 new e86843580d1b tools/bootconfig: Store size and checksum in footer as le32 new 05227490c5f0 docs: bootconfig: Add the endianness of fields new 8a02ec8f3577 Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel [...] adds 92666d45adcf ALSA: hda/realtek - Fixed Dell AIO wrong sound tone adds eeacd80fcb29 ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400C [...] adds e5782a5d5054 ALSA: hda/realtek - Add new codec supported for ALC897 adds 402d5840b0d4 ALSA: usb-audio: US16x08: fix value count for level meters adds fbdae7d6d04d ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks adds b1824968221c ASoC: qcom: Fix enabling BCLK and LRCLK in LPAIF invalid state adds 3fba05a2832f ASoC: wm_adsp: fix error return code in wm_adsp_load() adds aa4cb898b80a ASoC: rt5682: change SAR voltage threshold adds 5ef5bee02f1a Merge tag 'asoc-fix-v5.10-rc5' of https://git.kernel.org/p [...] adds 242d990c158d ALSA: hda/generic: Add option to enforce preferred_dacs pairs adds c84bfedce601 ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus [...] adds aeedad250499 ALSA: hda/realtek: Add mute LED quirk to yet another HP x3 [...] new bb95d60783f1 Merge tag 'sound-5.10-rc7' of git://git.kernel.org/pub/scm [...] new 98701a2a861f vdpa: mlx5: fix vdpa/vhost dependencies new 2c602741b51d vhost_vdpa: return -EFAULT if copy_to_user() fails new 2c6ffa9e9b11 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds ca1314d73eed arm64: syscall: exit userspace before unmasking exceptions adds 114e0a684753 arm64: mark idle code as noinstr adds da1926764832 arm64: entry: mark entry code as noinstr adds 2f911d494f3f arm64: entry: move enter_from_user_mode to entry-common.c adds 3cb5ed4d76c1 arm64: entry: prepare ret_to_user for function call adds 105fc3352077 arm64: entry: move el1 irq/nmi logic to C adds 23529049c684 arm64: entry: fix non-NMI user<->kernel transitions adds 1ec2f2c05b2a arm64: ptrace: prepare for EL1 irq/rcu tracking adds 7cd1ea1010ac arm64: entry: fix non-NMI kernel<->kernel transitions adds f0cd5ac1e4c5 arm64: entry: fix NMI {user, kernel}->kernel transitions adds 2a9b3e6ac69a arm64: entry: fix EL1 debug transitions adds 9e5344e0ffc3 arm64: mte: Fix typo in macro definition new 3bb61aa61828 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/bootconfig.rst | 20 ++- arch/arm64/include/asm/daifflags.h | 3 + arch/arm64/include/asm/exception.h | 5 + arch/arm64/include/asm/ptrace.h | 4 + arch/arm64/include/asm/sysreg.h | 2 +- arch/arm64/kernel/entry-common.c | 254 +++++++++++++++++++++++-------- arch/arm64/kernel/entry.S | 78 +++------- arch/arm64/kernel/irq.c | 15 -- arch/arm64/kernel/process.c | 8 +- arch/arm64/kernel/sdei.c | 7 +- arch/arm64/kernel/syscall.c | 1 - arch/arm64/kernel/traps.c | 22 ++- arch/arm64/mm/fault.c | 25 --- drivers/Makefile | 1 + drivers/vdpa/Kconfig | 1 + drivers/vhost/scsi.c | 4 +- drivers/vhost/vdpa.c | 84 +++++++--- drivers/vhost/vringh.c | 6 +- fs/cifs/connect.c | 2 + fs/cifs/transport.c | 4 +- include/linux/bootconfig.h | 3 + init/main.c | 4 +- kernel/trace/Kconfig | 2 +- kernel/trace/ftrace.c | 22 ++- kernel/trace/ring_buffer.c | 20 ++- kernel/trace/trace.c | 2 +- kernel/trace/trace_hwlat.c | 2 +- samples/ftrace/ftrace-direct-modify.c | 2 + samples/ftrace/ftrace-direct-too.c | 1 + samples/ftrace/ftrace-direct.c | 1 + sound/pci/hda/hda_generic.c | 12 +- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_realtek.c | 72 ++++++++- sound/soc/codecs/rt5682.c | 1 + sound/soc/codecs/wm_adsp.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 17 ++- sound/soc/qcom/lpass-cpu.c | 62 ++++---- sound/soc/qcom/lpass-lpaif-reg.h | 7 + sound/soc/qcom/lpass-platform.c | 20 ++- sound/soc/qcom/lpass.h | 1 + sound/usb/mixer_us16x08.c | 2 +- tools/bootconfig/main.c | 124 ++++++++++----- tools/bootconfig/test-bootconfig.sh | 6 +- 43 files changed, 614 insertions(+), 317 deletions(-)