On Thu, 29 Aug 2024 13:09:41 +0100 Lorenzo Stoakes
wrote:
> Relevant section from MAINTAINERS:
>
> MEMORY MAPPING
I always thought it meant "memory management" ;)
On Fri, Aug 30, 2024 at 12:23 PM Lorenzo Stoakes
wrote:
>
> On Fri, Aug 30, 2024 at 07:43:12PM GMT, Lorenzo Stoakes wrote:
> > On Fri, Aug 30, 2024 at 06:02:36PM GMT, jef...@chromium.org wrote:
> > > From: Jeff Xu
> > >
> > > Add sealing test to cover mmap for
> > > Expand/shrink across sealed vm
Add the __counted_by compiler attribute to the flexible array member
text to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and
CONFIG_FORTIFY_SOURCE.
Signed-off-by: Thorsten Blum
---
fs/isofs/rock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/isofs/rock.h b/fs
On 8/30/24 09:24, Michal Hocko wrote:
> On Fri 30-08-24 10:31:14, Barry Song wrote:
>> > > > Patch 4/4: We will move the order > 1 check from the current fast path
>> > > > to the slow path and extend
>> > > > the check of gfp_direct_reclaim flag also in the slow
>> > > > path.
>>
On Fri 30-08-24 10:31:14, Barry Song wrote:
> > > > Patch 4/4: We will move the order > 1 check from the current fast path
> > > > to the slow path and extend
> > > > the check of gfp_direct_reclaim flag also in the slow
> > > > path.
> > >
> > > OK, let's have that go in now as w