Re: [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
From: Philippe Mathieu-Daudé
Date: Tue Apr 30 2024 - 08:41:39 EST
On 29/4/24 14:16, Mike Rapoport wrote:
From: "Mike Rapoport (IBM)" <rppt@xxxxxxxxxx>
Move the logic related to the memory allocation and freeing into
module_memory_alloc() and module_memory_free().
Signed-off-by: Mike Rapoport (IBM) <rppt@xxxxxxxxxx>
---
kernel/module/main.c | 64 +++++++++++++++++++++++++++-----------------
1 file changed, 39 insertions(+), 25 deletions(-)
Nice code simplification.
Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>