summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-11-20 14:43:52 -0500
committerLaura Abbott <labbott@redhat.com>2019-11-22 10:59:28 -0500
commit3792ab811f3d097b7883cf43235c75ea410b3ebc (patch)
treefbc6b4c8941daff88d661f5b30d522a64cbedece /configs
parent190ce77780d78782f3eb85faebe399b568ed2bd5 (diff)
downloadkernel-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_LIVEPATCH2
-rw-r--r--configs/fedora/generic/CONFIG_TEST_LIVEPATCH1
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