From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B4ED93B8D79; Thu, 26 Feb 2026 14:32:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772116351; cv=none; b=Ytofw06RNWRNB0mOhpnBIVaUTtmK7wmOGgt8VMo25m8QNbluJxRrUs+/zDaRZSu8EyBctgQ2kIs4Okm/1qyTle/OivoGsPBvJN+lrukq/V772O6cGumxNXXrKsHKg0e63uKDWlKRXB9m7E+oV3EC9eio9os1vp4TAWL5Gx5J7zg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772116351; c=relaxed/simple; bh=KOFO+ajaz4dNhcMye6xiJ8aQEJf+EfzFL+ek06M1pgg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hNc5rMxu00MyYAB5s/p+jOEHYfz/wls9FmjjwKjKWSvgz5T9HrCihwwv8HvhkGaFrGF28BOyOuHjJaqJf1OHe/bBOk+m1E2o3I3LW+CJ4DtIqNRkAtX9CfGuOr2wbbKdxZSJolQjIX+FnMx59CNI3T17THiBvicLDLkDzGHExhM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=EtvIraFx; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="EtvIraFx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3186C116C6; Thu, 26 Feb 2026 14:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772116351; bh=KOFO+ajaz4dNhcMye6xiJ8aQEJf+EfzFL+ek06M1pgg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EtvIraFxA1I/s5XWR3X5jfzdLk5AzmuzKyuXGTis6SKo6XFG1qhT9LVuNwOH/cWrG w1pCzG5t0NYPpDFkwNOLF8XwpdTbof2zlUIdDyoEK/IDAcyH1f+VjpNUdbB3as+ypN BP+12ZZOgGaXB7mLwR+XTdUVMDQledlIneOnZAvI= Date: Thu, 26 Feb 2026 06:32:22 -0800 From: Greg Kroah-Hartman To: Guangshuo Li Cc: Yaxing Guo , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v3] uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory Message-ID: <2026022659-carry-raisin-05ff@gregkh> References: <20260226011632.4186353-1-lgs201920130244@gmail.com> <2026022555-improper-fanatic-cd10@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Feb 26, 2026 at 06:14:54PM +0800, Guangshuo Li wrote: > Hi Greg, > > Thanks for the reminder. > > This was found by a static analysis tool I designed. After a manual > review, I confirmed the issue and sent the fix. > > Would you prefer that I include the “how it was found and tested” > information in the commit message? As per our documentation (please go read it again), it is required :) thanks, greg k-h