From patchwork Fri Feb 10 08:50:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 1740380 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) 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-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PCnX51l65z23yK for ; Fri, 10 Feb 2023 19:51:17 +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 1pQP7c-000390-Ii; Fri, 10 Feb 2023 08:51:08 +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 1pQP7Y-00036g-Ou for kernel-team@lists.ubuntu.com; Fri, 10 Feb 2023 08:51:04 +0000 Received: from localhost.localdomain (1.general.tjaalton.uk.vpn [10.172.193.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 01092400CA for ; Fri, 10 Feb 2023 08:51:03 +0000 (UTC) From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [SRU][K][PATCH v2 0/8] Rest of the bugfixes from oem-5.17 Date: Fri, 10 Feb 2023 10:50:44 +0200 Message-Id: <20230210085052.3083756-1-tjaalton@ubuntu.com> X-Mailer: git-send-email 2.37.2 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" From: Timo Aaltonen BugLink: https://bugs.launchpad.net/bugs/1981173 BugLink: https://bugs.launchpad.net/bugs/1981773 BugLink: https://bugs.launchpad.net/bugs/1991366 Hi, Here are all the remaining bugfixes from oem-5.17 that haven't been submitted for the kinetic kernel yet. They are all clean cherry-picks from mainline. Dropped the commits that have landed or have been submitted separately. Kai-Heng Feng (2): PCI: Clear PCI_STATUS when setting up device iio: light: cm32181: Add PM support Mika Westerberg (6): PCI: Fix used_buses calculation in pci_scan_child_bus_extend() PCI: Pass available buses even if the bridge is already configured PCI: Move pci_assign_unassigned_root_bus_resources() PCI: Distribute available resources for root buses, too PCI: Fix whitespace and indentation PCI: Fix typo in pci_scan_child_bus_extend() drivers/iio/light/cm32181.c | 22 +++ drivers/pci/probe.c | 16 +- drivers/pci/setup-bus.c | 290 ++++++++++++++++++++++-------------- 3 files changed, 206 insertions(+), 122 deletions(-) Acked-by: Stefan Bader Acked-by: Tim Gardner