From mboxrd@z Thu Jan 1 00:00:00 1970 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 8139A145350 for ; Tue, 27 Feb 2024 15:34:45 +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=1709048087; cv=none; b=kCzN7hboyf4nFM5diCzWXaBK4rc0EvYJmYharMhQ0mvFxXnyqYfpxbXkveeGsNmn8g5sOiCYZeVgG6zmR+loiS4+6VpIUVTvEU+HNIZwAsLjEAjDIS8BxdSQEx9eNTuMBI/P/Qy7BfAECqk0Lg5D0q0RCvRhjexh7IZSKveHfGk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709048087; c=relaxed/simple; bh=EbVntXitC/QFIuP2/TmT2A2kRX1GNYhUcq+cwpTGYLQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=W6BPEL1JINvgBrqU9ybtSmpFobI2jIKZ4WNdhs+4ivT1gMQVIMaxpdI+5OQ9ssFsMes5ogcso4QiNOF4zYUouK67sT2cJNySqQp235FwyXSn7416bISdBRmwbSQucTw71uhBYxZRIxlaeyvPSlPIK/KCecgJN2XE78BgGVRtaZs= 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=YQs8mbZk; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=rqBCp3xt; 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="YQs8mbZk"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="rqBCp3xt" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1709048083; 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=WH0D6ST3RVYcVdf3hVGdNBojkUeGryYDXsdZakPzzPU=; b=YQs8mbZko2WXM8DEdp/aLmxhiX7ZdJT5jxFph/Ap2GqNMvT3Nmval6M9TXUTia9cbaGgGq NRoUKImNzzViZ4CdYmdo4SSpIAMNfkiSG669DlZC2axJQjJL4UcmCMOaV9mDzGThg4h/b+ IBZG5at+88KRaV1zjyL1viXoYztsBFPqtO7F+03P7YyP8qFfZ/HSnDdye5iQkvzdzOv0zC qHtC4dHwzw48Bgz3qC0FJPwIsb2q+TN++JddWWSKfY0KoVXsheN8vRgYqwx7+ECSZZIOPI y0EWJXbSWmDeQL+dR51CRdX68JlaL31VXO/WkNQM8tRXO8HJgMbFvbV1SCbXHg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1709048083; 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=WH0D6ST3RVYcVdf3hVGdNBojkUeGryYDXsdZakPzzPU=; b=rqBCp3xt+Clc1oLx2Fd15P8Quh+GEl7Kc1FruWJKSMt6ysYfOEtTwxdJsa1L4+oWz/aRnz 2okVFSa/TiNkOEDA== To: Catalin Marinas , Anna-Maria Behnsen Cc: linux-kernel@vger.kernel.org, Andy Lutomirski , Vincenzo Frascino , Arnd Bergmann , Kees Cook , Will Deacon , linux-arm-kernel@lists.infradead.org, Linux Kernel Functional Testing Subject: Re: [PATCH] vdso/datapage: Quick fix - use asm/page-def.h for ARM64 In-Reply-To: References: <20240226175023.56679-1-anna-maria@linutronix.de> Date: Tue, 27 Feb 2024 16:34:42 +0100 Message-ID: <87cyshapkd.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Feb 27 2024 at 13:44, Catalin Marinas wrote: > On Mon, Feb 26, 2024 at 06:50:23PM +0100, Anna-Maria Behnsen wrote: >> diff --git a/include/vdso/datapage.h b/include/vdso/datapage.h >> index 7ba44379a095..5d5c0b8efff2 100644 >> --- a/include/vdso/datapage.h >> +++ b/include/vdso/datapage.h >> @@ -19,7 +19,11 @@ >> #include >> #include >> >> +#ifdef CONFIG_ARM64 >> +#include >> +#else >> #include >> +#endif > > I'm not a fan of guarding includes but I guess this would do until we > merge Arnd's clean-up patches. FWIW: Nobody is a fan of that, but the cleanup is not available tomorrow :)