From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4982EC77B75 for ; Tue, 9 May 2023 12:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233120AbjEIMYt (ORCPT ); Tue, 9 May 2023 08:24:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231467AbjEIMYs (ORCPT ); Tue, 9 May 2023 08:24:48 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D74F19A9 for ; Tue, 9 May 2023 05:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1683635086; x=1715171086; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=kh42O3+uJmh8/ovlC6i2f/t7fdo0dloLStJAHg4siTA=; b=bHSlzn6gmNxzNGAISoyLfZm054YN4rBjdLCHX2gEmcAdyzQvjPhTsFFA EgZZNzt4q8tUtmLL9widQrH237MgNr0T23e5NzTfpjsDSe2DwBXVLAGQk mGeKBrR9lW/GWg3dHyiPLhN7WGFuQa0Iz0GH43tJ422SMSIPrIg81bab7 IIEjFk9dxCyzNAM6GuD4uqU1CBk8SGDhXa2PX8zW2wlLomyE4XljgFcFl 5gHyQFjMBFc2M0CgBTGQ3JJTC5Nf24qV1HlNfhVtZI1RYVBnerR9Pn+ir G5N4P8MqfwmK9U/leUstlAUZZwjUr6/u+Md84+9OEEpJxkUg1uMCW/KvJ Q==; X-IronPort-AV: E=Sophos;i="5.99,262,1677567600"; d="asc'?scan'208";a="151089056" X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 09 May 2023 05:24:45 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 9 May 2023 05:24:36 -0700 Received: from wendy (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21 via Frontend Transport; Tue, 9 May 2023 05:24:34 -0700 Date: Tue, 9 May 2023 13:24:15 +0100 From: Conor Dooley To: Greg Kroah-Hartman CC: Conor Dooley , Dhruva Gole , , , Mark Brown , Sasha Levin Subject: Re: [PATCH 6.1 455/611] spi: bcm63xx: remove PM_SLEEP based conditional compilation Message-ID: <20230509-cheating-chapped-5fd1a32a05e5@wendy> References: <20230508094421.513073170@linuxfoundation.org> <20230508094436.944529030@linuxfoundation.org> <0138fb50-507d-bccf-40bb-07340f3cbb33@ti.com> <2023050808-overbite-dancing-53c5@gregkh> <2023050845-pancreas-postage-5769@gregkh> <20230508-undefined-opium-c9824d160898@spud> <2023050940-outscore-kindle-f333@gregkh> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="9oLdbBtJMdB9cq9y" Content-Disposition: inline In-Reply-To: <2023050940-outscore-kindle-f333@gregkh> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org --9oLdbBtJMdB9cq9y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 09, 2023 at 04:54:45AM +0200, Greg Kroah-Hartman wrote: > On Mon, May 08, 2023 at 11:27:42PM +0100, Conor Dooley wrote: > > On Mon, May 08, 2023 at 03:25:11PM +0200, Greg Kroah-Hartman wrote: > > > On Mon, May 08, 2023 at 03:15:15PM +0200, Greg Kroah-Hartman wrote: > > > > On Mon, May 08, 2023 at 05:55:50PM +0530, Dhruva Gole wrote: > > > > > > -#endif > > > > >=20 > > > > > This patch may cause build failures with some of the configs that= disable > > > > > CONFIG_PM I understand, > > > > > So to fix that I had sent another patch: > > > > > https://lore.kernel.org/all/CAOiHx=3D=3DanPTqXNJNG7zap1XP2zKUp5Sb= aVJdyUsUvvitKRUHZw@mail.gmail.com/ > > > > >=20 > > > > > However missed out adding the fixes tag. > > > > >=20 > > > > > I humbly request you to add > > > > > https://lore.kernel.org/all/20230424102546.1604484-1-d-gole@ti.co= m/ > > > > >=20 > > > > > this patch to fix this patch throughout the stable fixes trees. > > > > >=20 > > > > > It can also be found on Linus' master branch here: > > > > >=20 > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.gi= t/commit/drivers/spi/spi-bcm63xx.c?id=3Dcc5f6fa4f6590e3b9eb8d34302ea43af4a3= cfed7 > > > > > > static const struct dev_pm_ops bcm63xx_spi_pm_ops =3D { > > > > > > SET_SYSTEM_SLEEP_PM_OPS(bcm63xx_spi_suspend, bcm63xx_spi_res= ume) > > > >=20 > > > > Sure, now queued up, thanks! > > >=20 > > >=20 > > > Nope, sorry, that broke the build in many places, so I've dropped it = now > > > from kernels 5.15.y and older. > >=20 > > I retriggered my CI after seeing these mails, but the build is still > > broken on RISC-V. >=20 > Now dropped, thanks. All green now, thanks. --9oLdbBtJMdB9cq9y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZFo7bgAKCRB4tDGHoIJi 0qPPAP9YF43LLI/CKDk4Vwbnf+bwl6riszJiaWs8uI/rNIDIIwEAvuI6yUK//m76 EkxC/Hhhq85BQHTMHs7gP5Ak7yv6Rww= =lIm7 -----END PGP SIGNATURE----- --9oLdbBtJMdB9cq9y--