From patchwork Wed Nov 17 17:26:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1556304 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=P8jPa6o4; dkim-atps=neutral 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 bilbo.ozlabs.org (Postfix) with ESMTPS id 4HvVH32v9dz9sPf for ; Thu, 18 Nov 2021 04:27:09 +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 1mnOi1-000858-IJ; Wed, 17 Nov 2021 17:26:57 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1mnOhz-00084v-Fh for kernel-team@lists.ubuntu.com; Wed, 17 Nov 2021 17:26:55 +0000 Received: from ascalon (unknown [192.188.8.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 514773F210 for ; Wed, 17 Nov 2021 17:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1637170015; bh=fTMrbm4zUhYckFH57R5QmPnTUY50B1fGe580XzdsjSY=; h=From:To:Subject:Date:Message-Id:MIME-Version:Content-Type; b=P8jPa6o4e2DxUgpebCRhAmipqWIaWTQn3Y19EZhBc4UdY2wh6kX+hG6rPQPYV3qC2 UMAFU5F/6n6/kAqyuF3n+jz3s6Xzci+b7VhtBk3yqeCbskCQdki8nuioYFmP7CFGto SxNkcEQfTLcclO3ePvul5NrQqUEv1BcnOVj39i0I9SxLCi/oW0sqbOYAZmHRrHg7rY FBbjMiJfnFLAlxP2JrZ0yKwweAtvbhrhl4H060S1low6F5SNB6EK+X0NQBm8gTh7QZ H0cLKP9bfHPy6mcpjupX0pjW0fekv8oj0lv74N/triOMW8mEPq6e2J7kXLsto6z6dl sSBEroXCGqNJQ== Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1mnOhw-0006jH-Ur for kernel-team@lists.ubuntu.com; Wed, 17 Nov 2021 09:26:52 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.154 upstream stable release Date: Wed, 17 Nov 2021 09:26:51 -0800 Message-Id: <20211117172651.25732-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" This pull request (18 commits) includes the following Focal stable patchsets: Focal update: v5.4.154 upstream stable release https://bugs.launchpad.net/bugs/1951288 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 18f95036855838dfe52c5d4a22e04f48d4e341c5: UBUNTU: upstream stable to v5.4.153 (2021-11-12 14:07:32 +0100) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.154 for you to fetch changes up to 85c819ccd253620cb675da89b0d8bf289a72d2e9: UBUNTU: upstream stable to v5.4.154 (2021-11-17 08:48:33 -0800) ---------------------------------------------------------------- Al Viro (1): m68k: Handle arrivals of multiple signals correctly Colin Ian King (1): scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported" Florian Fainelli (1): net: phy: bcm7xxx: Fixed indirect MMD operations Florian Westphal (2): netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic netfilter: nf_nat_masquerade: defer conntrack walk to work queue Greg Kroah-Hartman (1): Linux 5.4.154 Jeremy Sowden (1): netfilter: ip6_tables: zero-initialize fragment offset Jiapeng Chong (1): scsi: ses: Fix unsigned comparison with less than zero Joshua-Dickens (1): HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs Kamal Mostafa (1): UBUNTU: upstream stable to v5.4.154 Leslie Shi (1): drm/amdgpu: fix gart.bo pin_count leak MichelleJin (1): mac80211: check return value of rhashtable_init Mizuho Mori (1): HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS Peter Zijlstra (1): sched: Always inline is_percpu_thread() Randy Dunlap (1): net: sun: SUNVNET_COMMON should depend on INET YueHaibing (1): mac80211: Drop frames from invalid MAC address in ad-hoc mode Zhang Yi (1): ext4: correct the error path of ext4_write_inline_data_end() 王贇 (1): net: prevent user from passing illegal stab size Makefile | 2 +- arch/m68k/kernel/signal.c | 88 +++++++++-------- debian.master/upstream-stable | 2 +- drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 3 +- drivers/hid/hid-apple.c | 7 ++ drivers/hid/wacom_wac.c | 8 ++ drivers/net/ethernet/sun/Kconfig | 1 + drivers/net/phy/bcm7xxx.c | 114 +++++++++++++++++++++- drivers/scsi/ses.c | 2 +- drivers/scsi/virtio_scsi.c | 4 +- fs/ext4/inline.c | 15 +-- fs/ext4/inode.c | 7 +- include/linux/sched.h | 2 +- include/net/pkt_sched.h | 1 + net/ipv6/netfilter/ip6_tables.c | 1 + net/mac80211/mesh_pathtbl.c | 5 +- net/mac80211/rx.c | 3 +- net/netfilter/nf_nat_masquerade.c | 168 +++++++++++++++++++-------------- net/sched/sch_api.c | 6 ++ 20 files changed, 299 insertions(+), 143 deletions(-)