kpatch/man/kpatch.1

57 lines
1.5 KiB
Groff
Raw Normal View History

2014-03-25 07:36:20 +00:00
.\" 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
2014-03-25 07:36:20 +00:00
displaying information about kernel patch modules installed on
the system.
.SH COMMANDS
2014-03-25 07:36:20 +00:00
install [-k|--kernel-version=<kernel version>] <module>
install patch module to be loaded at boot
2014-03-25 07:36:20 +00:00
uninstall [-k|--kernel-version=<kernel version>] <module>
uninstall patch module
2014-03-25 07:36:20 +00:00
load --all
load all installed patch modules into the running kernel
2014-03-25 07:36:20 +00:00
load <module>
load patch module into the running kernel
2014-03-25 07:36:20 +00:00
unload --all
unload all patch modules from the running kernel
unload <module>
unload patch module from the running kernel
2014-03-25 07:36:20 +00:00
info <module>
show information about a patch module
2014-03-25 07:36:20 +00:00
list
list installed patch modules
2014-03-25 07:36:20 +00:00
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
2014-03-25 07:36:20 +00:00
.SH SEE ALSO
kpatch-build(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Udo Seidel (udoseidel@gmx.de)
2014-03-25 16:12:50 +00:00
.SH COPYRIGHT
2014-03-25 07:36:20 +00:00
Copyright (C) 2014: Seth Jennings <sjenning@redhat.com> and
Josh Poimboeuf <jpoimboe@redhat.com>