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-lts-allmodconfig in repository toolchain/ci/linux.
from a2cddfe2ce6e Linux 4.19.31 adds 023a1b28cf72 ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_b [...] adds 6339cc5181c0 ALSA: firewire-motu: use 'version' field of unit directory [...] adds 3b6870159e2e mmc: pxamci: fix enum type confusion adds 65a5c93687b7 mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages" adds 42f358b2d48c mmc: renesas_sdhi: limit block count to 16 bit for old revisions adds ab483d1ca7ae drm/vmwgfx: Don't double-free the mode stored in par->set_mode adds 69e26237ed1e drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's adds 869157135003 iommu/amd: fix sg->dma_address for sg->offset bigger than [...] adds 9cae232a8706 libceph: wait for latest osdmap in ceph_monc_blacklist_add() adds c72e90d94a14 udf: Fix crash on IO error during truncate adds 56bcf3df2552 mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "casca [...] adds 6e74961bd67d MIPS: Ensure ELF appended dtb is relocated adds 9d91069f48cc MIPS: Fix kernel crash for R6 in jump label branch function adds b8ea151a7ab5 powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 adds 04809b226e79 scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modi [...] adds 837becb30c3b scsi: ibmvscsi: Fix empty event pool access during host removal adds 36d52f5bcd57 futex: Ensure that futex address is aligned in handle_fute [...] adds 14c52acaac86 cifs: allow guest mounts to work for smb3.11 adds 37c6f8089806 perf probe: Fix getting the kernel map adds daaeeca918e7 objtool: Move objtool_file struct off the stack adds aacf2cc814c2 irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp adds 38bd575b9aef SMB3: Fix SMB3.1.1 guest mounts to Samba adds 4a767459389a ALSA: x86: Fix runtime PM for hdmi-lpe-audio adds c8e91d756703 ALSA: hda/ca0132 - make pci_iounmap() call conditional adds ff7a1f81c20e ALSA: ac97: Fix of-node refcount unbalance adds 558331d0205b ext4: fix NULL pointer dereference while journal is aborted adds 76c9ee6bd5d2 ext4: fix data corruption caused by unaligned direct AIO adds d12d86411c03 ext4: brelse all indirect buffer in ext4_ind_remove_space() adds 6bef442eea18 media: v4l2-ctrls.c/uvc: zero v4l2_event adds 4e0ca4bfa2bc Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in [...] adds 4b39051363a0 Bluetooth: Fix decrementing reference count twice in relea [...] adds f67202f78fe3 Bluetooth: hci_ldisc: Initialize hci_dev before open() adds e365b94086f9 Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit se [...] adds 015b828bd66d drm: Reorder set_property_atomic to avoid returning with a [...] adds 9dd5053c8cd5 RDMA/cma: Rollback source IP address if failing to acquire device adds 1fd916e879a9 f2fs: fix to avoid deadlock of atomic file operations adds 35cdcdc5c49d netfilter: ebtables: remove BUGPRINT messages adds 3254dd301f80 loop: access lo_backing_file only when the loop device is [...] adds 367ccafbcbfe x86/unwind: Handle NULL pointer calls better in frame unwinder adds 206a76a684a7 x86/unwind: Add hardcoded ORC entry for NULL adds 0e0f7b307212 locking/lockdep: Add debug_locks check in __lock_downgrade() adds 156ba57f4ba6 ALSA: hda - Record the current power state before suspend/ [...] adds 19184190b029 ALSA: hda - Enforces runtime_resume after S3 and S4 for ea [...] adds 33bd347fee01 power: supply: charger-manager: Fix incorrect return value adds 3a2156c839c7 Linux 4.19.32
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/mips/include/asm/jump_label.h | 8 +- arch/mips/kernel/vmlinux.lds.S | 12 ++- arch/mips/loongson64/lemote-2f/irq.c | 2 +- arch/powerpc/include/asm/vdso_datapage.h | 8 +- arch/powerpc/kernel/vdso64/gettimeofday.S | 4 +- arch/x86/include/asm/unwind.h | 6 ++ arch/x86/kernel/unwind_frame.c | 25 ++++- arch/x86/kernel/unwind_orc.c | 17 ++++ drivers/block/loop.c | 2 +- drivers/bluetooth/h4_recv.h | 4 + drivers/bluetooth/hci_h4.c | 4 + drivers/bluetooth/hci_ldisc.c | 24 +++-- drivers/gpu/drm/drm_mode_object.c | 5 +- drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 12 +-- drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 2 +- drivers/infiniband/core/cma.c | 13 ++- drivers/iommu/amd_iommu.c | 7 +- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/media/usb/uvc/uvc_ctrl.c | 2 +- drivers/media/v4l2-core/v4l2-ctrls.c | 2 +- drivers/mmc/host/mxcmmc.c | 16 +--- drivers/mmc/host/pxamci.c | 2 +- drivers/mmc/host/renesas_sdhi_core.c | 8 +- drivers/power/supply/charger-manager.c | 3 +- drivers/scsi/ibmvscsi/ibmvscsi.c | 23 ++++- fs/cifs/smb2pdu.c | 11 ++- fs/ext4/ext4_jbd2.h | 2 +- fs/ext4/file.c | 2 +- fs/ext4/indirect.c | 12 ++- fs/f2fs/segment.c | 43 ++++++--- fs/udf/truncate.c | 3 + include/linux/ceph/libceph.h | 2 + kernel/futex.c | 4 + kernel/locking/lockdep.c | 3 + net/bluetooth/hci_sock.c | 3 +- net/bridge/netfilter/ebtables.c | 131 ++++++++------------------ net/ceph/ceph_common.c | 18 +++- net/ceph/mon_client.c | 9 ++ sound/ac97/bus.c | 2 +- sound/firewire/motu/motu.c | 20 ++-- sound/pci/hda/hda_codec.c | 57 ++++++++++- sound/pci/hda/hda_intel.c | 6 +- sound/pci/hda/patch_ca0132.c | 2 +- sound/x86/intel_hdmi_audio.c | 1 - tools/objtool/check.c | 3 +- tools/perf/util/probe-event.c | 6 +- 47 files changed, 353 insertions(+), 202 deletions(-)