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 1D66FC433EF for ; Tue, 5 Apr 2022 04:33:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229797AbiDEEfr (ORCPT ); Tue, 5 Apr 2022 00:35:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230376AbiDEEfm (ORCPT ); Tue, 5 Apr 2022 00:35:42 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E975639C; Mon, 4 Apr 2022 21:33:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=/BsWeG/6wYrl48co3t4RGKYFq46T2Oi2x4e+kmDSTmI=; b=wwDha9rTgvl/6W8ZszMKGVD7us D8JCrWtgcKNdv8o/EeDCZU82/S3AJeS7PPDk64uG5RYAVissjA97hin0jKDI8NwEZagmSq87Q3Mjg z+WbqiQqR9nHIIrnfYBN+KTotXkPTeMCCtjcCeT+S592d9jdqubyjuGG/jhZpQY8Jx+yMrS3WJApH RvQMY3u/ZN+pM5evMbxaYxCCIV0Qi9+/OHubH2gsbNrADSBkRQE11Xp2drjQhix9Y+kqrY3UHPxgd 7PUNojVQcSGtYNbHyN6Y5rruT95E+LidQ1EjnEM2GeRwCgv/qYShB1zhdZOdWRtUeN8ylnRifYfPv SVv0pbsg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbasx-00H50A-4X; Tue, 05 Apr 2022 04:33:43 +0000 Date: Mon, 4 Apr 2022 21:33:43 -0700 From: Christoph Hellwig To: Mario Limonciello Cc: Damien Le Moal , "open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)" , open list , hdegoede@redhat.com, Christoph Hellwig Subject: Re: [PATCH v2 2/2] ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back Message-ID: References: <20220404200202.9388-1-mario.limonciello@amd.com> <20220404200202.9388-2-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220404200202.9388-2-mario.limonciello@amd.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Mon, Apr 04, 2022 at 03:02:02PM -0500, Mario Limonciello wrote: > CONFIG_SATA_LPM_MOBILE_POLICY was renamed to CONFIG_SATA_LPM_POLICY in > commit 4dd4d3deb502 ("ata: ahci: Rename CONFIG_SATA_LPM_MOBILE_POLICY > configuration item"). > > This caused some pain as users would invisibly lose configuration policy > defaults when they built the new kernel. To help alleviate that, switch > back to the old name (even if it's wrong). Note that for this to be useful it would have to go into 5.18.