mirror of
https://github.com/dynup/kpatch
synced 2024-12-24 06:02:05 +00:00
commit
3932684cb4
@ -25,12 +25,10 @@
|
|||||||
# replace modified functions in the kernel such that the
|
# replace modified functions in the kernel such that the
|
||||||
# patched code takes effect.
|
# patched code takes effect.
|
||||||
|
|
||||||
# This script currently only works on Fedora and will need to be adapted to
|
|
||||||
# work on other distros.
|
|
||||||
|
|
||||||
# This script:
|
# This script:
|
||||||
# - Downloads the kernel src rpm for the currently running kernel
|
# - Either uses a specified kernel source directory or downloads the kernel
|
||||||
# - Unpacks and prepares the src rpm for building
|
# source package for the currently running kernel
|
||||||
|
# - Unpacks and prepares the source package for building if necessary
|
||||||
# - Builds the base kernel (vmlinux)
|
# - Builds the base kernel (vmlinux)
|
||||||
# - Builds the patched kernel and monitors changed objects
|
# - Builds the patched kernel and monitors changed objects
|
||||||
# - Builds the patched objects with gcc flags -f[function|data]-sections
|
# - Builds the patched objects with gcc flags -f[function|data]-sections
|
||||||
|
Loading…
Reference in New Issue
Block a user