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 DF24B8466 for ; Tue, 3 Jan 2023 14:51:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03AC1C433EF; Tue, 3 Jan 2023 14:51:15 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="EqnD+Mhe" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1672757473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+RLDe/8vohQzP3TtQehHcZpEOOCmmguq+K5+MMOxGoY=; b=EqnD+MhecEi8D9Zl9NkxthSAqw0o5RwggsXq4P4l0H/DwihZEWFHT2HX0nGFf+Gk76LKxz rfHwwmvDjdE/dt8X8mMRnEQi3TOcLL5HL6oRCCxCojAwnAOcZDxKNmBGDw5fOQHMAhUu3X KhMLfBvCKlwMsrjlZqz1Bxa6sthkZjA= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id cc3c3e28 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 3 Jan 2023 14:51:13 +0000 (UTC) Date: Tue, 3 Jan 2023 15:51:09 +0100 From: "Jason A. Donenfeld" To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, patches@lists.linux.dev, tglx@linutronix.de, linux-crypto@vger.kernel.org, linux-api@vger.kernel.org, x86@kernel.org, Greg Kroah-Hartman , Adhemerval Zanella Netto , Carlos O'Donell , Florian Weimer , Arnd Bergmann , Jann Horn , Christian Brauner Subject: Re: [PATCH v14 1/7] x86: lib: Separate instruction decoder MMIO type from MMIO trace Message-ID: References: <20230101162910.710293-1-Jason@zx2c4.com> <20230101162910.710293-2-Jason@zx2c4.com> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Tue, Jan 03, 2023 at 11:32:14AM +0100, Ingo Molnar wrote: > > * Jason A. Donenfeld wrote: > > > Both mmiotrace.h and insn-eval.h define various MMIO_ enum constants. > > Rename the insn ones to have a INSN_ prefix, so that the headers can be > > used from the same source file. > > > > Signed-off-by: Jason A. Donenfeld > > --- > > arch/x86/coco/tdx/tdx.c | 26 +++++++++++++------------- > > arch/x86/include/asm/insn-eval.h | 18 +++++++++--------- > > arch/x86/kernel/sev.c | 18 +++++++++--------- > > arch/x86/lib/insn-eval.c | 20 ++++++++++---------- > > 4 files changed, 41 insertions(+), 41 deletions(-) > > FYI, I've applied this fix to tip:x86/asm, as the fix for the namespace > clash makes sense independently of the vDSO getrandom feature. I guess you missed the conversation with Borislav yesterday about that. He mentioned that I'd just take it through random.git when this whole series goes in. (Unless of course you wanted to put this into 6.2? That'd be easiest for me.) Jason