Re: [PATCH v1] module: Fix prefix for module.sig_enforce module param

From: Linus Torvalds
Date: Thu Jun 02 2022 - 15:46:26 EST


On Thu, Jun 2, 2022 at 12:16 PM Luis Chamberlain <mcgrof@xxxxxxxxxx> wrote:
>
> Linus want to take this in or should I just queue these up?

I'll take it, and remove the unnecessary #ifdef/#endif. The #undef
might as well be unconditional - simpler and doesn't hurt.

Linus