From patchwork Tue Feb 9 20:13:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1438661 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DZvGn4DgMz9sCD; Wed, 10 Feb 2021 07:13:37 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1l9ZOA-0003D3-Rz; Tue, 09 Feb 2021 20:13:34 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l9ZO5-0003CO-B4 for kernel-team@lists.ubuntu.com; Tue, 09 Feb 2021 20:13:29 +0000 Received: from 2.general.kamal.us.vpn ([10.172.68.52] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l9ZO4-0005HJ-Ss for kernel-team@lists.ubuntu.com; Tue, 09 Feb 2021 20:13:29 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1l9ZO1-0004xV-Bl for kernel-team@lists.ubuntu.com; Tue, 09 Feb 2021 12:13:25 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.94 upstream stable release Date: Tue, 9 Feb 2021 12:13:21 -0800 Message-Id: <20210209201321.18859-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" This pull request (19 commits) includes the following Focal stable patchsets: Focal update: v5.4.94 upstream stable release https://bugs.launchpad.net/bugs/1915200 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 c9a281518a383f87821ccac13f307eb09d41a683: UBUNTU: upstream stable to v5.4.93 (2021-02-09 11:28:51 -0800) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.94 for you to fetch changes up to 81a71a20497991fb799d8539c683ce8defae2eeb: UBUNTU: upstream stable to v5.4.94 (2021-02-09 11:53:06 -0800) ---------------------------------------------------------------- Ard Biesheuvel (1): arm64: mm: use single quantity to represent the PA to VA translation Baruch Siach (1): gpio: mvebu: fix pwm .get_state period calculation Eric Biggers (1): fs: fix lazytime expiration handling in __writeback_single_inode() Gaurav Kohli (1): tracing: Fix race in trace_open and buffer resize call Greg Kroah-Hartman (1): Linux 5.4.94 Jan Kara (1): writeback: Drop I_DIRTY_TIME_EXPIRE Jason Gerecke (1): HID: wacom: Correct NULL dereference on AES pen proximity Jean-Philippe Brucker (1): tools: Factor HOSTCC, HOSTLD, HOSTAR definitions Kamal Mostafa (1): UBUNTU: upstream stable to v5.4.94 Mikulas Patocka (1): dm integrity: conditionally disable "recalculate" feature Nicolai Stange (1): io_uring: Fix current->fs handling in io_sq_wq_submit_work() Steve French (1): SMB3.1.1: do not log warning message if server doesn't populate salt Thomas Gleixner (7): futex: Ensure the correct return value from futex_lock_pi() futex: Replace pointless printk in fixup_owner() futex: Provide and use pi_state_update_owner() rtmutex: Remove unused argument from rt_mutex_proxy_unlock() futex: Use pi_state_update_owner() in put_pi_state() futex: Simplify fixup_pi_state_owner() futex: Handle faults correctly for PI futexes .../admin-guide/device-mapper/dm-integrity.rst | 6 + Makefile | 2 +- arch/arm64/include/asm/memory.h | 5 +- arch/arm64/include/asm/pgtable.h | 4 +- arch/arm64/mm/init.c | 30 +-- debian.master/upstream-stable | 2 +- drivers/gpio/gpio-mvebu.c | 25 +-- drivers/hid/wacom_sys.c | 7 +- drivers/hid/wacom_wac.h | 2 +- drivers/md/dm-integrity.c | 24 ++- fs/cifs/smb2pdu.c | 7 +- fs/cifs/smb2pdu.h | 14 +- fs/ext4/inode.c | 2 +- fs/fs-writeback.c | 36 ++-- fs/io_uring.c | 5 +- fs/xfs/libxfs/xfs_trans_inode.c | 4 +- include/linux/fs.h | 1 - include/trace/events/writeback.h | 1 - kernel/futex.c | 219 +++++++++------------ kernel/locking/rtmutex.c | 3 +- kernel/locking/rtmutex_common.h | 3 +- kernel/trace/ring_buffer.c | 4 + tools/build/Makefile | 4 - tools/objtool/Makefile | 9 - tools/perf/Makefile.perf | 4 - tools/power/acpi/Makefile.config | 1 - tools/scripts/Makefile.include | 10 + 27 files changed, 210 insertions(+), 224 deletions(-)