Re: [PATCH] x86/entry/vdso: fix path to gettimeofday.c
From: Vladimir Oltean
Date: Mon Mar 09 2026 - 15:24:22 EST
On Mon, Mar 09, 2026 at 07:46:15PM +0100, Borislav Petkov wrote:
> On Mon, Mar 09, 2026 at 08:38:03PM +0200, Vladimir Oltean wrote:
> > I'm not sure stale in which sense (I don't seem to have problems
> > otherwise), but I don't really have time to split hairs on such an
> > insignificant topic, sorry. The include path is wrong.
>
> This is not splitting hairs - we're trying to figure out how *you* have seen
> it and we haven't so that we can make sure we're not missing an angle while
> testing.
>
> I'll fix up your commit message to match what's happening.
>
> --
> Regards/Gruss,
> Boris.
>
> https://people.kernel.org/tglx/notes-about-netiquette
My best guess is that I'm building in a git worktree and you aren't.
[/opt/linux/linux-phy] $ git worktree list
/opt/linux caf08514bbee [test-vdso] <- doesn't fail
/opt/linux/linux-phy 4e7a72a8696d [...] <- fails
But don't ask me why it doesn't fail on the test-vdso branch in the main
git tree with the exact same steps. I don't usually build-test x86, so
I haven't been tracking the history and my experience is limited.