mbox series

[SRU,Focal,PULL] Focal update: v5.4.113 upstream stable release

Message ID 20210428184420.7683-1-kamal@canonical.com
State New
Headers show
Series [SRU,Focal,PULL] Focal update: v5.4.113 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git focal-stable-v5.4.113

Message

Kamal Mostafa April 28, 2021, 6:44 p.m. UTC
This pull request (20 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.113 upstream stable release
	https://bugs.launchpad.net/bugs/1926490

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/focal-stable-v5.4.xx reference:

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

 -Kamal

-----

The following changes since commit 6e47fff24b587449a9e8b7b0eb71e21905e702b8:

  UBUNTU: upstream stable to v5.4.112 (2021-04-28 10:34:50 -0700)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git focal-stable-v5.4.113

for you to fetch changes up to 31872a26ab111a81f42db9ef7f93c904ad3288c2:

  UBUNTU: upstream stable to v5.4.113 (2021-04-28 11:00:00 -0700)

----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
      perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches

Arnd Bergmann (1):
      drm/imx: imx-ldb: fix out of bounds array access warning

Bob Peterson (1):
      gfs2: report "already frozen/thawed" errors

Chris Wilson (1):
      perf tools: Use %zd for size_t printf formats on 32-bit

Dmitry Osipenko (1):
      drm/tegra: dc: Don't set PLL clock to 0Hz

Florian Westphal (1):
      netfilter: x_tables: fix compat match/target pad out-of-bound write

Greg Kroah-Hartman (1):
      Linux 5.4.113

Jia-Ju Bai (1):
      interconnect: core: fix error return code of icc_link_destroy()

Jiri Olsa (1):
      perf tools: Use %define api.pure full instead of %pure-parser

Juergen Gross (1):
      xen/events: fix setting irq affinity

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.4.113

Matthew Wilcox (Oracle) (3):
      radix tree test suite: Register the main thread with the RCU library
      idr test suite: Take RCU read lock in idr_find_test_1
      idr test suite: Create anchor before launching throbber

Pavel Begunkov (1):
      block: don't ignore REQ_NOWAIT for direct IO

Saravana Kannan (1):
      driver core: Fix locking bug in deferred_probe_timeout_work_func()

Suzuki K Poulose (2):
      KVM: arm64: Hide system instruction access to Trace registers
      KVM: arm64: Disable guest access to trace filter controls

Yufen Yu (1):
      block: only update parent bi_status when bio fail

Zihao Yu (1):
      riscv,entry: fix misaligned base for excp_vect_table

 Makefile                              |  2 +-
 arch/arm64/include/asm/kvm_arm.h      |  1 +
 arch/arm64/kernel/cpufeature.c        |  1 -
 arch/arm64/kvm/debug.c                |  2 ++
 arch/riscv/kernel/entry.S             |  1 +
 block/bio.c                           |  2 +-
 debian.master/upstream-stable         |  2 +-
 drivers/base/dd.c                     |  8 +++++---
 drivers/gpu/drm/imx/imx-ldb.c         | 10 ++++++++++
 drivers/gpu/drm/tegra/dc.c            | 10 +++++-----
 drivers/interconnect/core.c           |  2 ++
 drivers/xen/events/events_base.c      |  4 ++--
 fs/block_dev.c                        |  4 ++++
 fs/gfs2/super.c                       | 10 ++++++----
 net/ipv4/netfilter/arp_tables.c       |  2 ++
 net/ipv4/netfilter/ip_tables.c        |  2 ++
 net/ipv6/netfilter/ip6_tables.c       |  2 ++
 net/netfilter/x_tables.c              | 10 ++--------
 tools/perf/util/expr.y                |  3 ++-
 tools/perf/util/map.c                 |  7 +++----
 tools/perf/util/parse-events.y        |  2 +-
 tools/perf/util/session.c             |  2 +-
 tools/perf/util/zstd.c                |  2 +-
 tools/testing/radix-tree/idr-test.c   | 10 ++++++++--
 tools/testing/radix-tree/multiorder.c |  2 ++
 tools/testing/radix-tree/xarray.c     |  2 ++
 26 files changed, 69 insertions(+), 36 deletions(-)

Comments

Stefan Bader May 4, 2021, 2:12 p.m. UTC | #1
On 28.04.21 20:44, Kamal Mostafa wrote:
> This pull request (20 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.113 upstream stable release
> 	https://bugs.launchpad.net/bugs/1926490
> 
> 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/focal-stable-v5.4.xx reference:
> 
>     git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next
> 
>   -Kamal
> 
> -----
> 
> The following changes since commit 6e47fff24b587449a9e8b7b0eb71e21905e702b8:
> 
>    UBUNTU: upstream stable to v5.4.112 (2021-04-28 10:34:50 -0700)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git focal-stable-v5.4.113
> 
> for you to fetch changes up to 31872a26ab111a81f42db9ef7f93c904ad3288c2:
> 
>    UBUNTU: upstream stable to v5.4.113 (2021-04-28 11:00:00 -0700)
> 
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (1):
>        perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches
> 
> Arnd Bergmann (1):
>        drm/imx: imx-ldb: fix out of bounds array access warning
> 
> Bob Peterson (1):
>        gfs2: report "already frozen/thawed" errors
> 
> Chris Wilson (1):
>        perf tools: Use %zd for size_t printf formats on 32-bit
> 
> Dmitry Osipenko (1):
>        drm/tegra: dc: Don't set PLL clock to 0Hz
> 
> Florian Westphal (1):
>        netfilter: x_tables: fix compat match/target pad out-of-bound write
> 
> Greg Kroah-Hartman (1):
>        Linux 5.4.113
> 
> Jia-Ju Bai (1):
>        interconnect: core: fix error return code of icc_link_destroy()
> 
> Jiri Olsa (1):
>        perf tools: Use %define api.pure full instead of %pure-parser
> 
> Juergen Gross (1):
>        xen/events: fix setting irq affinity
> 
> Kamal Mostafa (1):
>        UBUNTU: upstream stable to v5.4.113
> 
> Matthew Wilcox (Oracle) (3):
>        radix tree test suite: Register the main thread with the RCU library
>        idr test suite: Take RCU read lock in idr_find_test_1
>        idr test suite: Create anchor before launching throbber
> 
> Pavel Begunkov (1):
>        block: don't ignore REQ_NOWAIT for direct IO
> 
> Saravana Kannan (1):
>        driver core: Fix locking bug in deferred_probe_timeout_work_func()
> 
> Suzuki K Poulose (2):
>        KVM: arm64: Hide system instruction access to Trace registers
>        KVM: arm64: Disable guest access to trace filter controls
> 
> Yufen Yu (1):
>        block: only update parent bi_status when bio fail
> 
> Zihao Yu (1):
>        riscv,entry: fix misaligned base for excp_vect_table
> 
>   Makefile                              |  2 +-
>   arch/arm64/include/asm/kvm_arm.h      |  1 +
>   arch/arm64/kernel/cpufeature.c        |  1 -
>   arch/arm64/kvm/debug.c                |  2 ++
>   arch/riscv/kernel/entry.S             |  1 +
>   block/bio.c                           |  2 +-
>   debian.master/upstream-stable         |  2 +-
>   drivers/base/dd.c                     |  8 +++++---
>   drivers/gpu/drm/imx/imx-ldb.c         | 10 ++++++++++
>   drivers/gpu/drm/tegra/dc.c            | 10 +++++-----
>   drivers/interconnect/core.c           |  2 ++
>   drivers/xen/events/events_base.c      |  4 ++--
>   fs/block_dev.c                        |  4 ++++
>   fs/gfs2/super.c                       | 10 ++++++----
>   net/ipv4/netfilter/arp_tables.c       |  2 ++
>   net/ipv4/netfilter/ip_tables.c        |  2 ++
>   net/ipv6/netfilter/ip6_tables.c       |  2 ++
>   net/netfilter/x_tables.c              | 10 ++--------
>   tools/perf/util/expr.y                |  3 ++-
>   tools/perf/util/map.c                 |  7 +++----
>   tools/perf/util/parse-events.y        |  2 +-
>   tools/perf/util/session.c             |  2 +-
>   tools/perf/util/zstd.c                |  2 +-
>   tools/testing/radix-tree/idr-test.c   | 10 ++++++++--
>   tools/testing/radix-tree/multiorder.c |  2 ++
>   tools/testing/radix-tree/xarray.c     |  2 ++
>   26 files changed, 69 insertions(+), 36 deletions(-)
> 
Applied to focal:linux/master-next. Thanks.

-Stefan