Re: [PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says

2021-09-27 Thread Christophe Leroy
Le 27/09/2021 à 15:11, Michael Ellerman a écrit : Christophe Leroy writes: Commit 7a5da02de8d6 ("locking/lockdep: check for freed initmem in static_obj()") added arch_is_kernel_initmem_freed() which is supposed to report whether an object is part of already freed init memory. For the time b

Re: [PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says

2021-09-27 Thread Michael Ellerman
Christophe Leroy writes: > Commit 7a5da02de8d6 ("locking/lockdep: check for freed initmem in > static_obj()") added arch_is_kernel_initmem_freed() which is supposed > to report whether an object is part of already freed init memory. > > For the time being, the generic version of arch_is_kernel_ini

[PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says

2021-09-24 Thread Christophe Leroy
Commit 7a5da02de8d6 ("locking/lockdep: check for freed initmem in static_obj()") added arch_is_kernel_initmem_freed() which is supposed to report whether an object is part of already freed init memory. For the time being, the generic version of arch_is_kernel_initmem_freed() always reports 'false'