]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0721cdc456ecae9c4521dc2c64afdd0dc752e76b
tree08b898e966a1ef288e2a7e99bc136e817db7f829
parent8ff8a9db20590c134194381bd785e468c098f82c
livepatch/module: print notice of TAINT_LIVEPATCH

Add back the "tainting kernel with TAINT_LIVEPATCH" kernel log message
that commit 40886892e996 ("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