1man(1) kpatch man page man(1)
2
3
4
6 kpatch - hot patch module management
7
9 kpatch <command> [<args>]
10
12 kpatch is a user script that manages installing, loading, and display‐
13 ing information about kernel patch modules installed on the system.
14
16 install [-k|--kernel-version=<kernel version>] <module>
17 install patch module to be loaded at boot
18
19 uninstall [-k|--kernel-version=<kernel version>] <module>
20 uninstall patch module
21
22 load --all
23 load all installed patch modules into the running kernel
24
25 load <module>
26 load patch module into the running kernel
27
28 unload --all
29 unload all patch modules from the running kernel
30
31 unload <module>
32 unload patch module from the running kernel
33
34 info <module>
35 show information about a patch module
36
37 list
38 list installed patch modules
39
40 version
41 display the kpatch version
42
43
45 kpatch-build(1)
46
48 No known bugs.
49
51 Udo Seidel (udoseidel@gmx.de)
52
54 Copyright (C) 2014: Seth Jennings <sjenning@redhat.com> and Josh Poim‐
55 boeuf <jpoimboe@redhat.com>
56
57
58
59
601.0 23 Mar 2014 man(1)