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 216BA3803E1 for ; Wed, 1 Apr 2026 07:29:54 +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=1775028594; cv=none; b=PeM+mh/R59O9Om1wyv3ImDOWxmnIVCPDLfh5hFkEv0qr0ZZ6Zi6hbFdprScsNlu4TsKJtdBlJgQUwFdpLKAWlTBbcbSD6VykYR78XKD/4A/H2ZMvcJF7piQ8hHW8iT1xjURq3gx/vu8LiMN/OVHe2WYHiim+iEW4loLm+urw9w8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775028594; c=relaxed/simple; bh=gXUZsNneD1tBBWx88eLhjeerMVQGed8SWG9JNYjZGxQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aYF4Oom7XsAc45g+NcLb3/mjVZz9ZJtymCdmLldUSfWJWNTgSFNbOxspH0F7HJhtM5OpHGDpGGq4spK5BulFapq4n7IO0fXuhIIwgjtFwBoPGBFD4uNvh+w6Gb/Hn6vWYX0tCuE1P7Cz4v7eKZyePxT8pnKVGFEwwIV0+2ps5G0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QJ0xbG6Q; 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="QJ0xbG6Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B858C2BC9E; Wed, 1 Apr 2026 07:29:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775028593; bh=gXUZsNneD1tBBWx88eLhjeerMVQGed8SWG9JNYjZGxQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QJ0xbG6QiIAcCxbAq1HAEid5IFKgsTLOib+IOg7b2z6z+TMSVKSQl1Gd11dJJL4hz fO4VFl+HvI+mCxsvJPhaDDH0Ox1Jk6A44ttdIa7M4M9YMHJiW4arim+vRaATf5G1Z4 9q8nnpdazEOI/gNObptw1+ObclxLyNXeyTehJwws= Date: Wed, 1 Apr 2026 09:29:27 +0200 From: Greg Kroah-Hartman To: Harshit Mogalapalli Cc: "stable@vger.kernel.org" Subject: Re: [PATCH 6.12.y 0/9] Few stable backports for CVE fixes Message-ID: <2026040116-paced-those-ca63@gregkh> References: <20260324140456.832964-1-harshit.m.mogalapalli@oracle.com> 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 Wed, Apr 01, 2026 at 11:59:21AM +0530, Harshit Mogalapalli wrote: > Hi Greg, > > On 24/03/26 19:34, Harshit Mogalapalli wrote: > > Hi stable maintainers, > > > > I have tried backporting some fixes to stable kernel 6.12.y which also > > have CVE numbers and are fixing commits in 6.12.y. > > > Thanks a lot for queuing these up for 6.12.y stable tree. Hey, thank _you_ for doing the real work here!