mbox series

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

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

Pull-request

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

Message

Kamal Mostafa Nov. 5, 2021, 9:07 p.m. UTC
This pull request (18 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.152 upstream stable release
	https://bugs.launchpad.net/bugs/1950009

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 fa0d01fc02d3c54350ebaaacad6c1dd24d730865:

  UBUNTU: Ubuntu-5.4.0-91.102 (2021-11-05 17:02:56 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 47e6508a8931a1e62df341f754e10af384518b54:

  UBUNTU: upstream stable to v5.4.152 (2021-11-05 12:40:55 -0700)

----------------------------------------------------------------
Anand K Mistry (1):
      perf/x86: Reset destroy callback on event init failure

Changbin Du (1):
      tools/vm/page-types: remove dependency on opt_file for idle page tracking

Dan Carpenter (1):
      ext2: fix sleeping in atomic bugs on error

Faizel K B (1):
      usb: testusb: Fix for showing the connection speed

Fares Mehanna (1):
      kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]

Greg Kroah-Hartman (1):
      Linux 5.4.152

Jan Beulich (1):
      xen-netback: correct success/error reporting for the SKB-with-fraglist case

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

Kate Hsuan (1):
      libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.

Li Zhijian (1):
      selftests: be sure to make khdr before other targets

Linus Torvalds (1):
      sparc64: fix pci_iounmap() when CONFIG_PCI is not set

Ming Lei (1):
      scsi: sd: Free scsi_disk device via put_device()

Rik van Riel (1):
      silence nfscache allocation warnings with kvzalloc

Sergey Senozhatsky (1):
      KVM: do not shrink halt_poll_ns below grow_start

Shuah Khan (1):
      selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn

Vladimir Oltean (1):
      net: mdio: introduce a shutdown method to mdio device drivers

Wen Xiong (1):
      scsi: ses: Retry failed Send/Receive Diagnostic commands

Yang Yingliang (1):
      usb: dwc2: check return value after calling platform_get_resource()

 Makefile                                           |  2 +-
 arch/sparc/lib/iomap.c                             |  2 ++
 arch/x86/events/core.c                             |  1 +
 arch/x86/kvm/x86.c                                 |  7 +++++
 debian.master/upstream-stable                      |  2 +-
 drivers/ata/libata-core.c                          | 34 ++++++++++++++++++++--
 drivers/net/phy/mdio_device.c                      | 11 +++++++
 drivers/net/xen-netback/netback.c                  |  2 +-
 drivers/scsi/sd.c                                  |  9 +++---
 drivers/scsi/ses.c                                 | 22 +++++++++++---
 drivers/usb/dwc2/hcd.c                             |  4 +++
 fs/ext2/balloc.c                                   | 14 ++++-----
 fs/nfsd/nfscache.c                                 | 12 +++-----
 include/linux/libata.h                             |  1 +
 include/linux/mdio.h                               |  3 ++
 .../selftests/kvm/x86_64/mmio_warning_test.c       |  3 +-
 tools/testing/selftests/lib.mk                     |  1 +
 tools/usb/testusb.c                                | 14 +++++----
 tools/vm/page-types.c                              |  2 +-
 virt/kvm/kvm_main.c                                |  6 +++-
 20 files changed, 114 insertions(+), 38 deletions(-)

Comments

Stefan Bader Nov. 12, 2021, 1:05 p.m. UTC | #1
On 05.11.21 22:07, Kamal Mostafa wrote:
> This pull request (18 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.152 upstream stable release
> 	https://bugs.launchpad.net/bugs/1950009
> 
> 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 fa0d01fc02d3c54350ebaaacad6c1dd24d730865:
> 
>    UBUNTU: Ubuntu-5.4.0-91.102 (2021-11-05 17:02:56 +0100)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.152
> 
> for you to fetch changes up to 47e6508a8931a1e62df341f754e10af384518b54:
> 
>    UBUNTU: upstream stable to v5.4.152 (2021-11-05 12:40:55 -0700)
> 
> ----------------------------------------------------------------
> Anand K Mistry (1):
>        perf/x86: Reset destroy callback on event init failure
> 
> Changbin Du (1):
>        tools/vm/page-types: remove dependency on opt_file for idle page tracking
> 
> Dan Carpenter (1):
>        ext2: fix sleeping in atomic bugs on error
> 
> Faizel K B (1):
>        usb: testusb: Fix for showing the connection speed
> 
> Fares Mehanna (1):
>        kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
> 
> Greg Kroah-Hartman (1):
>        Linux 5.4.152
> 
> Jan Beulich (1):
>        xen-netback: correct success/error reporting for the SKB-with-fraglist case
> 
> Kamal Mostafa (1):
>        UBUNTU: upstream stable to v5.4.152
> 
> Kate Hsuan (1):
>        libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
> 
> Li Zhijian (1):
>        selftests: be sure to make khdr before other targets
> 
> Linus Torvalds (1):
>        sparc64: fix pci_iounmap() when CONFIG_PCI is not set
> 
> Ming Lei (1):
>        scsi: sd: Free scsi_disk device via put_device()
> 
> Rik van Riel (1):
>        silence nfscache allocation warnings with kvzalloc
> 
> Sergey Senozhatsky (1):
>        KVM: do not shrink halt_poll_ns below grow_start
> 
> Shuah Khan (1):
>        selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
> 
> Vladimir Oltean (1):
>        net: mdio: introduce a shutdown method to mdio device drivers
> 
> Wen Xiong (1):
>        scsi: ses: Retry failed Send/Receive Diagnostic commands
> 
> Yang Yingliang (1):
>        usb: dwc2: check return value after calling platform_get_resource()
> 
>   Makefile                                           |  2 +-
>   arch/sparc/lib/iomap.c                             |  2 ++
>   arch/x86/events/core.c                             |  1 +
>   arch/x86/kvm/x86.c                                 |  7 +++++
>   debian.master/upstream-stable                      |  2 +-
>   drivers/ata/libata-core.c                          | 34 ++++++++++++++++++++--
>   drivers/net/phy/mdio_device.c                      | 11 +++++++
>   drivers/net/xen-netback/netback.c                  |  2 +-
>   drivers/scsi/sd.c                                  |  9 +++---
>   drivers/scsi/ses.c                                 | 22 +++++++++++---
>   drivers/usb/dwc2/hcd.c                             |  4 +++
>   fs/ext2/balloc.c                                   | 14 ++++-----
>   fs/nfsd/nfscache.c                                 | 12 +++-----
>   include/linux/libata.h                             |  1 +
>   include/linux/mdio.h                               |  3 ++
>   .../selftests/kvm/x86_64/mmio_warning_test.c       |  3 +-
>   tools/testing/selftests/lib.mk                     |  1 +
>   tools/usb/testusb.c                                | 14 +++++----
>   tools/vm/page-types.c                              |  2 +-
>   virt/kvm/kvm_main.c                                |  6 +++-
>   20 files changed, 114 insertions(+), 38 deletions(-)
> 

Applied to focal:linux/master-next. Thanks.

-Stefan