livepatch/module: print notice of TAINT_LIVEPATCH
authorJoe Lawrence <joe.lawrence@redhat.com>
Thu, 12 Jan 2017 16:57:44 +0000 (11:57 -0500)
committerJessica Yu <jeyu@redhat.com>
Tue, 31 Jan 2017 01:07:32 +0000 (17:07 -0800)
commit7598d167df99ddadb7f7bd803d1413af740f3617
tree08b898e966a1ef288e2a7e99bc136e817db7f829
parent7b73305160f11b633e9801b2c6b83d5b0cb867cc
livepatch/module: print notice of TAINT_LIVEPATCH

Add back the "tainting kernel with TAINT_LIVEPATCH" kernel log message
that commit 2992ef29ae01 ("livepatch/module: make TAINT_LIVEPATCH
module-specific") dropped.  Now that it's a module-specific taint flag,
include the module name.

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jessica Yu <jeyu@redhat.com>
kernel/module.c