File: kpatch.1

package info (click to toggle)
kpatch 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,716 kB
  • sloc: ansic: 9,716; sh: 2,592; makefile: 260; asm: 35
file content (56 lines) | stat: -rw-r--r-- 1,490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" Manpage for kpatch.
.\" Contact udoseidel@gmx.de to correct errors or typos.
.TH man 1 "23 Mar 2014" "1.0" "kpatch man page"
.SH NAME
kpatch \- hot patch module management
.SH SYNOPSIS
kpatch <command> [<args>]
.SH DESCRIPTION
kpatch is a user script that manages installing, loading, and 
displaying information about kernel patch modules installed on
the system. 
.SH COMMANDS

install [-k|--kernel-version=<kernel version>] <module>
       install patch module to be loaded at boot

uninstall [-k|--kernel-version=<kernel version>] <module>
       uninstall patch module

load --all
       load all installed patch modules into the running kernel

load <module>
       load patch module into the running kernel

unload --all
       unload all patch modules from the running kernel

unload <module>
       unload patch module from the running kernel

info <module>
       show information about a patch module

list
       list installed patch modules

signal
       signal/poke any process stalling the current patch transition.
       This is only useful on systems that have the sysfs livepatch signal interface.
       On other systems, the signaling should be done automatically by the OS and
       this subcommand is a no-op.

version
       display the kpatch version

.SH SEE ALSO
kpatch-build(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Udo Seidel (udoseidel@gmx.de)
.SH COPYRIGHT
Copyright (C) 2014: Seth Jennings <sjenning@redhat.com> and 
Josh Poimboeuf <jpoimboe@redhat.com>