diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-02-18 11:41:08 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-02-18 11:41:08 -0600 |
commit | 5ff17644e3967601fff6f4a300632fc2fb37c007 (patch) | |
tree | 6d641883c8ad8b851c1b2c072bef2bf7d3337c45 /kernel-x86_64-debug-rhel.config | |
parent | 4d39407806f2c1fca6a1645d15deac8b9e855bf6 (diff) | |
download | kernel-5ff17644e3967601fff6f4a300632fc2fb37c007.tar.gz kernel-5ff17644e3967601fff6f4a300632fc2fb37c007.tar.xz kernel-5ff17644e3967601fff6f4a300632fc2fb37c007.zip |
kernel-5.17-0.rc4.9195e5e0adbb.100
* Fri Feb 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc4.9195e5e0adbb.100]
- mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-x86_64-debug-rhel.config')
-rw-r--r-- | kernel-x86_64-debug-rhel.config | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 87a7cff84..bf15e221b 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -3591,12 +3591,7 @@ CONFIG_NET_SCH_TBF=m # CONFIG_NET_SCH_TEQL is not set CONFIG_NET_SWITCHDEV=y CONFIG_NET_TC_SKB_EXT=y -CONFIG_NET_TEAM=m -CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m -CONFIG_NET_TEAM_MODE_BROADCAST=m -CONFIG_NET_TEAM_MODE_LOADBALANCE=m -CONFIG_NET_TEAM_MODE_RANDOM=m -CONFIG_NET_TEAM_MODE_ROUNDROBIN=m +# CONFIG_NET_TEAM is not set # CONFIG_NET_TULIP is not set CONFIG_NET_UDP_TUNNEL=m # CONFIG_NET_VENDOR_3COM is not set |