[SRU][Bionic][PULL] Bionic upstream stable patchset 2020-04-15

Kamal Mostafa kamal at canonical.com
Wed Apr 15 17:55:35 UTC 2020


This pull request (46 commits) includes the following Bionic stable patchsets:

	Bionic update: upstream stable patchset 2020-04-15
		Ported from the following upstream stable releases:
			v4.14.176, v4.19.115
	https://bugs.launchpad.net/bugs/1873043

 -Kamal

-----

The following changes since commit 8561dd1286e60c2a33890df04a14af9279554bc3:

  UBUNTU: Ubuntu-4.15.0-97.98 (2020-04-07 11:01:18 +0200)

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

  UBUNTU: upstream stable to v4.14.176, v4.19.115 (2020-04-15 09:15:07 -0700)

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: me: add cedar fork device ids

Arun KS (1):
      arm64: Fix size of __early_cpu_boot_status

Avihai Horon (1):
      RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow

Chris Lew (1):
      rpmsg: glink: Remove chunk size word align warning

Daniel Jordan (1):
      padata: always acquire cpu_hotplug_lock before pinst->lock

David Ahern (1):
      tools/accounting/getdelays.c: fix netlink attribute length

David Howells (1):
      rxrpc: Fix sendmsg(MSG_WAITALL) handling

Eugene Syromiatnikov (1):
      coresight: do not use the BIT() macro in the UAPI header

Eugeniy Paltsev (1):
      initramfs: restore default compression behavior

Florian Fainelli (1):
      net: dsa: bcm_sf2: Ensure correct sub-node is parsed

Gerd Hoffmann (1):
      drm/bochs: downgrade pci_request_region failure from error to warning

Hans Verkuil (1):
      drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()

Hans de Goede (1):
      power: supply: axp288_charger: Add special handling for HP Pavilion x2 10

Ilya Dryomov (1):
      ceph: canonicalize server path in place

Jarod Wilson (1):
      ipv6: don't auto-add link-local address to lag ports

Jason A. Donenfeld (1):
      random: always use batched entropy for get_random_u{32,64}

Jason Gunthorpe (2):
      RDMA/ucma: Put a lock around every call to the rdma_cm layer
      RDMA/cma: Teach lockdep about the order of rtnl and lock

Jianchao Wang (1):
      blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter

Jisheng Zhang (1):
      net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting

Kaike Wan (2):
      IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
      IB/hfi1: Fix memory leaks in sysfs registration and unregistration

Kamal Mostafa (1):
      UBUNTU: upstream stable to v4.14.176, v4.19.115

Keith Busch (1):
      blk-mq: Allow blocking queue tag iter callbacks

Kishon Vijay Abraham I (1):
      misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices

Len Brown (1):
      tools/power turbostat: Fix gcc build warnings

Lucas Stach (1):
      drm/etnaviv: replace MMU flush marker with flush sequence

Marcelo Ricardo Leitner (1):
      sctp: fix possibly using a bad saddr with a given dst

Martin Kaiser (1):
      hwrng: imx-rngc - fix an error path

Miklos Szeredi (1):
      bitops: protect variables in set_mask_bits() macro

Oleksij Rempel (1):
      net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before accessing PHY registers

Paul Cercueil (1):
      ASoC: jz4740-i2s: Fix divider written at incorrect offset in register

Petr Machata (1):
      mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE

Qian Cai (1):
      ipv4: fix a RCU-list lock in fib_triestat_seq_show

Qiujun Huang (3):
      sctp: fix refcount bug in sctp_wfree
      Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
      fbcon: fix null-ptr-deref in fbcon_switch

Randy Dunlap (1):
      mm: mempolicy: require at least one nodeid for MPOL_PREFERRED

Richard Palethorpe (1):
      slcan: Don't transmit uninitialized stack data in padding

Rob Clark (2):
      drm/msm: stop abusing dma_map/unmap for cache
      drm/msm: Use the correct dma_sync calls in msm_gem

Roger Quadros (1):
      usb: dwc3: don't set gadget->is_otg flag

Taniya Das (1):
      clk: qcom: rcg: Return failure for RCG update

William Dauchy (1):
      net, ip_tunnel: fix interface lookup with no key

Xiubo Li (1):
      ceph: remove the extra slashes in the server path

YueHaibing (1):
      misc: rtsx: set correct pcr_ops for rts522A

 arch/arm64/kernel/head.S                           |  2 +-
 block/blk-mq-tag.c                                 |  9 +++-
 block/blk-mq.c                                     |  4 ++
 debian.master/upstream-stable                      |  4 +-
 drivers/char/hw_random/imx-rngc.c                  |  4 +-
 drivers/char/random.c                              | 20 ++------
 drivers/clk/qcom/clk-rcg2.c                        |  2 +-
 drivers/gpu/drm/bochs/bochs_hw.c                   |  6 +--
 drivers/gpu/drm/drm_dp_mst_topology.c              |  1 +
 drivers/gpu/drm/etnaviv/etnaviv_buffer.c           | 10 ++--
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c              |  2 +-
 drivers/gpu/drm/etnaviv/etnaviv_gpu.h              |  1 +
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c              |  8 +--
 drivers/gpu/drm/etnaviv/etnaviv_mmu.h              |  2 +-
 drivers/gpu/drm/msm/msm_gem.c                      | 47 ++++++++++++++++--
 drivers/infiniband/core/cma.c                      | 14 ++++++
 drivers/infiniband/core/ucma.c                     | 49 ++++++++++++++++++-
 drivers/infiniband/hw/hfi1/sysfs.c                 | 26 +++++++---
 drivers/misc/cardreader/rts5227.c                  |  1 +
 drivers/misc/mei/hw-me-regs.h                      |  2 +
 drivers/misc/mei/pci-me.c                          |  2 +
 drivers/misc/pci_endpoint_test.c                   |  2 +-
 drivers/net/can/slcan.c                            |  4 +-
 drivers/net/dsa/bcm_sf2.c                          |  7 ++-
 .../net/ethernet/mellanox/mlxsw/spectrum_flower.c  |  8 +--
 .../net/ethernet/stmicro/stmmac/dwmac1000_core.c   |  2 +-
 drivers/net/phy/micrel.c                           |  7 +++
 drivers/power/supply/axp288_charger.c              | 57 +++++++++++++++++++++-
 drivers/rpmsg/qcom_glink_native.c                  |  3 --
 drivers/usb/dwc3/gadget.c                          |  1 -
 drivers/video/fbdev/core/fbcon.c                   |  3 ++
 fs/ceph/super.c                                    | 56 +++++++++++++--------
 fs/ceph/super.h                                    |  2 +-
 include/linux/bitops.h                             | 14 +++---
 include/uapi/linux/coresight-stm.h                 |  6 ++-
 kernel/padata.c                                    |  4 +-
 mm/mempolicy.c                                     |  6 ++-
 net/bluetooth/rfcomm/tty.c                         |  4 +-
 net/ipv4/fib_trie.c                                |  3 ++
 net/ipv4/ip_tunnel.c                               |  6 +--
 net/ipv6/addrconf.c                                |  4 ++
 net/rxrpc/sendmsg.c                                |  4 +-
 net/sctp/ipv6.c                                    | 20 +++++---
 net/sctp/protocol.c                                | 28 +++++++----
 net/sctp/socket.c                                  | 31 +++++++++---
 sound/soc/jz4740/jz4740-i2s.c                      |  2 +-
 tools/accounting/getdelays.c                       |  2 +-
 tools/power/x86/turbostat/turbostat.c              |  4 +-
 usr/Kconfig                                        | 22 ++++-----
 49 files changed, 384 insertions(+), 144 deletions(-)



More information about the kernel-team mailing list