Re: [PATCH 1/2] module: Put known GPL offenders in an array
From: Christoph Hellwig
Date: Thu Nov 14 2024 - 11:09:09 EST
On Thu, Nov 14, 2024 at 11:31:33AM +0100, Uwe Kleine-König wrote:
> Instead of repeating the add_taint_module() call for each offender, create
> an array and loop over that one. This simplifies adding new entries
> considerably.
>
> Signed-off-by: Uwe Kleine-König <ukleinek@xxxxxxxxxx>
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>