This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig in repository toolchain/ci/linux.
from 39b3342de9bb Merge v5.4.83 adds 018b05e0f05b Kbuild: do not emit debug info for assembly with LLVM_IAS=1 adds 591afbc97c18 x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/ [...] adds 0e6cae4e8181 iwlwifi: pcie: limit memory read spin time adds d411a07d6c04 arm64: dts: rockchip: Assign a fixed index to mmc devices [...] adds c90527770b88 iwlwifi: pcie: set LTR to avoid completion timeout adds 8012a30b9e16 iwlwifi: mvm: fix kernel panic in case of assert during CSA adds acac3f7d7d22 powerpc: Drop -me200 addition to build flags adds 8ed74a012206 arm64: dts: broadcom: clear the warnings caused by empty d [...] adds b184e9800867 ARC: stack unwinding: don't assume non-current task is sleeping adds adad2bc9f303 scsi: ufs: Make sure clk scaling happens only when HBA is [...] adds c0450df6d0f7 interconnect: qcom: qcs404: Remove GPU and display RPM IDs adds 47fac0ccf775 ibmvnic: skip tx timeout reset while in resetting adds 864fbeab8c99 irqchip/gic-v3-its: Unconditionally save/restore the ITS s [...] adds 37aa8318ed43 spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts adds c7e271337402 soc: fsl: dpio: Get the cpumask through cpumask_of(cpu) adds eb5e28ffe39a arm64: tegra: Disable the ACONNECT for Jetson TX2 adds 4778a11e0500 platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE [...] adds 010e6e816f54 platform/x86: thinkpad_acpi: Add BAT1 is primary battery q [...] adds 21aa2d1f2bfb platform/x86: acer-wmi: add automatic keyboard background [...] adds 2fa99f6f8f60 platform/x86: intel-vbtn: Support for tablet mode on HP Pa [...] adds 38b1dbc1229c platform/x86: touchscreen_dmi: Add info for the Irbis TW11 [...] adds 181088e37b1d can: m_can: m_can_dev_setup(): add support for bosch mcan [...] adds d2d113aca34f ktest.pl: Fix incorrect reboot for grub2bls adds cf596f3906e9 Input: cm109 - do not stomp on control URB adds 457f5289b7e7 Input: i8042 - add Acer laptops to the i8042 reset list adds 974aa59837ed pinctrl: amd: remove debounce filter setting in IRQ type setting adds 60c1c68fae5e mmc: block: Fixup condition for CMD13 polling for RPMB requests adds 0cd7084a2a03 drm/i915/display/dp: Compute the correct slice count for V [...] adds 6472d3ae6ef5 kbuild: avoid static_assert for genksyms adds 7d5fc53439a1 proc: use untagged_addr() for pagemap_read addresses adds 258d646f006b scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_ [...] adds 6346ed69bc7c x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP adds e3c1d51868f3 x86/membarrier: Get rid of a dubious optimization adds 3349f1e4cf6d x86/apic/vector: Fix ordering in vector assignment adds 69dc72f058c9 mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING adds c2c5dc84ac51 compiler.h: fix barrier_data() on clang adds 8a866bdbbac2 Linux 5.4.84 adds 2c16816abfdf Merge v5.4.84
No new revisions were added by this update.
Summary of changes: Makefile | 5 ++- arch/arc/kernel/stacktrace.c | 23 +++++++---- .../boot/dts/broadcom/stingray/stingray-usb.dtsi | 20 +++++----- arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 12 ------ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 3 ++ arch/powerpc/Makefile | 1 - arch/x86/include/asm/pgtable_types.h | 1 + arch/x86/include/asm/sync_core.h | 9 +++-- arch/x86/kernel/apic/vector.c | 24 ++++++----- arch/x86/lib/memcpy_64.S | 4 +- arch/x86/lib/memmove_64.S | 4 +- arch/x86/lib/memset_64.S | 4 +- arch/x86/mm/mem_encrypt_identity.c | 4 +- arch/x86/mm/tlb.c | 10 ++++- drivers/gpu/drm/i915/display/intel_dp.c | 2 +- drivers/input/misc/cm109.c | 7 +++- drivers/input/serio/i8042-x86ia64io.h | 42 ++++++++++++++++++++ drivers/interconnect/qcom/qcs404.c | 4 +- drivers/irqchip/irq-gic-v3-its.c | 16 ++------ drivers/mmc/core/block.c | 2 +- drivers/net/can/m_can/m_can.c | 2 + drivers/net/ethernet/ibm/ibmvnic.c | 6 +++ drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 10 +++++ drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 2 +- .../wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 20 ++++++++++ drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 36 ++++++++++++----- drivers/pinctrl/pinctrl-amd.c | 7 ---- drivers/platform/x86/acer-wmi.c | 1 + drivers/platform/x86/intel-vbtn.c | 6 +++ drivers/platform/x86/thinkpad_acpi.c | 10 ++++- drivers/platform/x86/touchscreen_dmi.c | 23 +++++++++++ drivers/scsi/be2iscsi/be_main.c | 4 +- drivers/scsi/ufs/ufshcd.c | 7 ++++ drivers/soc/fsl/dpio/dpio-driver.c | 5 +-- drivers/spi/spi-nxp-fspi.c | 7 ++++ fs/proc/task_mmu.c | 8 +++- include/linux/build_bug.h | 5 +++ include/linux/compiler-clang.h | 6 --- include/linux/compiler-gcc.h | 19 --------- include/linux/compiler.h | 18 ++++++++- include/linux/zsmalloc.h | 1 - mm/Kconfig | 13 ------ mm/zsmalloc.c | 46 ---------------------- tools/testing/ktest/ktest.pl | 2 +- 44 files changed, 269 insertions(+), 192 deletions(-)