On Thu, Jan 4, 2018 at 8:37 AM, David Woodhouse <[email protected]> wrote:
> From: Andi Kleen <[email protected]>
>
> When the kernel or a module hasn't been compiled with a retpoline
> aware compiler, print a warning and set a taint flag.
>
> For modules it is checked at compile time, however it cannot
> check assembler or other non compiled objects used in the module link.
>
> Due to lack of better letter it uses taint option 'Z'
>

Is taint really the right thing to do here? Why not just do pr_info?

Reply via email to