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 0BAD4EEBB for ; Sun, 7 Sep 2025 07:40:49 +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=1757230850; cv=none; b=n1d0wiaA3HOHKv6GAZNHurVKyxNdfg0rnN08j0983ZmwSYXgTeXK7vzWH4qldkPjT/zIYMRqESw0US87eHbp2M/nvmXdIzYPAhog5K4ZPPiBtSZL2ivgsK5528rTPBEThzOTIcbvZ1NjTIOfT5cw51Yqt2bW1Qsc7zOuh3jZ6gw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757230850; c=relaxed/simple; bh=682GWvt6Z32PM7meDL/zD3hurO2Q8EbIXOlfGHDsyoU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YmZnKRVhgKV1woMwlHt2k1ZyMBN0bIcgGgMKwCXzSE41OZCrXeA43BpnDj7fg/fOd4J/qfd9PCgT/Plni2U06dFiKoxIHcxUvXXTspxF5ILJF7Gcfb0RjaITZbKZfRIfO6jH2hoJHXGgsYo2AdIBpitnSfmDkcfSXU+yuL3pKs4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jIJDTOhK; 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="jIJDTOhK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D0DDC4CEF0; Sun, 7 Sep 2025 07:40:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1757230849; bh=682GWvt6Z32PM7meDL/zD3hurO2Q8EbIXOlfGHDsyoU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jIJDTOhKDbufaMrnQy2aD+t8nLKW6aQ1yFfZkhYTrVpUPc8lQct+LDwlBJAHCng4j yl5kRkGt/z+RdKUhdk30ZNbDie+hejsYgNAAqiB9jr1KbMekE/Cd4n+B22mj1XcisV 60modFdBE1aF/SZx/J7YR5Mnl42H3HRTuc7SNNoQ= Date: Sun, 7 Sep 2025 09:40:41 +0200 From: Greg KH To: Harshit Mogalapalli Cc: stable@vger.kernel.org, vegard.nossum@oracle.com Subject: Re: [PATCH 6.12.y 00/15] Backport few CVE fixes to 6.12.y Message-ID: <2025090727-twerp-gawk-25f5@gregkh> References: <20250905110406.3021567-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: <20250905110406.3021567-1-harshit.m.mogalapalli@oracle.com> On Fri, Sep 05, 2025 at 04:03:51AM -0700, 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. Very nice, thanks for doing this! All now queued up. greg k-h