mbox series

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

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

Pull-request

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

Message

Kamal Mostafa June 9, 2020, 3:55 p.m. UTC
This pull request (33 commits) includes the following Focal stable patchset:

	Focal update: v5.4.45 upstream stable release
	https://bugs.launchpad.net/bugs/1882802

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 5dbd88e680ea81098e6ebd84fcecd1769685715c:

  UBUNTU: SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier (2020-06-05 11:41:57 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 376035fca48ef128419feb268aa2004c4733e32c:

  UBUNTU: upstream stable to v5.4.45 (2020-06-09 07:53:00 -0700)

----------------------------------------------------------------
Amit Cohen (1):
      selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer

Atsushi Nemoto (1):
      i2c: altera: Fix race between xfer_msg and isr thread

Benjamin Tissoires (1):
      HID: multitouch: enable multi-input as a quirk for some devices

Can Guo (2):
      scsi: ufs: Release clock if DMA map fails
      scsi: pm: Balance pm_only counter of request queue during system resume

Chaitanya Kulkarni (1):
      null_blk: return error for invalid zone size

DENG Qingfang (1):
      net: dsa: mt7530: set CPU port to fallback mode

Dan Carpenter (1):
      airo: Fix read overflows sending packets

Daniel Axtens (1):
      kernel/relay.c: handle alloc_percpu returning NULL in relay_open

Dinghao Liu (1):
      net: smsc911x: Fix runtime PM imbalance on error

Eugeniy Paltsev (1):
      ARC: Fix ICCM & DCCM runtime size checks

Fan Yang (1):
      mm: Fix mremap not considering huge pmd devmap

Gerald Schaefer (1):
      s390/mm: fix set_huge_pte_at() for empty ptes

Giuseppe Marco Randazzo (1):
      p54usb: add AirVasT USB stick device-id

Greg Kroah-Hartman (1):
      Linux 5.4.45

Jan Schmidt (1):
      drm/edid: Add Oculus Rift S to non-desktop list

Jens Axboe (1):
      io_uring: initialize ctx->sqo_wait earlier

Jeremy Kerr (1):
      net: bmac: Fix read of MAC address from ROM

Jonathan McDowell (1):
      net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x

Julian Sax (1):
      HID: i2c-hid: add Schneider SCL142ALM to descriptor override

Jérôme Pouiller (1):
      mmc: fix compilation of user API

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

Madhuparna Bhowmik (1):
      evm: Fix RCU list related warnings

Matthew Garrett (1):
      mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter

Michal Kalderon (2):
      RDMA/qedr: Fix qpids xarray api used
      RDMA/qedr: Fix synchronization methods and memory leaks in qedr

Nathan Chancellor (1):
      x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables

Sakari Ailus (2):
      media: Revert "staging: imgu: Address a compiler warning on alignment"
      media: staging: ipu3-imgu: Move alignment attribute to field

Scott Shumate (1):
      HID: sony: Fix for broken buttons on DS3 USB dongles

Tejun Heo (1):
      Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"

Valentin Longchamp (1):
      net/ethernet/freescale: rework quiesce/activate for ucc_geth

Vineet Gupta (1):
      ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT

 Makefile                                           |   2 +-
 arch/arc/kernel/setup.c                            |   5 +-
 arch/arc/plat-eznps/Kconfig                        |   1 +
 arch/s390/mm/hugetlbpage.c                         |   9 +-
 arch/x86/include/asm/pgtable.h                     |   1 +
 arch/x86/mm/mmio-mod.c                             |   4 +-
 debian.master/upstream-stable                      |   2 +-
 drivers/block/null_blk_zoned.c                     |   4 +
 drivers/gpu/drm/drm_edid.c                         |   3 +-
 drivers/hid/hid-multitouch.c                       |  26 ++++
 drivers/hid/hid-sony.c                             |  17 +++
 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c           |   8 ++
 drivers/i2c/busses/i2c-altera.c                    |  10 +-
 drivers/infiniband/hw/qedr/main.c                  |   2 +-
 drivers/infiniband/hw/qedr/qedr.h                  |  23 +++-
 drivers/infiniband/hw/qedr/qedr_iw_cm.c            | 148 ++++++++++++++-------
 drivers/infiniband/hw/qedr/verbs.c                 |  64 +++++----
 drivers/net/dsa/mt7530.c                           |  11 +-
 drivers/net/dsa/mt7530.h                           |   6 +
 drivers/net/ethernet/apple/bmac.c                  |   2 +-
 drivers/net/ethernet/freescale/ucc_geth.c          |  13 +-
 drivers/net/ethernet/smsc/smsc911x.c               |   9 +-
 .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c    |  13 ++
 drivers/net/wireless/cisco/airo.c                  |  12 ++
 drivers/net/wireless/intersil/p54/p54usb.c         |   1 +
 drivers/net/wireless/mediatek/mt76/mt76x02.h       |   1 +
 drivers/net/wireless/mediatek/mt76/mt76x2/usb.c    |   1 +
 drivers/scsi/scsi_pm.c                             |  10 +-
 drivers/scsi/ufs/ufshcd.c                          |   1 +
 drivers/staging/media/ipu3/include/intel-ipu3.h    |   7 +-
 fs/io_uring.c                                      |   2 +-
 include/uapi/linux/mmc/ioctl.h                     |   1 +
 kernel/cgroup/rstat.c                              |  16 +--
 kernel/relay.c                                     |   5 +
 mm/mremap.c                                        |   2 +-
 security/integrity/evm/evm_crypto.c                |   2 +-
 security/integrity/evm/evm_main.c                  |   4 +-
 security/integrity/evm/evm_secfs.c                 |   9 +-
 .../selftests/drivers/net/mlxsw/qos_mc_aware.sh    |   2 +-
 39 files changed, 332 insertions(+), 127 deletions(-)

Comments

Khalid Elmously June 30, 2020, 3:24 a.m. UTC | #1
Skipped a patch:

kernel/relay.c: handle alloc_percpu returning NULL in relay_open

which was already applied for CVE-2019-19642



On 2020-06-09 08:55:19 , Kamal Mostafa wrote:
> This pull request (33 commits) includes the following Focal stable patchset:
> 
> 	Focal update: v5.4.45 upstream stable release
> 	https://bugs.launchpad.net/bugs/1882802
> 
> 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 5dbd88e680ea81098e6ebd84fcecd1769685715c:
> 
>   UBUNTU: SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier (2020-06-05 11:41:57 -0600)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.45
> 
> for you to fetch changes up to 376035fca48ef128419feb268aa2004c4733e32c:
> 
>   UBUNTU: upstream stable to v5.4.45 (2020-06-09 07:53:00 -0700)
> 
> ----------------------------------------------------------------
> Amit Cohen (1):
>       selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer
> 
> Atsushi Nemoto (1):
>       i2c: altera: Fix race between xfer_msg and isr thread
> 
> Benjamin Tissoires (1):
>       HID: multitouch: enable multi-input as a quirk for some devices
> 
> Can Guo (2):
>       scsi: ufs: Release clock if DMA map fails
>       scsi: pm: Balance pm_only counter of request queue during system resume
> 
> Chaitanya Kulkarni (1):
>       null_blk: return error for invalid zone size
> 
> DENG Qingfang (1):
>       net: dsa: mt7530: set CPU port to fallback mode
> 
> Dan Carpenter (1):
>       airo: Fix read overflows sending packets
> 
> Daniel Axtens (1):
>       kernel/relay.c: handle alloc_percpu returning NULL in relay_open
> 
> Dinghao Liu (1):
>       net: smsc911x: Fix runtime PM imbalance on error
> 
> Eugeniy Paltsev (1):
>       ARC: Fix ICCM & DCCM runtime size checks
> 
> Fan Yang (1):
>       mm: Fix mremap not considering huge pmd devmap
> 
> Gerald Schaefer (1):
>       s390/mm: fix set_huge_pte_at() for empty ptes
> 
> Giuseppe Marco Randazzo (1):
>       p54usb: add AirVasT USB stick device-id
> 
> Greg Kroah-Hartman (1):
>       Linux 5.4.45
> 
> Jan Schmidt (1):
>       drm/edid: Add Oculus Rift S to non-desktop list
> 
> Jens Axboe (1):
>       io_uring: initialize ctx->sqo_wait earlier
> 
> Jeremy Kerr (1):
>       net: bmac: Fix read of MAC address from ROM
> 
> Jonathan McDowell (1):
>       net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x
> 
> Julian Sax (1):
>       HID: i2c-hid: add Schneider SCL142ALM to descriptor override
> 
> Jérôme Pouiller (1):
>       mmc: fix compilation of user API
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.4.45
> 
> Madhuparna Bhowmik (1):
>       evm: Fix RCU list related warnings
> 
> Matthew Garrett (1):
>       mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter
> 
> Michal Kalderon (2):
>       RDMA/qedr: Fix qpids xarray api used
>       RDMA/qedr: Fix synchronization methods and memory leaks in qedr
> 
> Nathan Chancellor (1):
>       x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables
> 
> Sakari Ailus (2):
>       media: Revert "staging: imgu: Address a compiler warning on alignment"
>       media: staging: ipu3-imgu: Move alignment attribute to field
> 
> Scott Shumate (1):
>       HID: sony: Fix for broken buttons on DS3 USB dongles
> 
> Tejun Heo (1):
>       Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"
> 
> Valentin Longchamp (1):
>       net/ethernet/freescale: rework quiesce/activate for ucc_geth
> 
> Vineet Gupta (1):
>       ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
> 
>  Makefile                                           |   2 +-
>  arch/arc/kernel/setup.c                            |   5 +-
>  arch/arc/plat-eznps/Kconfig                        |   1 +
>  arch/s390/mm/hugetlbpage.c                         |   9 +-
>  arch/x86/include/asm/pgtable.h                     |   1 +
>  arch/x86/mm/mmio-mod.c                             |   4 +-
>  debian.master/upstream-stable                      |   2 +-
>  drivers/block/null_blk_zoned.c                     |   4 +
>  drivers/gpu/drm/drm_edid.c                         |   3 +-
>  drivers/hid/hid-multitouch.c                       |  26 ++++
>  drivers/hid/hid-sony.c                             |  17 +++
>  drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c           |   8 ++
>  drivers/i2c/busses/i2c-altera.c                    |  10 +-
>  drivers/infiniband/hw/qedr/main.c                  |   2 +-
>  drivers/infiniband/hw/qedr/qedr.h                  |  23 +++-
>  drivers/infiniband/hw/qedr/qedr_iw_cm.c            | 148 ++++++++++++++-------
>  drivers/infiniband/hw/qedr/verbs.c                 |  64 +++++----
>  drivers/net/dsa/mt7530.c                           |  11 +-
>  drivers/net/dsa/mt7530.h                           |   6 +
>  drivers/net/ethernet/apple/bmac.c                  |   2 +-
>  drivers/net/ethernet/freescale/ucc_geth.c          |  13 +-
>  drivers/net/ethernet/smsc/smsc911x.c               |   9 +-
>  .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c    |  13 ++
>  drivers/net/wireless/cisco/airo.c                  |  12 ++
>  drivers/net/wireless/intersil/p54/p54usb.c         |   1 +
>  drivers/net/wireless/mediatek/mt76/mt76x02.h       |   1 +
>  drivers/net/wireless/mediatek/mt76/mt76x2/usb.c    |   1 +
>  drivers/scsi/scsi_pm.c                             |  10 +-
>  drivers/scsi/ufs/ufshcd.c                          |   1 +
>  drivers/staging/media/ipu3/include/intel-ipu3.h    |   7 +-
>  fs/io_uring.c                                      |   2 +-
>  include/uapi/linux/mmc/ioctl.h                     |   1 +
>  kernel/cgroup/rstat.c                              |  16 +--
>  kernel/relay.c                                     |   5 +
>  mm/mremap.c                                        |   2 +-
>  security/integrity/evm/evm_crypto.c                |   2 +-
>  security/integrity/evm/evm_main.c                  |   4 +-
>  security/integrity/evm/evm_secfs.c                 |   9 +-
>  .../selftests/drivers/net/mlxsw/qos_mc_aware.sh    |   2 +-
>  39 files changed, 332 insertions(+), 127 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team