From patchwork Wed Sep 16 19:04:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1365731 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 4BsJVd4XZDz9sVw; Thu, 17 Sep 2020 10:58:17 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kIcj1-0007wo-2p; Wed, 16 Sep 2020 19:04:15 +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 1kIciz-0007wf-Ln for kernel-team@lists.ubuntu.com; Wed, 16 Sep 2020 19:04:13 +0000 Received: from 3.general.kamal.us.vpn ([10.172.68.53] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kIciz-0007NI-AK for kernel-team@lists.ubuntu.com; Wed, 16 Sep 2020 19:04:13 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1kIciw-0000Bq-9H for kernel-team@lists.ubuntu.com; Wed, 16 Sep 2020 12:04:10 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.65 upstream stable release Date: Wed, 16 Sep 2020 12:04:06 -0700 Message-Id: <20200916190406.616-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 (10 commits) includes the following Focal stable patchsets: Focal update: v5.4.65 upstream stable release https://bugs.launchpad.net/bugs/1895881 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 a6a2bc53d11a772f61e89202ed4d31d28f76ec76: UBUNTU: upstream stable to v5.4.64 (2020-09-16 11:47:33 -0700) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.65 for you to fetch changes up to 79c717dbe9652eac145a546a68f4564cddef4ec6: UBUNTU: upstream stable to v5.4.65 (2020-09-16 11:49:05 -0700) ---------------------------------------------------------------- Greg Kroah-Hartman (1): Linux 5.4.65 Ido Schimmel (2): ipv4: Silence suspicious RCU usage warning ipv6: Fix sysctl max for fib_multipath_hash_policy Jakub Kicinski (1): net: disable netpoll on fresh napis Kamal Mostafa (1): UBUNTU: upstream stable to v5.4.65 Kamil Lorenc (1): net: usb: dm9601: Add USB ID of Keenetic Plus DSL Paul Moore (1): netlabel: fix problems with mapping removal Tetsuo Handa (1): tipc: fix shutdown() of connectionless socket Vinicius Costa Gomes (1): taprio: Fix using wrong queues in gate mask Xin Long (1): sctp: not disable bh in the whole sctp_get_port_local() Makefile | 2 +- debian.master/upstream-stable | 2 +- drivers/net/usb/dm9601.c | 4 +++ net/core/dev.c | 3 +- net/core/netpoll.c | 2 +- net/ipv4/fib_trie.c | 3 +- net/ipv6/sysctl_net_ipv6.c | 3 +- net/netlabel/netlabel_domainhash.c | 59 +++++++++++++++++++------------------- net/sched/sch_taprio.c | 30 +++++++++++++++---- net/sctp/socket.c | 16 ++++------- net/tipc/socket.c | 9 ++++-- 11 files changed, 79 insertions(+), 54 deletions(-)