This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from d2f8825ab78e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 907fa893258b exfat: add the dummy mount options to be backward compatib [...] adds a0b845ffa0d9 apparmor: fix potential label refcnt leak in aa_change_profile adds c6b39f070722 apparmor: Fix aa_label refcnt leak in policy_update adds c54d481d71c6 apparmor: Fix use-after-free in aa_audit_rule_init adds 051143e1602d Merge tag 'apparmor-pr-2020-05-21' of git://git.kernel.org [...] adds 40bb0e904212 Revert "powerpc/32s: reorder Linux PTE bits to better matc [...] adds 8659a0e0efdd powerpc/64s: Disable STRICT_KERNEL_RWX adds c8347bbf19f2 Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/ [...] adds e7513c5786f8 ALSA: pcm: fix incorrect hw_base increase adds d9e8fe0cffbf ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aor [...] adds b0cb099062b0 ALSA: iec1712: Initialize STDSP24 properly when using the [...] adds 259eb8247531 ALSA: hda/realtek - Add more fixup entries for Clevo machines adds f5ca7a716102 Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/ [...] adds 1cf6022bd916 arm64: Fix PTRACE_SYSEMU semantics adds 8cfb347ad0cf arm64: Add get_user() type annotation on the !access_ok() path adds 4286d192c803 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 8fa3cdff05f0 riscv: Fix print_vm_layout build error if NOMMU new 8356c379cfba RISC-V: gp_in_global needs register keyword new b09ca17a2a08 Merge tag 'riscv-for-linus-5.7-rc7' of git://git.kernel.or [...] new e27483259021 null_blk: return error for invalid zone size new 1592cd15eec6 null_blk: don't allow discard for zoned mode new db9f384785b1 Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/li [...] new 583863ed9181 io_uring: initialize ctx->sqo_wait earlier new 650b548129b6 io_uring: don't prepare DRAIN reqs twice new bd2ab18a1d62 io_uring: fix FORCE_ASYNC req preparation new 948a7749454b io_uring: remove dead check in io_splice() new e3aabf9554fd io_uring: cancel work if task_work_add() fails new 4f4eeba87cc7 io_uring: don't use kiocb.private to store buf_index new b532576ed39e io_uring: don't add non-IO requests to iopoll pending list new d4ae271dfaae io_uring: reset -EBUSY error when io sq thread is waken up new 444565650a5f Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk [...]
The 14 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: arch/arm64/include/asm/uaccess.h | 2 +- arch/arm64/kernel/ptrace.c | 7 ++-- arch/powerpc/Kconfig | 2 +- arch/powerpc/include/asm/book3s/32/hash.h | 8 ++--- arch/powerpc/kernel/head_32.S | 9 +++-- arch/powerpc/mm/book3s32/hash_low.S | 14 ++++---- arch/riscv/kernel/process.c | 2 +- arch/riscv/mm/init.c | 2 +- drivers/block/null_blk_main.c | 7 ++++ drivers/block/null_blk_zoned.c | 4 +++ fs/exfat/super.c | 19 ++++++++++ fs/io_uring.c | 60 +++++++++++++++++-------------- security/apparmor/apparmorfs.c | 3 +- security/apparmor/audit.c | 3 +- security/apparmor/domain.c | 3 +- sound/core/pcm_lib.c | 1 + sound/pci/hda/patch_realtek.c | 4 +++ sound/pci/ice1712/ice1712.c | 3 +- 18 files changed, 102 insertions(+), 51 deletions(-)