lkml.org 
[lkml]   [2024]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: build failure after merge of the tip tree
Hi all,

After merging the tip tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

In file included from <command-line>:
lib/vdso/gettimeofday.c: In function 'vdso_calc_ns':
lib/vdso/gettimeofday.c:11:33: error: 'U64_MAX' undeclared (first use in this function); did you mean 'U64_C'?
11 | # define VDSO_DELTA_MASK(vd) U64_MAX
| ^~~~~~~
lib/vdso/gettimeofday.c:41:49: note: in expansion of macro 'VDSO_DELTA_MASK'
41 | u64 delta = (cycles - vd->cycle_last) & VDSO_DELTA_MASK(vd);
| ^~~~~~~~~~~~~~~
lib/vdso/gettimeofday.c:11:33: note: each undeclared identifier is reported only once for each function it appears in
11 | # define VDSO_DELTA_MASK(vd) U64_MAX
| ^~~~~~~
lib/vdso/gettimeofday.c:41:49: note: in expansion of macro 'VDSO_DELTA_MASK'
41 | u64 delta = (cycles - vd->cycle_last) & VDSO_DELTA_MASK(vd);
| ^~~~~~~~~~~~~~~

Caused by commit

c8e3a8b6f2e6 ("vdso: Consolidate vdso_calc_delta()")

I have used the tip tree from next-20240408 for today.



--
Cheers,
Stephen Rothwell
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2024-05-27 16:30    [W:0.034 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site