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-mainline-allyesconfig in repository toolchain/ci/linux.
from 575966e08027 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] adds 4a2f704eb2d8 block: fix get_max_segment_size() overflow on 32bit arch adds 16c731fed6d8 null_blk: Fix zone write handling adds ad6bf88a6c19 block: fix an integer overflow in logical block size adds 5ffdff81cff9 Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/li [...] adds a564ac35d605 Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP" adds 13b2668d6fc9 Merge tag 'gpio-v5.5-4' of git://git.kernel.org/pub/scm/li [...] adds 7fba6aea4472 ALSA: hda: Rename back to dmic_detect option adds 747d1f076de5 ALSA: firewire-tascam: fix corruption due to spin lock wit [...] adds 3e2dc6bdb568 ALSA: dice: fix fallback from protocol extension into limi [...] adds 5d1b71226dc4 ALSA: usb-audio: fix sync-ep altsetting sanity check adds 60adcfde92fa ALSA: seq: Fix racy access for queue timer in proc read adds 89b71b3f02d8 ASoC: rt5640: Fix NULL dereference on module unload adds 869bced7a055 ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk adds 8e3366cad2bf ASoC: Fix NULL dereference at freeing adds a14bf98c045b ASoC: stm32: sai: fix possible circular locking adds 8e55ea19125b ASoC: stm32: dfsdm: fix 16 bits record adds ceca2197b2f1 ASoC: SOF: Intel: lower print level to dbg if we will reinit DSP adds 2c63bea71478 ASoC: SOF: Intel: fix HDA codec driver probe with multiple [...] adds 552b1a85da9f ASoC: hdac_hda: Fix error in driver removal after failed probe adds e0beec88397b ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS [...] adds ce780a47c3c0 ASoC: sti: fix possible sleep-in-atomic adds 877167ef343d ASoC: cros_ec_codec: Make the device acpi compatible adds 057efcf9faea ASoC: msm8916-wcd-analog: Fix MIC BIAS Internal1 adds 85578bbd642f ASoC: msm8916-wcd-digital: Reset RX interpolation path after use adds e5dbdcb31285 Merge tag 'asoc-fix-v5.5-rc6' of https://git.kernel.org/pu [...] adds 07d5ac6a1254 Merge tag 'sound-5.5-rc7' of git://git.kernel.org/pub/scm/ [...] adds 7df1e988c723 fuse: fix fuse_send_readpages() in the syncronous read case adds ab7541c3addd Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub [...] adds 045d3967b692 btrfs: rework arguments of btrfs_unlink_subvol adds d49d3287e74f btrfs: fix invalid removal of root ref adds 423a716cd7be btrfs: do not delete mismatched root refs adds 26ef8493e1ab btrfs: fix memory leak in qgroup accounting adds 6282675e6708 btrfs: relocation: fix reloc_root lifespan and access adds 5afe6ce748c1 Btrfs: always copy scrub arguments back to user space adds b35cf1f0bf1f btrfs: check rw_devices, not num_devices for balance adds effaf90137e3 Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/sc [...] adds 74566df3a71c io_uring: don't setup async context for read/write fixed adds e0bbb3461ae0 io-wq: cancel work if we fail getting a mm reference adds 78912934f4f7 io_uring: be consistent in assigning next work from handler adds 797f3f535d59 io_uring: clear req->result always before issuing a read/w [...] adds 11ba820bf163 io_uring: ensure workqueue offload grabs ring mutex for poll list adds 44d282796f81 io_uring: only allow submit from owning task adds 25e73aadf297 Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk [...]
No new revisions were added by this update.
Summary of changes: block/blk-merge.c | 9 +- block/blk-settings.c | 2 +- drivers/block/null_blk_zoned.c | 4 +- drivers/gpio/Kconfig | 1 - drivers/gpio/gpio-thunderx.c | 163 +++++++++++++++++---------- drivers/md/dm-snap-persistent.c | 2 +- drivers/md/raid0.c | 2 +- fs/btrfs/inode.c | 73 +++++++------ fs/btrfs/ioctl.c | 14 ++- fs/btrfs/qgroup.c | 6 +- fs/btrfs/relocation.c | 51 ++++++++- fs/btrfs/root-tree.c | 10 +- fs/btrfs/volumes.c | 6 +- fs/fuse/file.c | 4 +- fs/io-wq.c | 12 +- fs/io_uring.c | 72 ++++++++---- include/linux/blkdev.h | 8 +- sound/core/seq/seq_timer.c | 14 ++- sound/firewire/dice/dice-extension.c | 5 +- sound/firewire/tascam/amdtp-tascam.c | 5 +- sound/pci/hda/hda_intel.c | 13 ++- sound/soc/codecs/cros_ec_codec.c | 8 ++ sound/soc/codecs/hdac_hda.c | 4 +- sound/soc/codecs/msm8916-wcd-analog.c | 20 +++- sound/soc/codecs/msm8916-wcd-digital.c | 6 + sound/soc/codecs/rt5640.c | 7 ++ sound/soc/intel/boards/bytcht_es8316.c | 3 +- sound/soc/soc-component.c | 3 + sound/soc/sof/intel/hda-codec.c | 19 ++-- sound/soc/sof/intel/hda-loader.c | 6 +- sound/soc/sti/uniperif_player.c | 7 +- sound/soc/stm/stm32_adfsdm.c | 12 +- sound/soc/stm/stm32_sai_sub.c | 194 ++++++++++++++++++++++++--------- sound/usb/pcm.c | 2 +- 34 files changed, 531 insertions(+), 236 deletions(-)