mbox series

[SRU,Bionic,PULL] Bionic upstream stable patchset 2020-01-10

Message ID 20200110234531.17968-1-kamal@canonical.com
State New
Headers show
Series [SRU,Bionic,PULL] Bionic upstream stable patchset 2020-01-10 | expand

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic bionic-stable

Message

Kamal Mostafa Jan. 10, 2020, 11:45 p.m. UTC
This pull req includes the following pending Bionic stable patchsets:

	Bionic update: upstream stable patchset 2020-01-10
		Ported from the following upstream stable releases:
			v4.14.160, v4.19.91
	https://bugs.launchpad.net/bugs/1859249

 -Kamal

-----

The following changes since commit 9ef6667bc68ba91da63d3832bfc0fd319c247625:

  UBUNTU: SAUCE: Revert "usb: handle warm-reset port requests on hub resume" (2020-01-08 18:38:39 -0300)

are available in the Git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic bionic-stable

for you to fetch changes up to 6fc2035adf27fcc7eab7d7abe7b2629dc3604160:

  UBUNTU: upstream stable to v4.14.160, v4.19.91 (2020-01-10 15:39:39 -0800)

----------------------------------------------------------------
Aaro Koskinen (1):
      net: stmmac: use correct DMA buffer size in the RX descriptor

Aaron Conole (1):
      openvswitch: support asymmetric conntrack

Alex Deucher (1):
      drm/radeon: fix r1xx/r2xx register checker for POT textures

Alexander Lobakin (1):
      net: dsa: fix flow dissection on Tx path

Arun Kumar Neelakantam (2):
      rpmsg: glink: Fix reuse intents memory leak issue
      rpmsg: glink: Fix use after free in open_ack TIMEOUT case

Bart Van Assche (1):
      scsi: iscsi: Fix a potential deadlock in the timeout handler

Bjorn Andersson (2):
      rpmsg: glink: Don't send pending rx_done during remove
      rpmsg: glink: Free pending deferred work on remove

Chris Lew (3):
      rpmsg: glink: Set tail pointer to 0 at end of FIFO
      rpmsg: glink: Put an extra reference during cleanup
      rpmsg: glink: Fix rpmsg_register_device err handling

Dexuan Cui (1):
      PCI/PM: Always return devices to D0 when thawing

Dmitry Osipenko (1):
      ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()

Eric Dumazet (2):
      tcp: md5: fix potential overestimation of TCP option space
      inet: protect against too small mtu values.

George Cherian (1):
      PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3

Greg Kroah-Hartman (1):
      Revert "regulator: Defer init completion for a while after late_initcall"

Grygorii Strashko (1):
      net: ethernet: ti: cpsw: fix extra rx interrupt

Guillaume Nault (3):
      tcp: fix rejected syncookies due to stale timestamps
      tcp: tighten acceptance of ACKs not matching a child socket
      tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()

Hou Tao (1):
      dm btree: increase rebalance threshold in __rebalance2()

Ivan Bornyakov (1):
      nvme: host: core: fix precedence of ternary operator

Jian-Hong Pan (1):
      PCI/MSI: Fix incorrect MSI-X masking on resume

Jiang Yi (1):
      vfio/pci: call irq_bypass_unregister_producer() before freeing irq

Kamal Mostafa (1):
      UBUNTU: upstream stable to v4.14.160, v4.19.91

Lihua Yao (1):
      ARM: dts: s3c64xx: Fix init order of clock providers

Mathias Nyman (1):
      xhci: fix USB3 device initiated resume race with roothub autosuspend

Max Filippov (1):
      xtensa: fix TLB sanity checker

Mian Yousaf Kaukab (1):
      net: thunderx: start phy before starting autonegotiation

Navid Emamdoost (1):
      dma-buf: Fix memory leak in sync_file_merge()

Nikolay Aleksandrov (1):
      net: bridge: deny dev_set_mac_address() when unregistering

Pavel Shilovsky (1):
      CIFS: Respect O_SYNC and O_DIRECT flags during reconnect

Steffen Liebergeld (1):
      PCI: Fix Intel ACS quirk UPDCR register address

Taehee Yoo (1):
      tipc: fix ordering of tipc module init and exit routine

Vladyslav Tarasiuk (1):
      mqprio: Fix out-of-bounds access in mqprio_dump

 arch/arm/boot/dts/s3c6410-mini6410.dts             |  4 ++
 arch/arm/boot/dts/s3c6410-smdk6410.dts             |  4 ++
 arch/arm/mach-tegra/reset-handler.S                |  6 +--
 arch/xtensa/mm/tlb.c                               |  4 +-
 debian.master/upstream-stable                      |  4 +-
 drivers/dma-buf/sync_file.c                        |  2 +-
 drivers/gpu/drm/radeon/r100.c                      |  4 +-
 drivers/gpu/drm/radeon/r200.c                      |  4 +-
 drivers/md/persistent-data/dm-btree-remove.c       |  8 +++-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  2 +-
 drivers/net/ethernet/stmicro/stmmac/common.h       |  2 +-
 drivers/net/ethernet/stmicro/stmmac/descs_com.h    | 22 +++++----
 drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c |  2 +-
 drivers/net/ethernet/stmicro/stmmac/enh_desc.c     | 10 ++--
 drivers/net/ethernet/stmicro/stmmac/norm_desc.c    | 10 ++--
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  8 ++--
 drivers/net/ethernet/ti/cpsw.c                     |  2 +-
 drivers/nvme/host/core.c                           |  4 +-
 drivers/pci/msi.c                                  |  2 +-
 drivers/pci/pci-driver.c                           | 17 ++++---
 drivers/pci/quirks.c                               | 22 +++++----
 drivers/regulator/core.c                           | 42 +++++------------
 drivers/rpmsg/qcom_glink_native.c                  | 53 +++++++++++++++++-----
 drivers/rpmsg/qcom_glink_smem.c                    |  2 +-
 drivers/scsi/libiscsi.c                            |  4 +-
 drivers/usb/host/xhci-hub.c                        |  8 ++++
 drivers/usb/host/xhci-ring.c                       |  6 +--
 drivers/vfio/pci/vfio_pci_intrs.c                  |  2 +-
 fs/cifs/file.c                                     |  7 +++
 include/linux/netdevice.h                          |  5 ++
 include/linux/time.h                               | 13 ++++++
 include/net/ip.h                                   |  5 ++
 include/net/tcp.h                                  | 18 ++++++--
 net/bridge/br_device.c                             |  6 +++
 net/core/dev.c                                     |  3 +-
 net/core/flow_dissector.c                          |  5 +-
 net/ipv4/devinet.c                                 |  5 --
 net/ipv4/ip_output.c                               | 14 ++++--
 net/ipv4/tcp_output.c                              |  5 +-
 net/openvswitch/conntrack.c                        | 11 +++++
 net/sched/sch_mqprio.c                             |  2 +-
 net/tipc/core.c                                    | 29 ++++++------
 42 files changed, 251 insertions(+), 137 deletions(-)

Comments

Kamal Mostafa Jan. 14, 2020, 9:25 p.m. UTC | #1
Superseded.

 -Kamal

On Fri, Jan 10, 2020 at 03:45:31PM -0800, Kamal Mostafa wrote:
> This pull req includes the following pending Bionic stable patchsets:
> 
> 	Bionic update: upstream stable patchset 2020-01-10
> 		Ported from the following upstream stable releases:
> 			v4.14.160, v4.19.91
> 	https://bugs.launchpad.net/bugs/1859249
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 9ef6667bc68ba91da63d3832bfc0fd319c247625:
> 
>   UBUNTU: SAUCE: Revert "usb: handle warm-reset port requests on hub resume" (2020-01-08 18:38:39 -0300)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic bionic-stable
> 
> for you to fetch changes up to 6fc2035adf27fcc7eab7d7abe7b2629dc3604160:
> 
>   UBUNTU: upstream stable to v4.14.160, v4.19.91 (2020-01-10 15:39:39 -0800)
> 
> ----------------------------------------------------------------
> Aaro Koskinen (1):
>       net: stmmac: use correct DMA buffer size in the RX descriptor
> 
> Aaron Conole (1):
>       openvswitch: support asymmetric conntrack
> 
> Alex Deucher (1):
>       drm/radeon: fix r1xx/r2xx register checker for POT textures
> 
> Alexander Lobakin (1):
>       net: dsa: fix flow dissection on Tx path
> 
> Arun Kumar Neelakantam (2):
>       rpmsg: glink: Fix reuse intents memory leak issue
>       rpmsg: glink: Fix use after free in open_ack TIMEOUT case
> 
> Bart Van Assche (1):
>       scsi: iscsi: Fix a potential deadlock in the timeout handler
> 
> Bjorn Andersson (2):
>       rpmsg: glink: Don't send pending rx_done during remove
>       rpmsg: glink: Free pending deferred work on remove
> 
> Chris Lew (3):
>       rpmsg: glink: Set tail pointer to 0 at end of FIFO
>       rpmsg: glink: Put an extra reference during cleanup
>       rpmsg: glink: Fix rpmsg_register_device err handling
> 
> Dexuan Cui (1):
>       PCI/PM: Always return devices to D0 when thawing
> 
> Dmitry Osipenko (1):
>       ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
> 
> Eric Dumazet (2):
>       tcp: md5: fix potential overestimation of TCP option space
>       inet: protect against too small mtu values.
> 
> George Cherian (1):
>       PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3
> 
> Greg Kroah-Hartman (1):
>       Revert "regulator: Defer init completion for a while after late_initcall"
> 
> Grygorii Strashko (1):
>       net: ethernet: ti: cpsw: fix extra rx interrupt
> 
> Guillaume Nault (3):
>       tcp: fix rejected syncookies due to stale timestamps
>       tcp: tighten acceptance of ACKs not matching a child socket
>       tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()
> 
> Hou Tao (1):
>       dm btree: increase rebalance threshold in __rebalance2()
> 
> Ivan Bornyakov (1):
>       nvme: host: core: fix precedence of ternary operator
> 
> Jian-Hong Pan (1):
>       PCI/MSI: Fix incorrect MSI-X masking on resume
> 
> Jiang Yi (1):
>       vfio/pci: call irq_bypass_unregister_producer() before freeing irq
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v4.14.160, v4.19.91
> 
> Lihua Yao (1):
>       ARM: dts: s3c64xx: Fix init order of clock providers
> 
> Mathias Nyman (1):
>       xhci: fix USB3 device initiated resume race with roothub autosuspend
> 
> Max Filippov (1):
>       xtensa: fix TLB sanity checker
> 
> Mian Yousaf Kaukab (1):
>       net: thunderx: start phy before starting autonegotiation
> 
> Navid Emamdoost (1):
>       dma-buf: Fix memory leak in sync_file_merge()
> 
> Nikolay Aleksandrov (1):
>       net: bridge: deny dev_set_mac_address() when unregistering
> 
> Pavel Shilovsky (1):
>       CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
> 
> Steffen Liebergeld (1):
>       PCI: Fix Intel ACS quirk UPDCR register address
> 
> Taehee Yoo (1):
>       tipc: fix ordering of tipc module init and exit routine
> 
> Vladyslav Tarasiuk (1):
>       mqprio: Fix out-of-bounds access in mqprio_dump
> 
>  arch/arm/boot/dts/s3c6410-mini6410.dts             |  4 ++
>  arch/arm/boot/dts/s3c6410-smdk6410.dts             |  4 ++
>  arch/arm/mach-tegra/reset-handler.S                |  6 +--
>  arch/xtensa/mm/tlb.c                               |  4 +-
>  debian.master/upstream-stable                      |  4 +-
>  drivers/dma-buf/sync_file.c                        |  2 +-
>  drivers/gpu/drm/radeon/r100.c                      |  4 +-
>  drivers/gpu/drm/radeon/r200.c                      |  4 +-
>  drivers/md/persistent-data/dm-btree-remove.c       |  8 +++-
>  drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  2 +-
>  drivers/net/ethernet/stmicro/stmmac/common.h       |  2 +-
>  drivers/net/ethernet/stmicro/stmmac/descs_com.h    | 22 +++++----
>  drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c |  2 +-
>  drivers/net/ethernet/stmicro/stmmac/enh_desc.c     | 10 ++--
>  drivers/net/ethernet/stmicro/stmmac/norm_desc.c    | 10 ++--
>  drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  8 ++--
>  drivers/net/ethernet/ti/cpsw.c                     |  2 +-
>  drivers/nvme/host/core.c                           |  4 +-
>  drivers/pci/msi.c                                  |  2 +-
>  drivers/pci/pci-driver.c                           | 17 ++++---
>  drivers/pci/quirks.c                               | 22 +++++----
>  drivers/regulator/core.c                           | 42 +++++------------
>  drivers/rpmsg/qcom_glink_native.c                  | 53 +++++++++++++++++-----
>  drivers/rpmsg/qcom_glink_smem.c                    |  2 +-
>  drivers/scsi/libiscsi.c                            |  4 +-
>  drivers/usb/host/xhci-hub.c                        |  8 ++++
>  drivers/usb/host/xhci-ring.c                       |  6 +--
>  drivers/vfio/pci/vfio_pci_intrs.c                  |  2 +-
>  fs/cifs/file.c                                     |  7 +++
>  include/linux/netdevice.h                          |  5 ++
>  include/linux/time.h                               | 13 ++++++
>  include/net/ip.h                                   |  5 ++
>  include/net/tcp.h                                  | 18 ++++++--
>  net/bridge/br_device.c                             |  6 +++
>  net/core/dev.c                                     |  3 +-
>  net/core/flow_dissector.c                          |  5 +-
>  net/ipv4/devinet.c                                 |  5 --
>  net/ipv4/ip_output.c                               | 14 ++++--
>  net/ipv4/tcp_output.c                              |  5 +-
>  net/openvswitch/conntrack.c                        | 11 +++++
>  net/sched/sch_mqprio.c                             |  2 +-
>  net/tipc/core.c                                    | 29 ++++++------
>  42 files changed, 251 insertions(+), 137 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team