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-release-arm-lts-defconfig in repository toolchain/ci/linux.
from 39b3342de9bb Merge v5.4.83 new 018b05e0f05b Kbuild: do not emit debug info for assembly with LLVM_IAS=1 new 591afbc97c18 x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/ [...] new 0e6cae4e8181 iwlwifi: pcie: limit memory read spin time new d411a07d6c04 arm64: dts: rockchip: Assign a fixed index to mmc devices [...] new c90527770b88 iwlwifi: pcie: set LTR to avoid completion timeout new 8012a30b9e16 iwlwifi: mvm: fix kernel panic in case of assert during CSA new acac3f7d7d22 powerpc: Drop -me200 addition to build flags new 8ed74a012206 arm64: dts: broadcom: clear the warnings caused by empty d [...] new b184e9800867 ARC: stack unwinding: don't assume non-current task is sleeping new adad2bc9f303 scsi: ufs: Make sure clk scaling happens only when HBA is [...] new c0450df6d0f7 interconnect: qcom: qcs404: Remove GPU and display RPM IDs new 47fac0ccf775 ibmvnic: skip tx timeout reset while in resetting new 864fbeab8c99 irqchip/gic-v3-its: Unconditionally save/restore the ITS s [...] new 37aa8318ed43 spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts new c7e271337402 soc: fsl: dpio: Get the cpumask through cpumask_of(cpu) new eb5e28ffe39a arm64: tegra: Disable the ACONNECT for Jetson TX2 new 4778a11e0500 platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE [...] new 010e6e816f54 platform/x86: thinkpad_acpi: Add BAT1 is primary battery q [...] new 21aa2d1f2bfb platform/x86: acer-wmi: add automatic keyboard background [...] new 2fa99f6f8f60 platform/x86: intel-vbtn: Support for tablet mode on HP Pa [...] new 38b1dbc1229c platform/x86: touchscreen_dmi: Add info for the Irbis TW11 [...] new 181088e37b1d can: m_can: m_can_dev_setup(): add support for bosch mcan [...] new d2d113aca34f ktest.pl: Fix incorrect reboot for grub2bls new cf596f3906e9 Input: cm109 - do not stomp on control URB new 457f5289b7e7 Input: i8042 - add Acer laptops to the i8042 reset list new 974aa59837ed pinctrl: amd: remove debounce filter setting in IRQ type setting new 60c1c68fae5e mmc: block: Fixup condition for CMD13 polling for RPMB requests new 0cd7084a2a03 drm/i915/display/dp: Compute the correct slice count for V [...] new 6472d3ae6ef5 kbuild: avoid static_assert for genksyms new 7d5fc53439a1 proc: use untagged_addr() for pagemap_read addresses new 258d646f006b scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_ [...] new 6346ed69bc7c x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP new e3c1d51868f3 x86/membarrier: Get rid of a dubious optimization new 3349f1e4cf6d x86/apic/vector: Fix ordering in vector assignment new 69dc72f058c9 mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING new c2c5dc84ac51 compiler.h: fix barrier_data() on clang new 8a866bdbbac2 Linux 5.4.84 new 2c16816abfdf Merge v5.4.84
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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(-)