Re: [PATCH v2 18/19] crypto: x86 - standardize not loaded prints

From: Jason A. Donenfeld
Date: Wed Oct 12 2022 - 20:56:55 EST


On Wed, Oct 12, 2022 at 04:59:30PM -0500, Robert Elliott wrote:
> Standardize the prints that additional required CPU features are not
> present along with the main CPU features (e.g., OSXSAVE is not
> present along with AVX).
>
> Although modules are not supposed to print unless loaded and
> active, these are existing exceptions.

Another comma splice. But also, don't do this. No need to clutter dmesg.
`lsmod` is the job for this.

Jason