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-ppc64le-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-ppc64le-fedora.config')
-rw-r--r-- | kernel-ppc64le-fedora.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel-ppc64le-fedora.config b/kernel-ppc64le-fedora.config index 7d4d0dbf9..4cb9d4fd2 100644 --- a/kernel-ppc64le-fedora.config +++ b/kernel-ppc64le-fedora.config @@ -2584,7 +2584,7 @@ CONFIG_LIBNVDIMM=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 @@ -5351,6 +5351,7 @@ CONFIG_TERANETICS_PHY=m # CONFIG_TEST_KMOD is not set CONFIG_TEST_KSTRTOX=y # CONFIG_TEST_LIST_SORT is not set +# 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 |