Re: [PATCH 6.4 00/28] 6.4.1-rc1 review

From: Linus Torvalds
Date: Fri Jun 30 2023 - 02:16:49 EST


On Thu, 29 Jun 2023 at 22:31, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
>
> arch/parisc/mm/fault.c: In function 'do_page_fault':
> arch/parisc/mm/fault.c:292:22: error: 'prev' undeclared (first use in this function)
> 292 | if (!prev || !(prev->vm_flags & VM_GROWSUP))

Bah. "prev" should be "prev_vma" here.

I've pushed out the fix. Greg, apologies. It's

ea3f8272876f parisc: fix expand_stack() conversion

and Naresh already pointed to the similarly silly sparc32 fix.

Linus