From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D030C433ED for ; Thu, 15 Apr 2021 15:03:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 285FC613B7 for ; Thu, 15 Apr 2021 15:03:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233812AbhDOPDb (ORCPT ); Thu, 15 Apr 2021 11:03:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:44862 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235255AbhDOPAm (ORCPT ); Thu, 15 Apr 2021 11:00:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2471B613E3; Thu, 15 Apr 2021 14:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618498602; bh=jLImaHg4yqnfp7A1shLC9L6yxSwaOLerhXp+12rAMmE=; h=From:To:Cc:Subject:Date:From; b=e86LUz8On3/Wy5P5RlVyj7tiVwXs/g3alH40gznoIee2MEEUOUKmOFHMVzdRvE/vW aoxTJZIwcjTbS5W3ufTSHZt/L4/kkmuwYT46dMx4NwlbolgPCnXeUkAUHbuH/xI0e9 BAZqAHCy+vGMrzhyUvaDfYxGnqXci0vjciKQLleU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: [PATCH 5.4 00/18] 5.4.113-rc1 review Date: Thu, 15 Apr 2021 16:47:53 +0200 Message-Id: <20210415144413.055232956@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.113-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.113-rc1 X-KernelTest-Deadline: 2021-04-17T14:44+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.4.113 release. There are 18 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat, 17 Apr 2021 14:44:01 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.113-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.113-rc1 Juergen Gross xen/events: fix setting irq affinity Arnaldo Carvalho de Melo perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches Chris Wilson perf tools: Use %zd for size_t printf formats on 32-bit Jiri Olsa perf tools: Use %define api.pure full instead of %pure-parser Saravana Kannan driver core: Fix locking bug in deferred_probe_timeout_work_func() Florian Westphal netfilter: x_tables: fix compat match/target pad out-of-bound write Pavel Begunkov block: don't ignore REQ_NOWAIT for direct IO Zihao Yu riscv,entry: fix misaligned base for excp_vect_table Matthew Wilcox (Oracle) idr test suite: Create anchor before launching throbber Matthew Wilcox (Oracle) idr test suite: Take RCU read lock in idr_find_test_1 Matthew Wilcox (Oracle) radix tree test suite: Register the main thread with the RCU library Yufen Yu block: only update parent bi_status when bio fail Dmitry Osipenko drm/tegra: dc: Don't set PLL clock to 0Hz Bob Peterson gfs2: report "already frozen/thawed" errors Arnd Bergmann drm/imx: imx-ldb: fix out of bounds array access warning Suzuki K Poulose KVM: arm64: Disable guest access to trace filter controls Suzuki K Poulose KVM: arm64: Hide system instruction access to Trace registers Jia-Ju Bai interconnect: core: fix error return code of icc_link_destroy() ------------- Diffstat: Makefile | 4 ++-- 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 +- 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 ++ 25 files changed, 69 insertions(+), 36 deletions(-)