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 CE04DE95A61 for ; Sat, 7 Oct 2023 09:58:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343778AbjJGJ6R (ORCPT ); Sat, 7 Oct 2023 05:58:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343767AbjJGJ6Q (ORCPT ); Sat, 7 Oct 2023 05:58:16 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33F31B9 for ; Sat, 7 Oct 2023 02:58:15 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7234CC433C8; Sat, 7 Oct 2023 09:58:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696672694; bh=HV4NHF3XeCveBBsadmZtfxD7TAZ19Exe/fQMmYqy0RI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JOlnF8IsYi31IQpVRKNbE8WTbHJaETzZnMbO2jbnmgV/XHCqi5Es+RSiQ+ToMJd/k nCHF+rgyHXOW8QFce9LFP0sVadrsNZuqYR/ZWu6Y+gfnucWseIcFj2bja6kEbkmOH/ B5qqlm64vX+9r+h1R7xKDp2m6DjtmbGwFLWfvj6o= Date: Sat, 7 Oct 2023 11:58:11 +0200 From: Greg KH To: nobuhiro1.iwamatsu@toshiba.co.jp Cc: niklas.cassel@wdc.com, stable@vger.kernel.org, dlemoal@kernel.org Subject: Re: [PATCH 4.14.y] ata: libata: disallow dev-initiated LPM transitions to unsupported states Message-ID: <2023100748-untimely-aloft-3f5a@gregkh> References: <2023092002-mobster-onset-2af9@gregkh> <20230928155357.9807-1-niklas.cassel@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 29, 2023 at 07:27:05AM +0000, nobuhiro1.iwamatsu@toshiba.co.jp wrote: > Hi! > > You have forgotten the upstream commit ID. > And there is a message of cherry-pick -x. This is not necessary. > Could you please add commit ID and remove cherry-pick message? > > commit 24e0e61db3cb86a66824531989f1df80e0939f26 upstream. As pointed out, the cherry-pick message is just fine, the documentation was being followed properly, so all is good. thanks, greg k-h