Re: [PATCH] x86/entry/vdso: fix path to gettimeofday.c

From: Vladimir Oltean

Date: Mon Mar 09 2026 - 14:38:21 EST


On Sat, Mar 07, 2026 at 04:29:47PM -0800, H. Peter Anvin wrote:
> On 2026-03-07 16:21, Vladimir Oltean wrote:
> >
> > cc="ccache gcc"
> > output_dir=build_allmodconfig_warn/
> > ncpu=$(grep -c processor /proc/cpuinfo)
> > build_flags="-Oline -j $ncpu W=1 C=1"
> > tmpfile_o=$(mktemp)
> > tmpfile_n=$(mktemp)
> >
> > make CC="$cc" O=$output_dir allmodconfig
> > ./scripts/config --file $output_dir/.config -d werror
> > ./scripts/config --file $output_dir/.config -d drm_werror
> > ./scripts/config --file $output_dir/.config -d kvm_werror
> > ./scripts/config --file $output_dir/.config -d rust
> > ./scripts/config --file $output_dir/.config -d security_apparmor
> >
> > make CC="$cc" O=$output_dir $build_flags
>
> Any chance you have a stale ccache?
>
> -hpa

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.