Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CB8CC27C76 for ; Wed, 25 Jan 2023 17:41:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236107AbjAYRlh (ORCPT ); Wed, 25 Jan 2023 12:41:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235093AbjAYRlf (ORCPT ); Wed, 25 Jan 2023 12:41:35 -0500 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22A9B37541; Wed, 25 Jan 2023 09:41:35 -0800 (PST) Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.88.152]) by gnuweeb.org (Postfix) with ESMTPSA id 8735881F42; Wed, 25 Jan 2023 17:41:28 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674668494; bh=Wo/QLZs7Iimn8JQQFtFENUgEjo1tvasMuPeWKFbAdjk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fODmjBow1Eux9eNTdLT+3b9qfeLHBmDhD2CH5obiHrNgbZXp13ipDL+iBq5MjqpQN mf3bWU/5zbAsbJHnKZUhknLW0jTNAau9tdG5jVKy+A2XmPaa+tDPyhiYiBHONE8r0N dT4eaaG13GmTGubkZMI/3RALFqm+qOfmzQmGpN6v2Tmvjbfw5E053QaHBCkDcnfMx6 aekxf2pEIK7wWQM+8aNy7kV6a6mJCyB9w5qGM3YEAfvl+iVQniOPsFPcOOcJdny+qD HgVFh/IO1xRixUh1yhZRI/Kn4MC7jG0+wkDI/AzNUWk1x4EL0NIAqHzWLveSWUuFBo 2A4+A+UC9vSWA== Date: Thu, 26 Jan 2023 00:41:24 +0700 From: Ammar Faizi To: "H. Peter Anvin" Cc: "Li, Xin3" , "Hansen, Dave" , Dave Hansen , Thomas Gleixner , "andrew.cooper3@citrix.com" , Brian Gerst , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Shuah Khan , Ingo Molnar , "Lutomirski, Andy" , x86 Mailing List , "Kirill A. Shutemov" , Linux Kselftest Mailing List , Linux Kernel Mailing List Subject: Re: [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture Message-ID: References: <20230124022729.596997-3-ammarfaizi2@gnuweeb.org> <20230125034958.734527-1-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2023 at 09:24:40AM -0800, H. Peter Anvin wrote: > On January 25, 2023 9:07:18 AM PST, "Li, Xin3" wrote: > > Would it be better to get this patch set merged first? > > > > Otherwise surely I will include it in the FRED patch set. > > If the maintainers are ok with it, it would be better to merge it > sooner: once we have agreed on the semantics, which I believe we > have, we should be testing those semantics and nothing else. OK, let's keep this patchset separated from the FRED support patchset. In the meantime, let me address the recent HPA's comments. -- Ammar Faizi