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 276D5C142 for ; Sun, 12 May 2024 12:21:34 +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=1715516495; cv=none; b=qOBfeEqr94+2f45S46oxKv0h79sdyznNn4W/C5G53Lpni4nWPrem3e4MkbN7bl2iL0XSzcDx3QSHTZvAwSbEvyHGcupeiA7vWMbqtn5Fk++JADNHSncYx2OyBvEoyJfdzVQGSu+Z2sqtDVy6r02Pjf5/Gar+QTOrvuCRS/rH7VI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715516495; c=relaxed/simple; bh=Eg8efUSsKeulqKPOG2gLqkandoYOfmySFe2dFJf37oo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E5rGOTbI3ZSwDTjlsfgbPu+5vOK2nC4m9VKUPixhPKOEc/FyOoyn5AN+p6RPMlm+mtgzEf5l/wcX7JovjYnOFGiSaiRAI1IIPYqczMPBlFIHZqguP6YXsulg8OYm8rLU9bPfCIX68JiVBO2GkksXYYhYMWEQulaUjNCb17nZjnY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hviUTSVe; 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="hviUTSVe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 089FEC116B1; Sun, 12 May 2024 12:21:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1715516494; bh=Eg8efUSsKeulqKPOG2gLqkandoYOfmySFe2dFJf37oo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hviUTSVeCLGYckFAEkNTp1Avq4Xq+WVtLHau3TNkiIKdHAyWbcuFSNWSw4fPao3DK LmmxV6a64DDfX9mm3x/2UhMf/oYeknm95/dJyrKn8CygiUq7WfT3ECsJXfx7Z6z39V Tl0adCADHYpZMu/2b3tQ0wrjogkHE9FvP5Ggp6DM= Date: Sun, 12 May 2024 13:21:30 +0100 From: Greg KH To: Ronnie Sahlberg Cc: stable@vger.kernel.org Subject: Re: commits for stable 2024-05-11 Message-ID: <2024051256-joyfully-unframed-dd66@gregkh> References: Precedence: bulk X-Mailing-List: stable@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: On Sat, May 11, 2024 at 09:13:25PM -0400, Ronnie Sahlberg wrote: > Please find attached a report generated by keyword matching commits > from upstream that may be suitable for stable and probably as CVEs as > well. This is great, thanks for looking into this and sending this out! > I exclude commits that are already tagged with CC stable in upstream > and also commits already in > stable/linux-rolling-stable. I took a very short look, and just picked one commit at random on the bottom of the list: cf2df0080bd59cb97a15 And it's included in 6.8.2 already, as commit 9c68e3497b61 ("wifi: ath11k: fix a possible dead lock caused by ab->base_lock"). So is your tooling working? Also, give us a chance to catch up on commits that are in Linus's tree, but not in a -rc release, which you list a few at the top of the list. We aren't allowed to apply them until after they hit a -rc release. thanks, greg k-h