diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-01-03 03:24:08 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-01-03 03:24:08 +0100 |
commit | d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93 (patch) | |
tree | e76d4a8214b33d78b5d511a5994d9d98838bc9f9 /SOURCES/kernel-i686-fedora.config | |
parent | 0667c4c19d88cabd3f3fbcfdc4c877b0aef83f85 (diff) | |
download | kernel-fsync-d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93.tar.gz kernel-fsync-d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93.zip |
force futex25.9
futex 2 dependend on EXPERT being set before being configured.
Since we don't want to deal with the 30 new configuration values that enabling EXPERT allows configuring we are just going to force it on by default via the patch
Diffstat (limited to 'SOURCES/kernel-i686-fedora.config')
-rw-r--r-- | SOURCES/kernel-i686-fedora.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SOURCES/kernel-i686-fedora.config b/SOURCES/kernel-i686-fedora.config index 0b6f96f..63ea3c0 100644 --- a/SOURCES/kernel-i686-fedora.config +++ b/SOURCES/kernel-i686-fedora.config @@ -1850,6 +1850,8 @@ CONFIG_FUSION_SAS=m CONFIG_FUSION_SPI=m CONFIG_FUSION=y CONFIG_FUTEX=y +# FUTEX2 is forced on via patch, config value is ignored +CONFIG_FUTEX2=y CONFIG_FW_CACHE=y # CONFIG_FW_CFG_SYSFS_CMDLINE is not set CONFIG_FW_CFG_SYSFS=m @@ -7307,4 +7309,3 @@ CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y # This option determines the default init for the system if no init= # warnings from C=1 sparse checker or -Wextra compilations. It has CONFIG_ZENIFY=y -CONFIG_FUTEX2=y |