summaryrefslogtreecommitdiff
path: root/drivers/virt
diff options
context:
space:
mode:
authorBorislav Petkov (AMD) <bp@alien8.de>2023-12-30 12:20:04 +0100
committerBorislav Petkov (AMD) <bp@alien8.de>2023-12-30 12:25:55 +0100
commit7991ed43587d1106315208cc289c851d6915d4a3 (patch)
tree9189e39c25d1eedbe2e5e05b24a847eab9e43e6d /drivers/virt
parentf7af6977621a41661696d94c0c0a20c761404476 (diff)
x86/alternative: Correct feature bit debug output
In https://lore.kernel.org/r/20231206110636.GBZXBVvCWj2IDjVk4c@fat_crate.local I wanted to adjust the alternative patching debug output to the new changes introduced by da0fe6e68e10 ("x86/alternative: Add indirect call patching") but removed the '*' which denotes the ->x86_capability word. The correct output should be, for example: [ 0.230071] SMP alternatives: feat: 11*32+15, old: (entry_SYSCALL_64_after_hwframe+0x5a/0x77 (ffffffff81c000c2) len: 16), repl: (ffffffff89ae896a, len: 5) flags: 0x0 while the incorrect one says "... 1132+15" currently. Add back the '*'. Fixes: da0fe6e68e10 ("x86/alternative: Add indirect call patching") Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20231206110636.GBZXBVvCWj2IDjVk4c@fat_crate.local
Diffstat (limited to 'drivers/virt')
0 files changed, 0 insertions, 0 deletions