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 513F0CD37BB for ; Sat, 16 Sep 2023 11:38:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231226AbjIPLhl (ORCPT ); Sat, 16 Sep 2023 07:37:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238123AbjIPLhM (ORCPT ); Sat, 16 Sep 2023 07:37:12 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC766CC4 for ; Sat, 16 Sep 2023 04:37:07 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D332C433C8; Sat, 16 Sep 2023 11:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694864227; bh=Xr5UVsJYhdj/c0uxhKlPZyCDRrNnHX/EjLiS+Me4vac=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pcyYl3IoDFThKrueDm2i11MJgx8CCfD9O87GiNnuLyvj/iXbyN0F3wHX2k77rsaDo cYz7YlojOvCPed3Rp0FfwwjqnXlVZl2Nq59ZbHE8GP8FBMNt7hvWlGEfFd8Es48WcQ R3nrUbqTTtjafs9SwwdLwl1jSjjIJXqk8iTMdBhA= Date: Sat, 16 Sep 2023 13:37:04 +0200 From: Greg KH To: "Karan Tilak Kumar (kartilak)" Cc: "stable@vger.kernel.org" , "Arulprabhu Ponnusamy (arulponn)" , "Sesidhar Baddela (sebaddel)" , "martin.petersen@oracle.com" Subject: Re: Request to backport commit id: 15924b0503630016dee4dbb945a8df4df659070b to 6.5/scsi-fixes Message-ID: <2023091622-cryptic-pointless-b2ce@gregkh> References: 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 Thu, Sep 14, 2023 at 04:20:24AM +0000, Karan Tilak Kumar (kartilak) wrote: > (Re-sending email since the previous email was undeliverable due to HTML content) > > Hi Team, > > This is a request to backport the following fix to 6.5/scsi-fixes. This was merged into Linus' tree. What is "6.5/scsi-fixes"? > This fix fixes a crash due to a null pointer exception when a lun reset is issued from sgreset for a lun. > With this fix, there is no longer a crash. > > I have another fix, which I have tested, dependent on this fix. It is currently in the pipeline. > I'll send out a patch for that fix when the internal review is complete. > > Please let me know if you need any more information to backport this fix. It doesn't apply as-is so how did you test this on the 6.5 tree? Please provide a working, and tested, backport and we will be glad to queue it up for the stable trees. thanks, greg k-h