diff options
author | 2022-08-30 19:28:55 +0800 | |
---|---|---|
committer | 2022-09-01 16:27:59 +0200 | |
commit | 66d8529d0f0423bc0fc249a5620c342c122981fb (patch) | |
tree | 8334ed3f9cb34c08bc05f222b4d7d0ef5cc06368 /scripts/generate_rust_analyzer.py | |
parent | livepatch: fix race between fork and KLP transition (diff) | |
download | linux-dev-66d8529d0f0423bc0fc249a5620c342c122981fb.tar.xz linux-dev-66d8529d0f0423bc0fc249a5620c342c122981fb.zip |
livepatch: Add a missing newline character in klp_module_coming()
The error message is not printed immediately because it does not end with
a newline character.
Before:
root@localhost:~# insmod vmlinux.ko
insmod: ERROR: could not insert module vmlinux.ko: Invalid parameters
After:
root@localhost:~# insmod vmlinux.ko
[ 43.982558] livepatch: vmlinux.ko: invalid module name
insmod: ERROR: could not insert module vmlinux.ko: Invalid parameters
Fixes: dcf550e52f56 ("livepatch: Disallow vmlinux.ko")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20220830112855.749-1-thunder.leizhen@huawei.com
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions