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 7883EC25B6E for ; Wed, 25 Oct 2023 08:31:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232807AbjJYIbU (ORCPT ); Wed, 25 Oct 2023 04:31:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232654AbjJYIbJ (ORCPT ); Wed, 25 Oct 2023 04:31:09 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48623116; Wed, 25 Oct 2023 01:31:06 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5DFBBC433C7; Wed, 25 Oct 2023 08:31:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698222665; bh=CyIWhy0pHycfYVtak8DO+r/Jaf/wzo6fskC25Qh8mM8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mtKwMQgXxz4nmRPPvo7RQzo4wbcZjarceOGyS6h4jsFYfF7HjcaqxcBIGnKa6KPz7 ND9qLf6evNK/0C2G0r1B8b2KQSswHuWAVLsjy+7skYyK/nXKBpdsjd+KZGd6MYHw0M TkylYjWTw3/l/BHOLSYwgvhQlsi0Nolvx7Ly0biw= Date: Wed, 25 Oct 2023 10:31:02 +0200 From: "gregkh@linuxfoundation.org" To: Alice Chao =?utf-8?B?KOi2meePruWdhyk=?= Cc: "martin.petersen@oracle.com" , Peter Wang =?utf-8?B?KOeOi+S/oeWPiyk=?= , "linux-kernel@vger.kernel.org" , "linux-mediatek@lists.infradead.org" , CC Chou =?utf-8?B?KOWRqOW/l+adsCk=?= , "jejb@linux.ibm.com" , wsd_upstream , "avri.altman@wdc.com" , "bvanassche@acm.org" , Casper Li =?utf-8?B?KOadjuS4reamrik=?= , Tun-yu Yu =?utf-8?B?KOa4uOaVpuiBvyk=?= , Chun-Hung Wu =?utf-8?B?KOW3q+mnv+Wujyk=?= , "alim.akhtar@samsung.com" , "linux-scsi@vger.kernel.org" , Powen Kao =?utf-8?B?KOmrmOS8r+aWhyk=?= , Naomi Chu =?utf-8?B?KOacseipoOeUsCk=?= , "linux-arm-kernel@lists.infradead.org" , Stanley Chu =?utf-8?B?KOacseWOn+mZnik=?= , "matthias.bgg@gmail.com" , "angelogioacchino.delregno@collabora.com" Subject: Re: [PATCH 1/1] core: ufs: fix racing issue between force complete and isr Message-ID: <2023102547-cornfield-pedometer-89e9@gregkh> References: <20231024084324.12197-1-alice.chao@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Wed, Oct 25, 2023 at 07:20:53AM +0000, Alice Chao (趙珮均) wrote: > Can we take it to the LTS version(6.1)? This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.