Hi Randy,
On 02/03/2024 06:37, Randy Dunlap wrote:
On 2/29/24 21:57, Stephen Rothwell wrote:
Hi all,
Changes since 20240229:
on riscv 32-bit:
In file included from ../arch/riscv/include/asm/uaccess.h:12,
from ../include/linux/uaccess.h:11,
from ../include/linux/sched/task.h:13,
from ../include/linux/sched/signal.h:9,
from ../include/linux/rcuwait.h:6,
from ../include/linux/percpu-rwsem.h:7,
from ../include/linux/fs.h:33,
from ../kernel/events/core.c:11:
../kernel/events/core.c: In function 'perf_get_pgtable_size':
../arch/riscv/include/asm/pgtable.h:443:41: error: implicit declaration of function 'napot_cont_size' [-Werror=implicit-function-declaration]
443 | napot_cont_size(napot_cont_order(pte)) :\
| ^~~~~~~~~~~~~~~
../kernel/events/core.c:7588:24: note: in expansion of macro 'pte_leaf_size'
7588 | size = pte_leaf_size(pte);
| ^~~~~~~~~~~~~
../arch/riscv/include/asm/pgtable.h:443:57: error: implicit declaration of function 'napot_cont_order'; did you mean 'get_count_order'? [-Werror=implicit-function-declaration]
443 | napot_cont_size(napot_cont_order(pte)) :\
| ^~~~~~~~~~~~~~~~
../kernel/events/core.c:7588:24: note: in expansion of macro 'pte_leaf_size'
7588 | size = pte_leaf_size(pte);
| ^~~~~~~~~~~~~
Full randconfig file is attached.
I missed it because this patch interacts with FAST_GUP support merged in
for-next. But what this means is that the fix I sent for 6.8-rc7 was not
needed at all...my bad, sorry.
I have just sent a fix here:
https://lore.kernel.org/linux-riscv/20240304080247.387710-1-alexghiti@xxxxxxxxxxxx/T/#u
Thanks,
Alex