mbox series

[SRU,Focal,PULL] Focal update: v5.4.117 upstream stable release

Message ID 20210518160126.4220-1-kamal@canonical.com
State New
Headers show
Series [SRU,Focal,PULL] Focal update: v5.4.117 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.117

Message

Kamal Mostafa May 18, 2021, 4:01 p.m. UTC
This pull request (22 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.117 upstream stable release
	https://bugs.launchpad.net/bugs/1928823

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 37d7b5960a28eb07af2b79d8d9357e54d7936a31:

  UBUNTU: upstream stable to v5.4.116 (2021-05-18 08:24:58 -0700)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.117

for you to fetch changes up to 8077d22ddd7547214a318dc92f108221a0631121:

  UBUNTU: upstream stable to v5.4.117 (2021-05-18 08:30:17 -0700)

----------------------------------------------------------------
Arnd Bergmann (1):
      avoid __memcat_p link failure

Chris Chiu (1):
      USB: Add reset-resume quirk for WD19's Realtek Hub

Dan Carpenter (1):
      scsi: ufs: Unlock on a couple error paths

Daniel Borkmann (2):
      bpf: Fix masking negation logic upon negative dst register
      bpf: Fix leakage of uninitialized bpf stack under speculation

Greg Kroah-Hartman (1):
      Linux 5.4.117

Jason Gunthorpe (1):
      vfio: Depend on MMU

Jiri Kosina (2):
      iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()
      iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

Kai-Heng Feng (1):
      USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.4.117

Mark Pearson (1):
      platform/x86: thinkpad_acpi: Correct thermal sensor allocation

Miklos Szeredi (1):
      ovl: allow upperdir inside lowerdir

Nick Lowe (1):
      igb: Enable RSS for Intel I211 Ethernet Controller

Ondrej Mosnacek (1):
      perf/core: Fix unconditional security_locked_down() call

Phillip Potter (1):
      net: usb: ax88179_178a: initialize local variables before use

Rafael J. Wysocki (2):
      ACPI: tables: x86: Reserve memory occupied by ACPI tables
      ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()

Romain Naour (1):
      mips: Do not include hi and lo in clobber list for R6

Takashi Iwai (1):
      ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX

Thomas Richter (1):
      perf ftrace: Fix access to pid in array when setting a pid filter

Zhen Lei (1):
      perf data: Fix error return code in perf_data__create_dir()

 Makefile                                          |  2 +-
 arch/mips/include/asm/vdso/gettimeofday.h         | 26 +++++++++++---
 arch/x86/kernel/acpi/boot.c                       | 25 +++++++-------
 arch/x86/kernel/setup.c                           |  7 ++--
 debian.master/upstream-stable                     |  2 +-
 drivers/acpi/tables.c                             | 42 +++++++++++++++++++++--
 drivers/net/ethernet/intel/igb/igb_main.c         |  3 +-
 drivers/net/usb/ax88179_178a.c                    |  4 +--
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  7 ++--
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c      |  7 ++--
 drivers/platform/x86/thinkpad_acpi.c              | 31 ++++++++++++-----
 drivers/scsi/ufs/ufshcd.c                         | 14 +++++---
 drivers/usb/core/quirks.c                         |  4 +++
 drivers/vfio/Kconfig                              |  2 +-
 fs/overlayfs/super.c                              | 12 ++++---
 include/linux/acpi.h                              |  9 ++++-
 include/linux/bpf_verifier.h                      |  5 +--
 kernel/bpf/verifier.c                             | 33 ++++++++++--------
 kernel/events/core.c                              | 12 +++----
 lib/Makefile                                      |  4 +--
 sound/usb/quirks-table.h                          | 10 ++++++
 tools/perf/builtin-ftrace.c                       |  2 +-
 tools/perf/util/data.c                            |  5 +--
 23 files changed, 182 insertions(+), 86 deletions(-)

Comments

Stefan Bader May 19, 2021, 8:55 a.m. UTC | #1
On 18.05.21 18:01, Kamal Mostafa wrote:
> This pull request (22 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.117 upstream stable release
> 	https://bugs.launchpad.net/bugs/1928823
> 
> 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 37d7b5960a28eb07af2b79d8d9357e54d7936a31:
> 
>    UBUNTU: upstream stable to v5.4.116 (2021-05-18 08:24:58 -0700)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.117
> 
> for you to fetch changes up to 8077d22ddd7547214a318dc92f108221a0631121:
> 
>    UBUNTU: upstream stable to v5.4.117 (2021-05-18 08:30:17 -0700)
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>        avoid __memcat_p link failure
> 
> Chris Chiu (1):
>        USB: Add reset-resume quirk for WD19's Realtek Hub
> 
> Dan Carpenter (1):
>        scsi: ufs: Unlock on a couple error paths
> 
> Daniel Borkmann (2):
>        bpf: Fix masking negation logic upon negative dst register
>        bpf: Fix leakage of uninitialized bpf stack under speculation
> 
> Greg Kroah-Hartman (1):
>        Linux 5.4.117
> 
> Jason Gunthorpe (1):
>        vfio: Depend on MMU
> 
> Jiri Kosina (2):
>        iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()
>        iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
> 
> Kai-Heng Feng (1):
>        USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet
> 
> Kamal Mostafa (1):
>        UBUNTU: upstream stable to v5.4.117
> 
> Mark Pearson (1):
>        platform/x86: thinkpad_acpi: Correct thermal sensor allocation
> 
> Miklos Szeredi (1):
>        ovl: allow upperdir inside lowerdir
> 
> Nick Lowe (1):
>        igb: Enable RSS for Intel I211 Ethernet Controller
> 
> Ondrej Mosnacek (1):
>        perf/core: Fix unconditional security_locked_down() call
> 
> Phillip Potter (1):
>        net: usb: ax88179_178a: initialize local variables before use
> 
> Rafael J. Wysocki (2):
>        ACPI: tables: x86: Reserve memory occupied by ACPI tables
>        ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()
> 
> Romain Naour (1):
>        mips: Do not include hi and lo in clobber list for R6
> 
> Takashi Iwai (1):
>        ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX
> 
> Thomas Richter (1):
>        perf ftrace: Fix access to pid in array when setting a pid filter
> 
> Zhen Lei (1):
>        perf data: Fix error return code in perf_data__create_dir()
> 
>   Makefile                                          |  2 +-
>   arch/mips/include/asm/vdso/gettimeofday.h         | 26 +++++++++++---
>   arch/x86/kernel/acpi/boot.c                       | 25 +++++++-------
>   arch/x86/kernel/setup.c                           |  7 ++--
>   debian.master/upstream-stable                     |  2 +-
>   drivers/acpi/tables.c                             | 42 +++++++++++++++++++++--
>   drivers/net/ethernet/intel/igb/igb_main.c         |  3 +-
>   drivers/net/usb/ax88179_178a.c                    |  4 +--
>   drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  7 ++--
>   drivers/net/wireless/intel/iwlwifi/pcie/tx.c      |  7 ++--
>   drivers/platform/x86/thinkpad_acpi.c              | 31 ++++++++++++-----
>   drivers/scsi/ufs/ufshcd.c                         | 14 +++++---
>   drivers/usb/core/quirks.c                         |  4 +++
>   drivers/vfio/Kconfig                              |  2 +-
>   fs/overlayfs/super.c                              | 12 ++++---
>   include/linux/acpi.h                              |  9 ++++-
>   include/linux/bpf_verifier.h                      |  5 +--
>   kernel/bpf/verifier.c                             | 33 ++++++++++--------
>   kernel/events/core.c                              | 12 +++----
>   lib/Makefile                                      |  4 +--
>   sound/usb/quirks-table.h                          | 10 ++++++
>   tools/perf/builtin-ftrace.c                       |  2 +-
>   tools/perf/util/data.c                            |  5 +--
>   23 files changed, 182 insertions(+), 86 deletions(-)
> 
Applied to focal:linux/master-next. Thanks.

-Stefan