Re: [PATCH] crypto: x86/glue_helper make bool

From: Luis R. Rodriguez
Date: Thu Jul 21 2016 - 19:06:17 EST


On Thu, Jul 21, 2016 at 07:01:11PM -0400, Paul Gortmaker wrote:
> [[PATCH] crypto: x86/glue_helper make bool] On 21/07/2016 (Thu 15:13) Luis R. Rodriguez wrote:
>
> > Paul's changes to remove MODULE_LICENSE() out of the x86 glue_helper
> > causes a kernel with CONFIG_CRYPTO_GLUE_HELPER_X86=m to taint since
> > it now detects the license is missing if you try to build the driver
> > as a module, log below.
>
> Reported and fixed two days ago ; the fix went out in yesterday's
> linux-next via the tip tree.
>
> https://lkml.kernel.org/r/20160719144243.GK21225@xxxxxxxxxxxxx
>
> I fixed it by restoring the license, since making it bool might break
> existing use cases,

How so?

Luis