From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2EB1A47140C; Fri, 21 Aug 2026 11:03:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787310213; cv=none; b=uOq11Bt2ktoiN/p49Nhx6V8WZvKwoyc1rj1q1lfRXC45T/5Esv1ILqb/yJxzyu5u3xzeYDoddf6924hkDgH9Rt1sEpJ2ZsOFrbw3KPjlddbbs7tT7SBU3P0R+ekbqEUQWTvu2NuqjlvjJovMVo+vF5pTbov5Nnk+aYiP+ZJFqOA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787310213; c=relaxed/simple; bh=Lm06Daj5kPSYGLot9X9AG68Bj5jRdiIATasytFPvjyI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cZOtsqE0UFYMg/7pSDzyH8R7goJXMmnKnkB+oSNWmsSEr93DpVeAfe54Du7fVp44tk9WJuGr/pbVxJZyikDSs+U6MuoXCG0Q9cqqUzLZOjydkHObrT9HQdpUBwL/F0+wx0RAYJ3Sr3MGeHIqZIEfPxQ316CRSQ7K97z3234v+hg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aMc569/t; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="aMc569/t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0995C1F000E9; Fri, 21 Aug 2026 11:03:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1787310211; bh=wA2wbGLun6laLPhp2sEn9Hl8sjQ7hB/dtKnvF58mhGs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=aMc569/tByTuOSy9waB86WPcrHqcroE3i38thBGi/VYW+8FX2eVpev0VxrvXtopXU HUj7fhMdIMqU9RJcdqoKU9He8I4K2nI4XY78JezFg6i4PeGQOK4+MLgRQisKO11lGS G6LF/IvIA5aJi1eapjQpA3LgxqPb2P7KWx9nH3Jw= Date: Fri, 21 Aug 2026 13:01:52 +0200 From: Greg Kroah-Hartman To: Runyu Xiao Cc: "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jianhao Xu Subject: Re: [PATCH] scsi: pmcraid: shut down command timers before reuse Message-ID: <2026082119-italics-dice-ffe2@gregkh> References: <20260821062351.72658-1-runyu.xiao@seu.edu.cn> <20260821081902.131862-1-runyu.xiao@seu.edu.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260821081902.131862-1-runyu.xiao@seu.edu.cn> On Fri, Aug 21, 2026 at 04:19:02PM +0800, Runyu Xiao wrote: > On Fri, Aug 21, 2026 at 02:23:51PM +0800, Greg Kroah-Hartman wrote: > > How was this found and tested? > > The issue was found by a static-analysis check and then confirmed by > tracing the command ownership and timer lifetime in pmcraid.c. The v1 > patch was generated by an LLM from that finding. Then you need to use the Assisted-by tag. thanks, greg k-h