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 /kernel-armv7hl-lpae-debug-fedora.config | |
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 'kernel-armv7hl-lpae-debug-fedora.config')
-rw-r--r-- | kernel-armv7hl-lpae-debug-fedora.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel-armv7hl-lpae-debug-fedora.config b/kernel-armv7hl-lpae-debug-fedora.config index aa253b937..afb9de96f 100644 --- a/kernel-armv7hl-lpae-debug-fedora.config +++ b/kernel-armv7hl-lpae-debug-fedora.config @@ -3047,7 +3047,7 @@ CONFIG_LIBFCOE=m # CONFIG_LIDAR_LITE_V2 is not set CONFIG_LIQUIDIO_VF=m CONFIG_LIRC=y -# CONFIG_LIVEPATCH is not set +CONFIG_LIVEPATCH=y # CONFIG_LKDTM is not set # CONFIG_LLC2 is not set CONFIG_LLC=m @@ -6278,6 +6278,7 @@ CONFIG_TERANETICS_PHY=m # CONFIG_TEST_KMOD is not set CONFIG_TEST_KSTRTOX=y CONFIG_TEST_LIST_SORT=y +# CONFIG_TEST_LIVEPATCH is not set # CONFIG_TEST_LKM is not set # CONFIG_TEST_MEMCAT_P is not set # CONFIG_TEST_MEMINIT is not set |