mbox series

[SRU,Bionic,PULL] Bionic upstream stable patchset 2020-11-17

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

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2020-11-17

Message

Kamal Mostafa Nov. 17, 2020, 7:26 p.m. UTC
This pull request (16 commits) includes the following Bionic stable patchsets:

	Bionic update: upstream stable patchset 2020-11-17
		Ported from the following upstream stable releases:
			v4.19.154
	https://bugs.launchpad.net/bugs/1904613

 -Kamal

-----

The following changes since commit 7886ec2ec7aeb970bde324c79dc809733d36a164:

  btrfs: tree-checker: fix incorrect printk format (2020-11-16 11:35:54 -0500)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2020-11-17

for you to fetch changes up to 8e4b4c3b19e8165d1c1e6d592cb76e49a41c000e:

  UBUNTU: upstream stable to v4.19.154 (2020-11-17 09:52:51 -0800)

----------------------------------------------------------------
Cong Wang (1):
      ip_gre: set dev->hard_header_len and dev->needed_headroom properly

Dan Carpenter (1):
      rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()

Dinghao Liu (2):
      watchdog: Fix memleak in watchdog_cdev_register
      watchdog: Use put_device on error

Francesco Ruggeri (1):
      netfilter: conntrack: connection timeout after re-register

Hauke Mehrtens (1):
      pwm: img: Fix null pointer access in probe

Horia Geantă (1):
      ARM: dts: imx6sl: fix rng node

Jason Gunthorpe (1):
      RDMA/cma: Remove dead code for kernel rdmacm multicast

Jernej Skrabec (1):
      ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix dcdc1 regulator

Kamal Mostafa (1):
      UBUNTU: upstream stable to v4.19.154

Martijn de Gouw (1):
      SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()

Mauro Carvalho Chehab (1):
      usb: dwc3: simple: add support for Hikey 970

Pablo Neira Ayuso (1):
      netfilter: nf_fwd_netdev: clear timestamp in forwarding path

Stephan Gerhold (1):
      arm64: dts: qcom: pm8916: Remove invalid reg size from wcd_codec

Weihang Li (1):
      RDMA/hns: Fix missing sq_sig_type when querying QP

YueHaibing (1):
      memory: omap-gpmc: Fix build error without CONFIG_OF

 arch/arm/boot/dts/imx6sl.dtsi                     |  2 ++
 arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts |  6 ++---
 arch/arm64/boot/dts/qcom/pm8916.dtsi              |  2 +-
 debian.master/upstream-stable                     |  2 +-
 drivers/infiniband/core/cma.c                     | 18 ++++-----------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c        |  1 +
 drivers/memory/omap-gpmc.c                        |  4 ++++
 drivers/pwm/pwm-img.c                             |  3 ++-
 drivers/rpmsg/qcom_smd.c                          | 26 +++++++++++++++-------
 drivers/usb/dwc3/dwc3-of-simple.c                 |  1 +
 drivers/watchdog/watchdog_dev.c                   |  6 +++--
 net/ipv4/ip_gre.c                                 | 15 +++++++++----
 net/netfilter/nf_conntrack_proto_tcp.c            | 19 +++++++++++-----
 net/netfilter/nf_dup_netdev.c                     |  1 +
 net/sunrpc/auth_gss/svcauth_gss.c                 | 27 ++++++++++++++---------
 15 files changed, 83 insertions(+), 50 deletions(-)

Comments

William Breathitt Gray Nov. 18, 2020, 2:26 p.m. UTC | #1
On Tue, Nov 17, 2020 at 11:26:27AM -0800, Kamal Mostafa wrote:
> This pull request (16 commits) includes the following Bionic stable patchsets:
> 
> 	Bionic update: upstream stable patchset 2020-11-17
> 		Ported from the following upstream stable releases:
> 			v4.19.154
> 	https://bugs.launchpad.net/bugs/1904613
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 7886ec2ec7aeb970bde324c79dc809733d36a164:
> 
>   btrfs: tree-checker: fix incorrect printk format (2020-11-16 11:35:54 -0500)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2020-11-17
> 
> for you to fetch changes up to 8e4b4c3b19e8165d1c1e6d592cb76e49a41c000e:
> 
>   UBUNTU: upstream stable to v4.19.154 (2020-11-17 09:52:51 -0800)
> 
> ----------------------------------------------------------------
> Cong Wang (1):
>       ip_gre: set dev->hard_header_len and dev->needed_headroom properly
> 
> Dan Carpenter (1):
>       rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()
> 
> Dinghao Liu (2):
>       watchdog: Fix memleak in watchdog_cdev_register
>       watchdog: Use put_device on error
> 
> Francesco Ruggeri (1):
>       netfilter: conntrack: connection timeout after re-register
> 
> Hauke Mehrtens (1):
>       pwm: img: Fix null pointer access in probe
> 
> Horia Geantă (1):
>       ARM: dts: imx6sl: fix rng node
> 
> Jason Gunthorpe (1):
>       RDMA/cma: Remove dead code for kernel rdmacm multicast
> 
> Jernej Skrabec (1):
>       ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix dcdc1 regulator
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v4.19.154
> 
> Martijn de Gouw (1):
>       SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()
> 
> Mauro Carvalho Chehab (1):
>       usb: dwc3: simple: add support for Hikey 970
> 
> Pablo Neira Ayuso (1):
>       netfilter: nf_fwd_netdev: clear timestamp in forwarding path
> 
> Stephan Gerhold (1):
>       arm64: dts: qcom: pm8916: Remove invalid reg size from wcd_codec
> 
> Weihang Li (1):
>       RDMA/hns: Fix missing sq_sig_type when querying QP
> 
> YueHaibing (1):
>       memory: omap-gpmc: Fix build error without CONFIG_OF
> 
>  arch/arm/boot/dts/imx6sl.dtsi                     |  2 ++
>  arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts |  6 ++---
>  arch/arm64/boot/dts/qcom/pm8916.dtsi              |  2 +-
>  debian.master/upstream-stable                     |  2 +-
>  drivers/infiniband/core/cma.c                     | 18 ++++-----------
>  drivers/infiniband/hw/hns/hns_roce_hw_v2.c        |  1 +
>  drivers/memory/omap-gpmc.c                        |  4 ++++
>  drivers/pwm/pwm-img.c                             |  3 ++-
>  drivers/rpmsg/qcom_smd.c                          | 26 +++++++++++++++-------
>  drivers/usb/dwc3/dwc3-of-simple.c                 |  1 +
>  drivers/watchdog/watchdog_dev.c                   |  6 +++--
>  net/ipv4/ip_gre.c                                 | 15 +++++++++----
>  net/netfilter/nf_conntrack_proto_tcp.c            | 19 +++++++++++-----
>  net/netfilter/nf_dup_netdev.c                     |  1 +
>  net/sunrpc/auth_gss/svcauth_gss.c                 | 27 ++++++++++++++---------
>  15 files changed, 83 insertions(+), 50 deletions(-)

Applied to Bionic:linux.

William Breathitt Gray