Hi Johannes, On Mon, 7 Mar 2022 11:43:21 -0500 Johannes Weiner wrote: > > Sorry about that. This should fix it: > > --- > From a4d90a5faa418d98f925abe47b1a4fcffc4283f9 Mon Sep 17 00:00:00 2001 > From: Johannes Weiner > Date: Mon, 7 Mar 2022 11:38:42 -0500 > Subject: [PATCH] mm: madvise: MADV_DONTNEED_LOCKED fix > > On MiPS: > mm/madvise.c:55:7: error: 'MADV_DONTNEED_LOCKED' undeclared (first use in this function); did you mean 'MADV_DONTNEED'? > > Define MADV_DONTNEED_LOCKED on archs that don't use the common mman.h > > Reported-by: Stephen Rothwell > Reported-by: Linux Kernel Functional Testing > Signed-off-by: Johannes Weiner Thanks. Added to linux-next today. -- Cheers, Stephen Rothwell