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
|
2014-04-07 17:08:19 +00:00
|
|
|
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 OPTIONS
|
|
|
|
|
|
|
|
install <file>
|
|
|
|
install hotpatch module to the kpatch DB
|
|
|
|
|
|
|
|
uninstall <hotpatch>
|
|
|
|
uninstall hotpatch module from the kpatch DB
|
|
|
|
|
2014-04-07 17:08:19 +00:00
|
|
|
load --all
|
2014-04-14 17:30:11 +00:00
|
|
|
load all enabled hotpatch modules into the running kernel
|
2014-03-25 07:36:20 +00:00
|
|
|
|
2014-04-07 17:08:19 +00:00
|
|
|
load <hotpatch>
|
|
|
|
load installed hotpatch module to the running kernel
|
2014-03-25 07:36:20 +00:00
|
|
|
|
2014-04-07 17:08:19 +00:00
|
|
|
unload <hotpatch>
|
|
|
|
unload hotpatch module from the running kernel
|
2014-03-25 07:36:20 +00:00
|
|
|
|
|
|
|
info <hotpatch>
|
|
|
|
show information about an installed hotpatch module
|
|
|
|
|
|
|
|
list
|
|
|
|
list installed hotpatch modules
|
|
|
|
|
|
|
|
.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>
|
|
|
|
|