logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kpatch - hot patch module management

Author

       Udo Seidel (udoseidel@gmx.de)

Bugs

       No known bugs.

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

Description

       kpatch  is  a user script that manages installing, loading, and displaying information about kernel patch
       modules installed on the system.

Name

       kpatch - hot patch module management

See Also

kpatch-build(1)

Synopsis

       kpatch <command> [<args>]

See Also