Re: [PATCH] module: Refine kmemleak scanned areas

2024-09-09 Thread Luis Chamberlain
On Mon, Sep 09, 2024 at 11:23:56AM +0100, Vincent Donnefort wrote: > On Mon, Sep 09, 2024 at 09:52:57AM +0100, Catalin Marinas wrote: > > On Mon, Sep 09, 2024 at 08:40:34AM +0100, Vincent Donnefort wrote: > > > On Sat, Sep 07, 2024 at 03:12:13PM +0100, Catalin Marinas wrote: > > > > On Fri, Sep 06,

Re: [PATCH] module: Refine kmemleak scanned areas

2024-09-09 Thread Vincent Donnefort
On Mon, Sep 09, 2024 at 09:52:57AM +0100, Catalin Marinas wrote: > On Mon, Sep 09, 2024 at 08:40:34AM +0100, Vincent Donnefort wrote: > > On Sat, Sep 07, 2024 at 03:12:13PM +0100, Catalin Marinas wrote: > > > On Fri, Sep 06, 2024 at 04:38:56PM +0100, Vincent Donnefort wrote: > > > > commit ac3b4328

Re: [PATCH] module: Refine kmemleak scanned areas

2024-09-09 Thread Catalin Marinas
On Mon, Sep 09, 2024 at 08:40:34AM +0100, Vincent Donnefort wrote: > On Sat, Sep 07, 2024 at 03:12:13PM +0100, Catalin Marinas wrote: > > On Fri, Sep 06, 2024 at 04:38:56PM +0100, Vincent Donnefort wrote: > > > commit ac3b43283923 ("module: replace module_layout with module_memory") > > > introduce

Re: [PATCH] module: Refine kmemleak scanned areas

2024-09-09 Thread Vincent Donnefort
On Sat, Sep 07, 2024 at 03:12:13PM +0100, Catalin Marinas wrote: > On Fri, Sep 06, 2024 at 04:38:56PM +0100, Vincent Donnefort wrote: > > commit ac3b43283923 ("module: replace module_layout with module_memory") > > introduced a set of memory regions for the module layout sharing the > > same attrib

Re: [PATCH] module: Refine kmemleak scanned areas

2024-09-07 Thread Catalin Marinas
On Fri, Sep 06, 2024 at 04:38:56PM +0100, Vincent Donnefort wrote: > commit ac3b43283923 ("module: replace module_layout with module_memory") > introduced a set of memory regions for the module layout sharing the > same attributes but didn't update the kmemleak scanned areas which > intended to lim

Re: [PATCH] module: Refine kmemleak scanned areas

2024-09-06 Thread Luis Chamberlain
On Fri, Sep 06, 2024 at 04:38:56PM +0100, Vincent Donnefort wrote: > commit ac3b43283923 ("module: replace module_layout with module_memory") > introduced a set of memory regions for the module layout sharing the > same attributes but didn't update the kmemleak scanned areas which > intended to lim