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-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from f6e7a024bfe5 Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/l [...] adds f86de9b1c066 ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 adds c1e8952395c1 ALSA: hda/realtek - Modify Dell platform name adds c06ccf3ebb75 ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks adds 3deba4d8f07b ALSA: usb-audio: Add quirk for BOSS AD-10 adds 744a11abc564 ALSA: hda/conexant: add a new hda codec CX11970 adds 484229585a5e ALSA: hda/realtek: Add mute LED quirk for more HP laptops adds ce2e79b22386 ALSA: hda/realtek: Add two "Intel Reference board" SSID in [...] adds a598098cc973 ALSA: hda/realtek: Enable mute and micmute LED on HP Elite [...] adds 3d5c5fdcee0f ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_strea [...] adds b0e130630201 ALSA: usb-audio: Add quirk for RC-505 adds 4bfd6247fa91 ALSA: hda/via: Fix runtime PM for Clevo W35xSS adds 1d011777cdbe Merge tag 'sound-5.11-rc3' of git://git.kernel.org/pub/scm [...] adds e13a6915a03f vhost/vsock: add IOTLB API support adds 9f1abbe97c08 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 3d45f221ce62 btrfs: fix deadlock when cloning inline extent and low on [...] adds 9a664971569d btrfs: correctly calculate item size used when item key co [...] adds ae5e070eaca9 btrfs: qgroup: don't try to wait flushing if we're already [...] adds 0b3f407e6728 btrfs: send: fix wrong file path when there is an inode wi [...] adds 675a4fc8f314 btrfs: tests: initialize test inodes location adds ea9ed87c73e8 btrfs: fix async discard stall adds 1ea2872fc6f2 btrfs: fix racy access to discard_ctl data adds 8fc058597a28 btrfs: merge critical sections of discard lock in workfn adds cb13eea3b490 btrfs: fix transaction leak and crash after RO remount cau [...] adds 638331fa56ca btrfs: fix transaction leak and crash after cleaning up or [...] adds a0a1db70df5f btrfs: fix race between RO remount and the cleaner task adds 0a31daa4b602 btrfs: add assertion for empty list of transactions at lat [...] adds a8cc263eb58c btrfs: run delayed iputs when remounting RO to avoid leaking them adds 71c061d24438 Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: drivers/vhost/vsock.c | 68 ++++++++++++++++++++++++++++++++++++++-- fs/btrfs/btrfs_inode.h | 9 ++++++ fs/btrfs/ctree.c | 24 +++++++++++++-- fs/btrfs/ctree.h | 29 +++++++++++++++-- fs/btrfs/dev-replace.c | 2 +- fs/btrfs/discard.c | 70 ++++++++++++++++++++++-------------------- fs/btrfs/disk-io.c | 13 +++++--- fs/btrfs/extent-tree.c | 2 ++ fs/btrfs/file-item.c | 2 ++ fs/btrfs/inode.c | 15 ++++++--- fs/btrfs/ioctl.c | 2 +- fs/btrfs/qgroup.c | 43 ++++++++++++++++++-------- fs/btrfs/reflink.c | 15 +++++++++ fs/btrfs/send.c | 49 ++++++++++++++++++----------- fs/btrfs/space-info.c | 2 +- fs/btrfs/super.c | 40 ++++++++++++++++++++++-- fs/btrfs/tests/btrfs-tests.c | 10 ++++-- fs/btrfs/tests/inode-tests.c | 9 ------ fs/btrfs/volumes.c | 4 +-- sound/pci/hda/hda_intel.c | 2 -- sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_hdmi.c | 2 +- sound/pci/hda/patch_realtek.c | 12 +++++++- sound/pci/hda/patch_via.c | 13 ++++++++ sound/usb/implicit.c | 4 +++ sound/usb/midi.c | 4 +++ 26 files changed, 342 insertions(+), 104 deletions(-)