Re: linux-next: Tree for Jan 18 (arch/riscv/mm/init.c)

From: Randy Dunlap
Date: Thu Jan 18 2024 - 12:47:25 EST




On 1/17/24 19:31, Stephen Rothwell wrote:
> Hi all,
>
> News: the merge window has opened, so please do not add any material
> intended for v6.9 to your linux-next included branches until asfter
> v6.8-rc1 has been released.
>
> Changes since 20240117:
>

on riscv 32-bit:

./arch/riscv/mm/init.c: In function 'setup_vm':
./arch/riscv/mm/init.c:1063:34: error: 'PAGE_OFFSET_L3' undeclared (first use in this function); did you mean 'PAGE_OFFSET'?
1063 | kernel_map.page_offset = PAGE_OFFSET_L3;
| ^~~~~~~~~~~~~~
| PAGE_OFFSET
./arch/riscv/mm/init.c:1063:34: note: each undeclared identifier is reported only once for each function it appears in


PAGE_OFFSET_L3 is only defined for CONFIG_64BIT.


Full randconfig file is attached (fwiw).

--
#Randy

Attachment: config-r5397.gz
Description: application/gzip