Re: [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

2025-05-19 Thread Mike Rapoport
Hi Alexandre, On Mon, May 19, 2025 at 05:54:23PM +0200, Alexandre Ghiti wrote: > Hi Mike, > > I encountered the same error as Pratyush and the above diff fixes it: do you > plan on sending this fix for 6.15? > > If so, you can add: > > Tested-by: Alexandre Ghiti Thanks! Here's the patch: http

Re: [PATCH] docs: align with scripts/syscall.tbl migration

2025-05-19 Thread Jonathan Corbet
Jesung Yang writes: > Update the documentation to reflect the migration of the following > architectures to the centralized syscall table format: > > arc, arm64, csky, hexagon, loongarch, nios2, openrisc, riscv > > As of commit 3db80c999debbad ("riscv: convert to generic syscall table"), > thes

Re: [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

2025-05-19 Thread Alexandre Ghiti
Hi Mike, On 5/16/25 19:01, Mike Rapoport wrote: Hi Pratyush, On Fri, May 16, 2025 at 05:28:17PM +0200, Pratyush Yadav wrote: Hi Mike, Andrew, On Thu, Mar 13 2025, Mike Rapoport wrote: From: "Mike Rapoport (Microsoft)" high_memory defines upper bound on the directly mapped memory. This bou