From nobody Fri Oct 10 20:34:51 2025 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 508802E3381 for ; Thu, 12 Jun 2025 23:40:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749771649; cv=none; b=VW4/uk10R8fXUn1ECcUg7Jei9WHzsb0l4y2fF1H9Okb2jalNf53eCctylIVuzD2klNPU+j/rzXp2cl7TbDaZU286qsaY/yqtlf9ix1qNC+7MLDtWnRfyqYtTPz/7Jg04Qf/vaOLr3jADkU0LVrb+nW5X15nKHtoKD0nHnMZLYjY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749771649; c=relaxed/simple; bh=SdDAw6XHJi/hxVE/IUBqwt13Gjwva4kHbz+8iCUDa6I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=MxnEhPIAP0fvsdrJR4mWeuWDufSl9oYNZwBCd0ItYg4XppOBymL1ohSK6GkOzb2VTw+MRLFhV3fz8KH92BmHnQTXL6sns5Dsf90SIhDwpf+pRbix0M1W5QBuViGN9wbwEg+N2jBXik8u9yp2adRxE+Qh4RFl2JpARpir/3mcvR4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=uwZ41QvQ; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=Cd67XUmh; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="uwZ41QvQ"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Cd67XUmh" From: "Ahmed S. Darwish" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1749771647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5OmPY1kT3M0ja+0CH2Wur4I4FysF/vnqURgtSJeVlIg=; b=uwZ41QvQXJHngjhbPVgP6+RFtEMw3KAsxpBzFH5mDXW5hc6SWxyewiVwdreQljr4SSv6f9 VvrlGUCI9g+8QrtUlCIWVwa272x1fFf63r/z3BTpyjlXzBmCRVwPtBX8K2HRsj6ss8gcrq e2glq1Wxcb6AKMa83wdhkk2Rqz1/pjK8uHz3CjJo/+hSTA4ACDvfFgcNJNgvJM8JCVeM7v EGKPLvsOLwQvaVRADYniJRBojVBj8G7oCV8wOhC7OqZwWxak9vIoQrSBzjsxlRLLxmzYJ5 D+5ztuVqXo1E8UBjbzvXuRygy6xG0gWPuGdTNLyKwNuvuK4Pru4zpKM5sLuDnQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1749771647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5OmPY1kT3M0ja+0CH2Wur4I4FysF/vnqURgtSJeVlIg=; b=Cd67XUmhDkztUA9je8NtByFuqNgP2JP4GMzduliTPQjMN0jeSpc+XJzLMENTCs5o6ij1L/ 5FkfjcLPQq8D+ACQ== To: Ingo Molnar , Borislav Petkov , Dave Hansen Cc: Thomas Gleixner , Andrew Cooper , "H. Peter Anvin" , Peter Zijlstra , Sean Christopherson , Sohil Mehta , Ard Biesheuvel , John Ogness , x86@kernel.org, x86-cpuid@lists.linux.dev, LKML , "Ahmed S. Darwish" Subject: [PATCH v3 08/44] x86/paravirt: Reorder headers alphabetically Date: Fri, 13 Jun 2025 01:39:34 +0200 Message-ID: <20250612234010.572636-9-darwi@linutronix.de> In-Reply-To: <20250612234010.572636-1-darwi@linutronix.de> References: <20250612234010.572636-1-darwi@linutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The source file uses cpuid_*() macros, but it does not include . Sort its include lines so that the CPUID header can be included next. Signed-off-by: Ahmed S. Darwish --- arch/x86/kernel/paravirt.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c index ab3e172dcc69..3d745cd25a43 100644 --- a/arch/x86/kernel/paravirt.c +++ b/arch/x86/kernel/paravirt.c @@ -6,34 +6,34 @@ 2007 - x86_64 support added by Glauber de Oliveira Costa, Red Hat Inc */ =20 +#include +#include #include -#include #include -#include -#include #include +#include #include #include #include =20 +#include #include -#include #include +#include #include +#include +#include +#include +#include +#include +#include +#include #include +#include #include -#include -#include -#include -#include -#include -#include #include -#include #include -#include -#include -#include +#include =20 /* stub always returning 0. */ DEFINE_ASM_FUNC(paravirt_ret0, "xor %eax,%eax", .entry.text); --=20 2.49.0