From: Catalin Marinas <catalin.marinas@arm•com>
To: "Thomas Weißschuh" <thomas.weissschuh@linutronix•de>
Cc: Will Deacon <will@kernel•org>,
Russell King <linux@armlinux•org.uk>,
Madhavan Srinivasan <maddy@linux•ibm.com>,
Michael Ellerman <mpe@ellerman•id.au>,
Nicholas Piggin <npiggin@gmail•com>,
"Christophe Leroy (CS GROUP)" <chleroy@kernel•org>,
Huacai Chen <chenhuacai@kernel•org>,
WANG Xuerui <kernel@xen0n•name>,
Thomas Bogendoerfer <tsbogend@alpha•franken.de>,
Andy Lutomirski <luto@kernel•org>,
Thomas Gleixner <tglx@kernel•org>,
Vincenzo Frascino <vincenzo.frascino@arm•com>,
Theodore Ts'o <tytso@mit•edu>,
"Jason A. Donenfeld" <Jason@zx2c4•com>,
linux-arm-kernel@lists•infradead.org,
linux-kernel@vger•kernel.org, linuxppc-dev@lists•ozlabs.org,
loongarch@lists•linux.dev, linux-mips@vger•kernel.org
Subject: Re: [PATCH 01/15] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
Date: Wed, 4 Feb 2026 17:50:59 +0000 [thread overview]
Message-ID: <aYOHA7ZEpKDowJH5@arm.com> (raw)
In-Reply-To: <20260114-vdso-header-cleanups-v1-1-803b80ee97b4@linutronix.de>
On Wed, Jan 14, 2026 at 09:01:33AM +0100, Thomas Weißschuh wrote:
> The reference to VDSO_CLOCKMODE_NONE requires vdso/clocksource.h. Currently
> this header is included transitively, but that transitive inclusion is
> about to go away.
>
> Explicitly include the header.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix•de>
Acked-by: Catalin Marinas <catalin.marinas@arm•com>
next prev parent reply other threads:[~2026-02-04 17:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-14 8:01 [PATCH 00/15] vDSO: header file cleanups Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 01/15] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h Thomas Weißschuh
2026-02-04 17:50 ` Catalin Marinas [this message]
2026-01-14 8:01 ` [PATCH 02/15] arm64: vDSO: compat_gettimeofday: Add explicit includes Thomas Weißschuh
2026-02-04 17:51 ` Catalin Marinas
2026-01-14 8:01 ` [PATCH 03/15] ARM: vdso: gettimeofday: " Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 04/15] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 05/15] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 06/15] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 07/15] MIPS: vdso: Add include guard to asm/vdso/vdso.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 08/15] MIPS: vdso: Explicitly include asm/vdso/vdso.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 09/15] random: vDSO: Add explicit includes Thomas Weißschuh
2026-01-22 23:28 ` Jason A. Donenfeld
2026-01-14 8:01 ` [PATCH 10/15] vdso/gettimeofday: " Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 11/15] vdso/helpers: Explicitly include vdso/processor.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 12/15] vdso/datapage: Remove inclusion of gettimeofday.h Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 13/15] vdso/datapage: Trim down unnecessary includes Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 14/15] random: vDSO: trim vDSO includes Thomas Weißschuh
2026-01-14 8:01 ` [PATCH 15/15] random: vDSO: remove ifdeffery Thomas Weißschuh
2026-01-22 23:29 ` Jason A. Donenfeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aYOHA7ZEpKDowJH5@arm.com \
--to=catalin.marinas@arm$(echo .)com \
--cc=Jason@zx2c4$(echo .)com \
--cc=chenhuacai@kernel$(echo .)org \
--cc=chleroy@kernel$(echo .)org \
--cc=kernel@xen0n$(echo .)name \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mips@vger$(echo .)kernel.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=loongarch@lists$(echo .)linux.dev \
--cc=luto@kernel$(echo .)org \
--cc=maddy@linux$(echo .)ibm.com \
--cc=mpe@ellerman$(echo .)id.au \
--cc=npiggin@gmail$(echo .)com \
--cc=tglx@kernel$(echo .)org \
--cc=thomas.weissschuh@linutronix$(echo .)de \
--cc=tsbogend@alpha$(echo .)franken.de \
--cc=tytso@mit$(echo .)edu \
--cc=vincenzo.frascino@arm$(echo .)com \
--cc=will@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox