mbox series

[SRU,Bionic,PULL] Bionic upstream stable patchset 2021-10-13

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

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2021-10-13

Message

Kamal Mostafa Oct. 13, 2021, 4:39 p.m. UTC
This pull request (28 commits) includes the following Bionic stable patchsets:

	Bionic update: upstream stable patchset 2021-10-13
		Ported from the following upstream stable releases:
			v4.14.248, v4.19.208
	https://bugs.launchpad.net/bugs/1947011

 -Kamal

---

The following changes since commit e8e4e601c2da6de535085c3d50cd66ec73e29f7e:

  UBUNTU: SAUCE: Revert "x86/mm: Don't free P4D table when it is folded at runtime" (2021-10-12 16:16:58 -0600)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2021-10-13

for you to fetch changes up to de3c9b33725ef7184f5089b159b82addb74e7188:

  UBUNTU: upstream stable to v4.14.248, v4.19.208 (2021-10-13 09:19:51 -0700)

----------------------------------------------------------------
Andy Shevchenko (2):
      apparmor: remove duplicate macro list_entry_is_head()
      dmaengine: acpi: Avoid comparison GSI with Linux vIRQ

Christophe Leroy (1):
      crypto: talitos - fix max key size for sha384 and sha512

Cyrill Gorcunov (1):
      prctl: allow to setup brk for et_dyn executables

Dan Carpenter (1):
      thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()

Guenter Roeck (2):
      parisc: Move pci_dev_is_behind_card_dino to where it is used
      drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV

Jeff Layton (1):
      ceph: lockdep annotations for try_nonblocking_invalidate

Johannes Berg (1):
      dmaengine: ioat: depends on !UML

Kamal Mostafa (1):
      UBUNTU: upstream stable to v4.14.248, v4.19.208

Li Jinlin (1):
      blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()

Lukas Bulwahn (1):
      Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH

Marcelo Ricardo Leitner (2):
      sctp: validate chunk size in __rcv_asconf_lookup
      sctp: add param size validation for SCTP_PARAM_SET_PRIMARY

Nanyong Sun (6):
      nilfs2: fix memory leak in nilfs_sysfs_create_device_group
      nilfs2: fix NULL pointer in nilfs_##name##_attr_release
      nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
      nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
      nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
      nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group

Neeraj Upadhyay (1):
      rcu: Fix missed wakeup of exp_wq waiters

Pavel Skripkin (1):
      profiling: fix shift-out-of-bounds bugs

Radhey Shyam Pandey (1):
      dmaengine: xilinx_dma: Set DMA mask for coherent APIs

Thomas Gleixner (1):
      drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()

Uwe Kleine-König (2):
      pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was registered
      pwm: rockchip: Don't modify HW state in .remove() callback

Xie Yongji (1):
      9p/trans_virtio: Remove sysfs file on probe failure

Zhen Lei (1):
      nilfs2: use refcount_dec_and_lock() to fix potential UAF

 arch/arm64/kernel/cacheinfo.c                     |  7 ++----
 arch/mips/kernel/cacheinfo.c                      |  7 ++----
 arch/riscv/kernel/cacheinfo.c                     |  7 ++----
 arch/x86/kernel/cpu/cacheinfo.c                   |  7 ++----
 block/blk-throttle.c                              |  1 +
 debian.master/upstream-stable                     |  4 ++--
 drivers/crypto/talitos.c                          |  2 +-
 drivers/dma/Kconfig                               |  2 +-
 drivers/dma/acpi-dma.c                            | 10 ++++++---
 drivers/dma/xilinx/xilinx_dma.c                   |  2 +-
 drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c |  2 +-
 drivers/parisc/dino.c                             | 18 ++++++++--------
 drivers/pwm/pwm-lpc32xx.c                         | 10 ++++-----
 drivers/pwm/pwm-rockchip.c                        | 14 ------------
 drivers/thermal/samsung/exynos_tmu.c              |  1 +
 fs/ceph/caps.c                                    |  2 ++
 fs/nilfs2/sysfs.c                                 | 26 ++++++++++-------------
 fs/nilfs2/the_nilfs.c                             |  9 ++++----
 include/linux/cacheinfo.h                         | 18 ----------------
 kernel/profile.c                                  | 21 +++++++++---------
 kernel/rcu/tree_exp.h                             |  2 +-
 kernel/sys.c                                      |  7 ------
 lib/Kconfig.debug                                 |  1 -
 net/9p/trans_virtio.c                             |  4 +++-
 net/sctp/input.c                                  |  3 +++
 net/sctp/sm_make_chunk.c                          | 13 +++++++++---
 security/apparmor/apparmorfs.c                    |  3 ---
 27 files changed, 82 insertions(+), 121 deletions(-)

Comments

Kelsey Skunberg Oct. 13, 2021, 11:33 p.m. UTC | #1
On 2021-10-13 09:39:36 , Kamal Mostafa wrote:
> This pull request (28 commits) includes the following Bionic stable patchsets:
> 
> 	Bionic update: upstream stable patchset 2021-10-13
> 		Ported from the following upstream stable releases:
> 			v4.14.248, v4.19.208
> 	https://bugs.launchpad.net/bugs/1947011
> 
>  -Kamal
> 
> ---
> 
> The following changes since commit e8e4e601c2da6de535085c3d50cd66ec73e29f7e:
> 
>   UBUNTU: SAUCE: Revert "x86/mm: Don't free P4D table when it is folded at runtime" (2021-10-12 16:16:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git tags/bionic-stable-2021-10-13
> 
> for you to fetch changes up to de3c9b33725ef7184f5089b159b82addb74e7188:
> 
>   UBUNTU: upstream stable to v4.14.248, v4.19.208 (2021-10-13 09:19:51 -0700)
> 
> ----------------------------------------------------------------
> Andy Shevchenko (2):
>       apparmor: remove duplicate macro list_entry_is_head()
>       dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
> 
> Christophe Leroy (1):
>       crypto: talitos - fix max key size for sha384 and sha512
> 
> Cyrill Gorcunov (1):
>       prctl: allow to setup brk for et_dyn executables
> 
> Dan Carpenter (1):
>       thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
> 
> Guenter Roeck (2):
>       parisc: Move pci_dev_is_behind_card_dino to where it is used
>       drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV
> 
> Jeff Layton (1):
>       ceph: lockdep annotations for try_nonblocking_invalidate
> 
> Johannes Berg (1):
>       dmaengine: ioat: depends on !UML
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v4.14.248, v4.19.208
> 
> Li Jinlin (1):
>       blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
> 
> Lukas Bulwahn (1):
>       Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
> 
> Marcelo Ricardo Leitner (2):
>       sctp: validate chunk size in __rcv_asconf_lookup
>       sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
> 
> Nanyong Sun (6):
>       nilfs2: fix memory leak in nilfs_sysfs_create_device_group
>       nilfs2: fix NULL pointer in nilfs_##name##_attr_release
>       nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
>       nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
>       nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
>       nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
> 
> Neeraj Upadhyay (1):
>       rcu: Fix missed wakeup of exp_wq waiters
> 
> Pavel Skripkin (1):
>       profiling: fix shift-out-of-bounds bugs
> 
> Radhey Shyam Pandey (1):
>       dmaengine: xilinx_dma: Set DMA mask for coherent APIs
> 
> Thomas Gleixner (1):
>       drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
> 
> Uwe Kleine-König (2):
>       pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was registered
>       pwm: rockchip: Don't modify HW state in .remove() callback
> 
> Xie Yongji (1):
>       9p/trans_virtio: Remove sysfs file on probe failure
> 
> Zhen Lei (1):
>       nilfs2: use refcount_dec_and_lock() to fix potential UAF
> 
>  arch/arm64/kernel/cacheinfo.c                     |  7 ++----
>  arch/mips/kernel/cacheinfo.c                      |  7 ++----
>  arch/riscv/kernel/cacheinfo.c                     |  7 ++----
>  arch/x86/kernel/cpu/cacheinfo.c                   |  7 ++----
>  block/blk-throttle.c                              |  1 +
>  debian.master/upstream-stable                     |  4 ++--
>  drivers/crypto/talitos.c                          |  2 +-
>  drivers/dma/Kconfig                               |  2 +-
>  drivers/dma/acpi-dma.c                            | 10 ++++++---
>  drivers/dma/xilinx/xilinx_dma.c                   |  2 +-
>  drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c |  2 +-
>  drivers/parisc/dino.c                             | 18 ++++++++--------
>  drivers/pwm/pwm-lpc32xx.c                         | 10 ++++-----
>  drivers/pwm/pwm-rockchip.c                        | 14 ------------
>  drivers/thermal/samsung/exynos_tmu.c              |  1 +
>  fs/ceph/caps.c                                    |  2 ++
>  fs/nilfs2/sysfs.c                                 | 26 ++++++++++-------------
>  fs/nilfs2/the_nilfs.c                             |  9 ++++----
>  include/linux/cacheinfo.h                         | 18 ----------------
>  kernel/profile.c                                  | 21 +++++++++---------
>  kernel/rcu/tree_exp.h                             |  2 +-
>  kernel/sys.c                                      |  7 ------
>  lib/Kconfig.debug                                 |  1 -
>  net/9p/trans_virtio.c                             |  4 +++-
>  net/sctp/input.c                                  |  3 +++
>  net/sctp/sm_make_chunk.c                          | 13 +++++++++---
>  security/apparmor/apparmorfs.c                    |  3 ---
>  27 files changed, 82 insertions(+), 121 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team