lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 18 Jan 2024 09:47:10 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
 Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
 linux-riscv <linux-riscv@...ts.infradead.org>
Subject: Re: linux-next: Tree for Jan 18 (arch/riscv/mm/init.c)



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
Download attachment "config-r5397.gz" of type "application/gzip" (22503 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ