diff options
author | Laura Abbott <labbott@redhat.com> | 2019-11-20 14:43:52 -0500 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-11-22 10:59:28 -0500 |
commit | 3792ab811f3d097b7883cf43235c75ea410b3ebc (patch) | |
tree | fbc6b4c8941daff88d661f5b30d522a64cbedece /configs | |
parent | 190ce77780d78782f3eb85faebe399b568ed2bd5 (diff) | |
download | kernel-3792ab811f3d097b7883cf43235c75ea410b3ebc.tar.gz kernel-3792ab811f3d097b7883cf43235c75ea410b3ebc.tar.xz kernel-3792ab811f3d097b7883cf43235c75ea410b3ebc.zip |
Enable CONFIG_LIVEPATCH
No Fedora doesn't support delivering livepatches to the kernel but it's
useful to validate the infrastructure around livepatch.
Signed-off-by: Laura Abbott <labbott@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_LIVEPATCH | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_TEST_LIVEPATCH | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_LIVEPATCH b/configs/fedora/generic/CONFIG_LIVEPATCH index 6f147cf26..1b05d0d1a 100644 --- a/configs/fedora/generic/CONFIG_LIVEPATCH +++ b/configs/fedora/generic/CONFIG_LIVEPATCH @@ -1 +1 @@ -# CONFIG_LIVEPATCH is not set +CONFIG_LIVEPATCH=y diff --git a/configs/fedora/generic/CONFIG_TEST_LIVEPATCH b/configs/fedora/generic/CONFIG_TEST_LIVEPATCH new file mode 100644 index 000000000..38a780283 --- /dev/null +++ b/configs/fedora/generic/CONFIG_TEST_LIVEPATCH @@ -0,0 +1 @@ +# CONFIG_TEST_LIVEPATCH is not set |