mbox series

[SRU,Xenial,PULL] Xenial update: v4.4.253 upstream stable release

Message ID 20210204205439.17275-1-kamal@canonical.com
State New
Headers show
Series [SRU,Xenial,PULL] Xenial update: v4.4.253 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.253

Message

Kamal Mostafa Feb. 4, 2021, 8:54 p.m. UTC
This pull request (31 commits) includes the following Xenial stable patchsets:

	Xenial update: v4.4.253 upstream stable release
	https://bugs.launchpad.net/bugs/1914647

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/xenial-stable-v4.4.xx reference:

   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git stable-next

 -Kamal

-----

The following changes since commit 4c0e7b68b62451bc8ad1a509804f39a87d0d5767:

  UBUNTU: upstream stable to v4.4.252 (2021-02-04 11:25:41 -0800)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.253

for you to fetch changes up to c5887525f05cbf95b37767b438e94d2a8f3752a9:

  UBUNTU: upstream stable to v4.4.253 (2021-02-04 11:33:54 -0800)

----------------------------------------------------------------
Al Viro (1):
      dump_common_audit_data(): fix racy accesses to ->d_name

Andrey Zhizhikin (1):
      rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request

Arnd Bergmann (2):
      misdn: dsp: select CONFIG_BITREVERSE
      ARM: picoxcell: fix missing interrupt-parent properties

David Howells (1):
      rxrpc: Fix handling of an unsupported token type in rxrpc_read()

Dinghao Liu (1):
      RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp

Dmitry Torokhov (1):
      Input: uinput - avoid FF flush when destroying device

Eric Dumazet (1):
      net: avoid 32 x truesize under-estimation for tiny skbs

Greg Kroah-Hartman (1):
      Linux 4.4.253

Hamish Martin (1):
      usb: ohci: Make distrust_firmware param default to false

J. Bruce Fields (1):
      nfsd4: readdirplus shouldn't return parent of export

Jakub Kicinski (1):
      net: sit: unregister_netdevice on newlink's error path

Jan Kara (1):
      ext4: fix superblock checksum failure when setting password salt

Jann Horn (1):
      mm, slub: consider rest of partial list if acquire_slab() fails

Jouni K. Seppänen (1):
      net: cdc_ncm: correct overhead in delayed_ndp_size

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

Manish Chopra (1):
      netxen_nic: fix MSI/MSI-x interrupts

Masahiro Yamada (1):
      ARC: build: add boot_targets to PHONY

Miaohe Lin (1):
      mm/hugetlb: fix potential missing huge page size info

Michael Ellerman (1):
      net: ethernet: fs_enet: Add missing MODULE_LICENSE

Michael Hennerich (1):
      spi: cadence: cache reference clock rate during probe

Nuno Sá (1):
      iio: buffer: Fix demux update

Petr Machata (2):
      net: dcb: Validate netlink message in DCB handler
      net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands

Randy Dunlap (1):
      arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC

Rasmus Villemoes (1):
      ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram

Shawn Guo (1):
      ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI

Thomas Hebb (1):
      ASoC: dapm: remove widget from dirty list on free

Trond Myklebust (1):
      NFS: nfs_igrab_and_active must first reference the superblock

j.nixdorf@avm.de (1):
      net: sunrpc: interpret the return value of kstrtou32 correctly

yangerkun (1):
      ext4: fix bug for rename with RENAME_WHITEOUT

 Makefile                                             |  2 +-
 arch/arc/Makefile                                    |  1 +
 arch/arc/include/asm/page.h                          |  1 +
 arch/arm/boot/dts/picoxcell-pc3x2.dtsi               |  4 ++++
 debian.master/upstream-stable                        |  2 +-
 drivers/iio/industrialio-buffer.c                    |  6 +++---
 drivers/infiniband/hw/usnic/usnic_ib_verbs.c         |  3 +++
 drivers/input/ff-core.c                              | 13 ++++++++++---
 drivers/input/misc/uinput.c                          | 18 ++++++++++++++++++
 drivers/isdn/mISDN/Kconfig                           |  1 +
 drivers/net/ethernet/freescale/fs_enet/mii-bitbang.c |  1 +
 drivers/net/ethernet/freescale/fs_enet/mii-fec.c     |  1 +
 drivers/net/ethernet/freescale/ucc_geth.h            |  9 ++++++++-
 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c |  7 +------
 drivers/net/usb/cdc_ncm.c                            |  8 ++++++--
 drivers/net/usb/rndis_host.c                         |  2 +-
 drivers/spi/spi-cadence.c                            |  6 ++++--
 drivers/usb/host/ohci-hcd.c                          |  2 +-
 fs/ext4/ioctl.c                                      |  3 +++
 fs/ext4/namei.c                                      | 16 +++++++++-------
 fs/nfs/internal.h                                    | 12 +++++++-----
 fs/nfsd/nfs3xdr.c                                    |  7 ++++++-
 include/linux/acpi.h                                 |  7 +++++++
 include/linux/input.h                                |  1 +
 mm/hugetlb.c                                         |  2 +-
 mm/slub.c                                            |  2 +-
 net/core/skbuff.c                                    |  9 +++++++--
 net/dcb/dcbnl.c                                      |  2 ++
 net/ipv6/sit.c                                       |  5 ++++-
 net/rxrpc/ar-key.c                                   |  6 ++++--
 net/sunrpc/addr.c                                    |  2 +-
 security/lsm_audit.c                                 |  7 +++++--
 sound/soc/soc-dapm.c                                 |  1 +
 33 files changed, 125 insertions(+), 44 deletions(-)

Comments

William Breathitt Gray Feb. 5, 2021, 12:51 p.m. UTC | #1
On Thu, Feb 04, 2021 at 12:54:39PM -0800, Kamal Mostafa wrote:
> This pull request (31 commits) includes the following Xenial stable patchsets:
> 
> 	Xenial update: v4.4.253 upstream stable release
> 	https://bugs.launchpad.net/bugs/1914647
> 
> 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/xenial-stable-v4.4.xx reference:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git stable-next
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 4c0e7b68b62451bc8ad1a509804f39a87d0d5767:
> 
>   UBUNTU: upstream stable to v4.4.252 (2021-02-04 11:25:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.253
> 
> for you to fetch changes up to c5887525f05cbf95b37767b438e94d2a8f3752a9:
> 
>   UBUNTU: upstream stable to v4.4.253 (2021-02-04 11:33:54 -0800)
> 
> ----------------------------------------------------------------
> Al Viro (1):
>       dump_common_audit_data(): fix racy accesses to ->d_name
> 
> Andrey Zhizhikin (1):
>       rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
> 
> Arnd Bergmann (2):
>       misdn: dsp: select CONFIG_BITREVERSE
>       ARM: picoxcell: fix missing interrupt-parent properties
> 
> David Howells (1):
>       rxrpc: Fix handling of an unsupported token type in rxrpc_read()
> 
> Dinghao Liu (1):
>       RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
> 
> Dmitry Torokhov (1):
>       Input: uinput - avoid FF flush when destroying device
> 
> Eric Dumazet (1):
>       net: avoid 32 x truesize under-estimation for tiny skbs
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.253
> 
> Hamish Martin (1):
>       usb: ohci: Make distrust_firmware param default to false
> 
> J. Bruce Fields (1):
>       nfsd4: readdirplus shouldn't return parent of export
> 
> Jakub Kicinski (1):
>       net: sit: unregister_netdevice on newlink's error path
> 
> Jan Kara (1):
>       ext4: fix superblock checksum failure when setting password salt
> 
> Jann Horn (1):
>       mm, slub: consider rest of partial list if acquire_slab() fails
> 
> Jouni K. Seppänen (1):
>       net: cdc_ncm: correct overhead in delayed_ndp_size
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v4.4.253
> 
> Manish Chopra (1):
>       netxen_nic: fix MSI/MSI-x interrupts
> 
> Masahiro Yamada (1):
>       ARC: build: add boot_targets to PHONY
> 
> Miaohe Lin (1):
>       mm/hugetlb: fix potential missing huge page size info
> 
> Michael Ellerman (1):
>       net: ethernet: fs_enet: Add missing MODULE_LICENSE
> 
> Michael Hennerich (1):
>       spi: cadence: cache reference clock rate during probe
> 
> Nuno Sá (1):
>       iio: buffer: Fix demux update
> 
> Petr Machata (2):
>       net: dcb: Validate netlink message in DCB handler
>       net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
> 
> Randy Dunlap (1):
>       arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
> 
> Rasmus Villemoes (1):
>       ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
> 
> Shawn Guo (1):
>       ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
> 
> Thomas Hebb (1):
>       ASoC: dapm: remove widget from dirty list on free
> 
> Trond Myklebust (1):
>       NFS: nfs_igrab_and_active must first reference the superblock
> 
> j.nixdorf@avm.de (1):
>       net: sunrpc: interpret the return value of kstrtou32 correctly
> 
> yangerkun (1):
>       ext4: fix bug for rename with RENAME_WHITEOUT
> 
>  Makefile                                             |  2 +-
>  arch/arc/Makefile                                    |  1 +
>  arch/arc/include/asm/page.h                          |  1 +
>  arch/arm/boot/dts/picoxcell-pc3x2.dtsi               |  4 ++++
>  debian.master/upstream-stable                        |  2 +-
>  drivers/iio/industrialio-buffer.c                    |  6 +++---
>  drivers/infiniband/hw/usnic/usnic_ib_verbs.c         |  3 +++
>  drivers/input/ff-core.c                              | 13 ++++++++++---
>  drivers/input/misc/uinput.c                          | 18 ++++++++++++++++++
>  drivers/isdn/mISDN/Kconfig                           |  1 +
>  drivers/net/ethernet/freescale/fs_enet/mii-bitbang.c |  1 +
>  drivers/net/ethernet/freescale/fs_enet/mii-fec.c     |  1 +
>  drivers/net/ethernet/freescale/ucc_geth.h            |  9 ++++++++-
>  drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c |  7 +------
>  drivers/net/usb/cdc_ncm.c                            |  8 ++++++--
>  drivers/net/usb/rndis_host.c                         |  2 +-
>  drivers/spi/spi-cadence.c                            |  6 ++++--
>  drivers/usb/host/ohci-hcd.c                          |  2 +-
>  fs/ext4/ioctl.c                                      |  3 +++
>  fs/ext4/namei.c                                      | 16 +++++++++-------
>  fs/nfs/internal.h                                    | 12 +++++++-----
>  fs/nfsd/nfs3xdr.c                                    |  7 ++++++-
>  include/linux/acpi.h                                 |  7 +++++++
>  include/linux/input.h                                |  1 +
>  mm/hugetlb.c                                         |  2 +-
>  mm/slub.c                                            |  2 +-
>  net/core/skbuff.c                                    |  9 +++++++--
>  net/dcb/dcbnl.c                                      |  2 ++
>  net/ipv6/sit.c                                       |  5 ++++-
>  net/rxrpc/ar-key.c                                   |  6 ++++--
>  net/sunrpc/addr.c                                    |  2 +-
>  security/lsm_audit.c                                 |  7 +++++--
>  sound/soc/soc-dapm.c                                 |  1 +
>  33 files changed, 125 insertions(+), 44 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Applied to xenial:linux/master-next.

William Breathitt Gray