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-master-arm-stable-allyesconfig in repository toolchain/ci/linux.
from 42c4659cc6f4 Merge v5.11.7 adds 62c8121d230a io_uring: don't attempt IO reissue from the ring exit path adds 2c23de8cbf13 KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_wr [...] adds fae013c419c1 KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if [...] adds 00f7d503e292 mptcp: send ack for every add_addr adds a7171755c6cd mptcp: pm: add lockdep assertions adds bda646bb954f mptcp: dispose initial struct socket when its subflow is closed adds f6acca687580 io_uring: refactor scheduling in io_cqring_wait adds 7eae0ee0eb3c io_uring: refactor io_cqring_wait adds ee8869b7a071 io_uring: don't keep looping for more events if we can't f [...] adds 308f41d96630 io_uring: simplify do_read return parsing adds 9b7ba5ae234d io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return adds 06d05cf7216c regulator: pca9450: Add SD_VSEL GPIO for LDO5 adds 22b6cb4fb1a6 regulator: pca9450: Enable system reset on WDOG_B assertion adds 7bd6bd2a9e7d regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 v [...] adds d21188031bf2 gfs2: Add common helper for holding and releasing the free [...] adds 0b150ae395ce gfs2: move freeze glock outside the make_fs_rw and _ro functions adds 4da985773cbb gfs2: bypass signal_our_withdraw if no journal adds 6bf7609666f6 bpf: Prohibit alu ops for pointer types not defining ptr_limit adds c4f3aa4343de bpf: Fix off-by-one for area size in creating mask to left adds 6bc7314a6859 bpf: Simplify alu_limit masking for pointer arithmetic adds d94b5b83f42d bpf: Add sanity check for upper ptr_limit adds bd3cc4be01bf bpf, selftests: Fix up some test_verifier cases for unprivileged adds 167a6f912411 arm64: Unconditionally set virtual cpu id registers adds e1a7ca048f05 RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes adds 5676df54d7d4 fuse: fix live lock in fuse_iget() adds c9c48d3c779b Revert "nfsd4: remove check_conflicting_opens warning" adds f8d4030a8a67 Revert "nfsd4: a client's own opens needn't prevent delegations" adds 6c5ebdff4ae0 net: dsa: b53: Support setting learning on port adds 8e9707717deb crypto: x86/aes-ni-xts - use direct calls to and 4-way stride adds 8e0969d06a58 Linux 5.11.8 adds 399a6e60ad5f Merge v5.11.8
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/arm64/include/asm/el2_setup.h | 4 +- arch/x86/crypto/aesni-intel_asm.S | 115 +++++++++++++-------- arch/x86/crypto/aesni-intel_glue.c | 25 +++-- arch/x86/kvm/mmu/mmu_internal.h | 13 ++- drivers/infiniband/ulp/srp/ib_srp.c | 110 ++++++++------------ drivers/net/dsa/b53/b53_common.c | 18 ++++ drivers/net/dsa/b53/b53_regs.h | 1 + drivers/net/dsa/bcm_sf2.c | 15 +-- drivers/regulator/pca9450-regulator.c | 30 ++++++ fs/fuse/fuse_i.h | 1 + fs/gfs2/ops_fstype.c | 33 +++--- fs/gfs2/recovery.c | 8 +- fs/gfs2/super.c | 45 +------- fs/gfs2/util.c | 58 +++++++++-- fs/gfs2/util.h | 3 + fs/io_uring.c | 84 ++++++++------- fs/locks.c | 3 - fs/nfsd/nfs4state.c | 53 +++------- include/linux/regulator/pca9450.h | 10 ++ kernel/bpf/verifier.c | 33 +++--- net/mptcp/pm.c | 5 +- net/mptcp/pm_netlink.c | 23 +++-- net/mptcp/protocol.c | 20 +++- net/mptcp/protocol.h | 5 + .../selftests/bpf/verifier/bounds_deduction.c | 27 +++-- tools/testing/selftests/bpf/verifier/map_ptr.c | 4 + tools/testing/selftests/bpf/verifier/unpriv.c | 15 ++- .../selftests/bpf/verifier/value_ptr_arith.c | 23 ++++- 29 files changed, 461 insertions(+), 325 deletions(-)