From patchwork Mon Jun 7 20:53:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1488997 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 4FzQZQ4sb8z9sW6; Tue, 8 Jun 2021 06:53:34 +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 1lqMFX-0007BA-PY; Mon, 07 Jun 2021 20:53:31 +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 1lqMFV-0007AN-HN for kernel-team@lists.ubuntu.com; Mon, 07 Jun 2021 20:53:29 +0000 Received: from 2.general.kamal.us.vpn ([10.172.68.52] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lqMFV-0002Km-9r for kernel-team@lists.ubuntu.com; Mon, 07 Jun 2021 20:53:29 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1lqMFT-0008Kg-HH for kernel-team@lists.ubuntu.com; Mon, 07 Jun 2021 13:53:27 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.123 upstream stable release Date: Mon, 7 Jun 2021 13:53:24 -0700 Message-Id: <20210607205324.31785-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 (6 commits) includes the following Focal stable patchsets: Focal update: v5.4.123 upstream stable release https://bugs.launchpad.net/bugs/1931160 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 a29846b0b86d485d7287fe608bacb353363549f5: UBUNTU: upstream stable to v5.4.122 (2021-06-07 11:35:57 -0700) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git focal-stable-v5.4.123 for you to fetch changes up to 06c2313a43b5495e117b325a9726143485bece9a: UBUNTU: upstream stable to v5.4.123 (2021-06-07 11:50:57 -0700) ---------------------------------------------------------------- Dave Rigby (1): perf unwind: Set userdata for all __report_module() paths Dongliang Mu (1): NFC: nci: fix memory leak in nci_allocate_device Greg Kroah-Hartman (1): Linux 5.4.123 Jack Pham (1): usb: dwc3: gadget: Enable suspend events Jan Kratochvil (1): perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder Kamal Mostafa (1): UBUNTU: upstream stable to v5.4.123 Makefile | 2 +- debian.master/upstream-stable | 2 +- drivers/usb/dwc3/gadget.c | 4 ++++ include/net/nfc/nci_core.h | 1 + net/nfc/nci/core.c | 1 + net/nfc/nci/hci.c | 5 +++++ tools/perf/util/unwind-libdw.c | 35 +++++++++++++++++++++++++++++++---- 7 files changed, 44 insertions(+), 6 deletions(-)