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 62A8E218827; Thu, 15 May 2025 15:41:46 +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=1747323708; cv=none; b=csjoEdbPyQuwaQJ6K0BEsQh3Y/pzo9gNB2oUN67/YeHudw+FvR5NPcLj6IppOtwCuvGVcMSDn3PmKMJHeX73neFgwQ+i0KU7Rfac+GcT9aidCVusmcrxfCO+OxOyjWTazn9I6Bad2wmH2w1jhB2NbLCRZBzmolSzwAqfplzpA54= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747323708; c=relaxed/simple; bh=wYdVMp02jFRFCymuKpz4xpEe2jFARlX2Pg/ayqcOBsc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SUL1NQxxZLF+n5Q4dH990M5pjoRgw+GNXTmj5xTSGvz+wXspvVSexReKjr7eBdcK1FtxNFS+V+6szNqfxcHCYNtauna/TFGAWECfu7jHWfiw2QB+HpSYD7M+ckvYCfkWe/dIcS191cMJiMdbWWdxceEpT26/58GdELyCVP/1wNM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ChdApZhi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ChdApZhi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 755A1C4CEE7; Thu, 15 May 2025 15:41:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747323706; bh=wYdVMp02jFRFCymuKpz4xpEe2jFARlX2Pg/ayqcOBsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ChdApZhiS9VRFyJKnkJC82Ywa8tjngOYFNBdUCx0Kjg4UbtZYRhdHlcafFA98Sy+R eb3BJuuGtXP0CKq3vEvAaDWKvjXFlmS69kUMMPAfiNml+AbE5vQWoAS9c0INzNmkg7 GUbAvty0DUD8JVssj1GyzIGbYa7utxmf8biU+VvD2Ul/Smh0zBDb9GP5wGZR9yL39O MAapzbkzKcT92jZOEZq+gqZMLJvr8ynFyJgx7n8HqdehHd3B3JyMqEqHdEs5pEucND Zz2qpNZtAdQa0rFm8MozentCDKrF7dFlwmnV29OyQFVoHL8zRevZbmDjzqeMZ5vMBj XAFq/CvJUjXpw== Date: Thu, 15 May 2025 17:41:37 +0200 From: Ingo Molnar To: Chao Gao Cc: x86@kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, tglx@linutronix.de, dave.hansen@intel.com, seanjc@google.com, pbonzini@redhat.com, peterz@infradead.org, rick.p.edgecombe@intel.com, weijiang.yang@intel.com, john.allen@amd.com, bp@alien8.de, chang.seok.bae@intel.com, xin3.li@intel.com, Aruna Ramakrishna , Dave Hansen , Eric Biggers , "H. Peter Anvin" , Ingo Molnar , Kees Cook , Maxim Levitsky , Mitchell Levy , Nikolay Borisov , Oleg Nesterov , Samuel Holland , Sohil Mehta , Stanislav Spassov , Uros Bizjak , Vignesh Balasubramanian , Zhao Liu Subject: Re: [PATCH v7 0/6] Introduce CET supervisor state support Message-ID: References: <20250512085735.564475-1-chao.gao@intel.com> 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: <20250512085735.564475-1-chao.gao@intel.com> * Chao Gao wrote: > Dear maintainers and reviewers, > > I kindly request your consideration for merging this series. Most of > patches have received Reviewed-by/Acked-by tags. I don't see anything objectionable in this series. The upcoming v6.16 merge window is already quite crowded in terms of FPU changes, so I think at this point we are looking at a v6.17 merge, done shortly after v6.16-rc1 if everything goes well. Dave, what do you think? Thanks, Ingo