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 4B6D1C00140 for ; Wed, 24 Aug 2022 06:39:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235084AbiHXGj4 (ORCPT ); Wed, 24 Aug 2022 02:39:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235081AbiHXGjz (ORCPT ); Wed, 24 Aug 2022 02:39:55 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AFC019288; Tue, 23 Aug 2022 23:39:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BE5FBB8237C; Wed, 24 Aug 2022 06:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19167C43146; Wed, 24 Aug 2022 06:39:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661323191; bh=00RV+b9A8Zx/fTvdlJSC2DOpzQG29ULUnfYQyipPrbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H4AO0jEMu7XNiqxo0LTJOX8A/SD7rF2zMA4x0uX3xOsmVaTNlhPC7UuI07y779NV8 5s0hZJK1w7IxV9KLqIgPzNQVnpvVXZUwd3hnpJ+Gl16VUg5ncnNW3OlgquqZA4CEmb qnBahdt6rqocmAIgZbZlnXl+k/u+/T1jfrULqdbo= Date: Wed, 24 Aug 2022 08:39:48 +0200 From: Greg KH To: Vinod Koul Cc: stable@vger.kernel.org, srinivas.kandagatla@linaro.org, stable-commits@vger.kernel.org Subject: Re: Patch "soundwire: qcom: Check device status before reading devid" has been added to the 5.15-stable tree Message-ID: References: <16604006172842@kroah.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 Tue, Aug 23, 2022 at 09:31:35PM +0530, Vinod Koul wrote: > On 13-08-22, 16:23, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > soundwire: qcom: Check device status before reading devid > > > > to the 5.15-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > soundwire-qcom-check-device-status-before-reading-devid.patch > > and it can be found in the queue-5.15 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > This is causing regression in rc1 so can this be dropped from stable > please This is already in the following released kernels: 5.15.61 5.18.18 5.19.2 so when you get this resolved in Linus's tree, be sure to also add a cc: stable to the patch so it will get picked up properly. thanks, greg k-h