APPLIED: [SRU][Focal][PULL] Focal update: v5.4.84 upstream stable release

Kelsey Skunberg kelsey.skunberg at canonical.com
Thu Jan 14 21:09:32 UTC 2021


Applied to Focal/master-next. Thank you!

-Kelsey


On 2021-01-08 14:29:36 , Kamal Mostafa wrote:
> This pull request (39 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.84 upstream stable release
> 	https://bugs.launchpad.net/bugs/1910816
> 
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases.  I recommend fetching and applying just this
> reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 43d779489e11757066f0044ec6eaee351247d03e:
> 
>   UBUNTU: upstream stable to v5.4.83 (2021-01-08 11:19:25 -0800)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.84
> 
> for you to fetch changes up to c71533a7d5332d80d4a7dfd61e5c03947edc532e:
> 
>   UBUNTU: upstream stable to v5.4.84 (2021-01-08 12:26:58 -0800)
> 
> ----------------------------------------------------------------
> Andy Lutomirski (1):
>       x86/membarrier: Get rid of a dubious optimization
> 
> Arnd Bergmann (1):
>       kbuild: avoid static_assert for genksyms
> 
> Arvind Sankar (2):
>       x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
>       compiler.h: fix barrier_data() on clang
> 
> Bean Huo (1):
>       mmc: block: Fixup condition for CMD13 polling for RPMB requests
> 
> Can Guo (1):
>       scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
> 
> Chris Chiu (1):
>       Input: i8042 - add Acer laptops to the i8042 reset list
> 
> Coiby Xu (1):
>       pinctrl: amd: remove debounce filter setting in IRQ type setting
> 
> Dan Carpenter (1):
>       scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
> 
> Dmitry Torokhov (1):
>       Input: cm109 - do not stomp on control URB
> 
> Fangrui Song (1):
>       x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
> 
> Georgi Djakov (1):
>       interconnect: qcom: qcs404: Remove GPU and display RPM IDs
> 
> Greg Kroah-Hartman (1):
>       Linux 5.4.84
> 
> Hans de Goede (3):
>       platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e
>       platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen
>       platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet
> 
> Hao Si (1):
>       soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
> 
> Johannes Berg (2):
>       iwlwifi: pcie: limit memory read spin time
>       iwlwifi: pcie: set LTR to avoid completion timeout
> 
> Jon Hunter (1):
>       arm64: tegra: Disable the ACONNECT for Jetson TX2
> 
> Kamal Mostafa (2):
>       UBUNTU: [Config] updateconfigs for PGTABLE_MAPPING
>       UBUNTU: upstream stable to v5.4.84
> 
> Libo Chen (1):
>       ktest.pl: Fix incorrect reboot for grub2bls
> 
> Lijun Pan (1):
>       ibmvnic: skip tx timeout reset while in resetting
> 
> Manasi Navare (1):
>       drm/i915/display/dp: Compute the correct slice count for VDSC on DP
> 
> Markus Reichl (1):
>       arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.
> 
> Max Verevkin (1):
>       platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC
> 
> Michael Ellerman (1):
>       powerpc: Drop -me200 addition to build flags
> 
> Miles Chen (1):
>       proc: use untagged_addr() for pagemap_read addresses
> 
> Minchan Kim (1):
>       mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
> 
> Nick Desaulniers (1):
>       Kbuild: do not emit debug info for assembly with LLVM_IAS=1
> 
> Pankaj Sharma (1):
>       can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
> 
> Ran Wang (1):
>       spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
> 
> Sara Sharon (1):
>       iwlwifi: mvm: fix kernel panic in case of assert during CSA
> 
> Thomas Gleixner (1):
>       x86/apic/vector: Fix ordering in vector assignment
> 
> Timo Witte (1):
>       platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE
> 
> Vineet Gupta (1):
>       ARC: stack unwinding: don't assume non-current task is sleeping
> 
> Xu Qiang (1):
>       irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend
> 
> Zhen Lei (1):
>       arm64: dts: broadcom: clear the warnings caused by empty dma-ranges
> 
>  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 ++++-
>  debian.master/config/amd64/config.common.amd64     |  1 -
>  debian.master/config/annotations                   |  1 -
>  debian.master/config/arm64/config.common.arm64     |  1 -
>  debian.master/config/armhf/config.common.armhf     |  1 -
>  debian.master/config/i386/config.common.i386       |  1 -
>  debian.master/config/ppc64el/config.common.ppc64el |  1 -
>  debian.master/config/s390x/config.common.s390x     |  1 -
>  debian.master/upstream-stable                      |  2 +-
>  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 +-
>  52 files changed, 270 insertions(+), 200 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team



More information about the kernel-team mailing list