diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-03-21 07:04:38 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-03-21 07:04:38 -0500 |
commit | e8c8d8a5e1cf20116def8045306d0953fb848ba6 (patch) | |
tree | 27376518ff223fb1881ed73658d2653978473df8 /kernel-aarch64-debug-rhel.config | |
parent | a2b528f09e9d7b9e0af803e8d6bc715a143ead38 (diff) | |
download | kernel-e8c8d8a5e1cf20116def8045306d0953fb848ba6.tar.gz kernel-e8c8d8a5e1cf20116def8045306d0953fb848ba6.tar.xz kernel-e8c8d8a5e1cf20116def8045306d0953fb848ba6.zip |
kernel-5.17-127
* Mon Mar 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-127]
- 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-aarch64-debug-rhel.config')
-rw-r--r-- | kernel-aarch64-debug-rhel.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 8568b048a..1d0c070ab 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -3438,7 +3438,7 @@ CONFIG_NET_CORE=y CONFIG_NETDEV_ADDR_LIST_TEST=m CONFIG_NETDEVICES=y CONFIG_NET_DEVLINK=y -# CONFIG_NET_DEV_REFCNT_TRACKER is not set +CONFIG_NET_DEV_REFCNT_TRACKER=y CONFIG_NETDEVSIM=m CONFIG_NET_DROP_MONITOR=y # CONFIG_NET_DSA is not set @@ -3555,7 +3555,7 @@ CONFIG_NETLINK_DIAG=y CONFIG_NET_MPLS_GSO=y # CONFIG_NET_NCSI is not set CONFIG_NET_NSH=y -# CONFIG_NET_NS_REFCNT_TRACKER is not set +CONFIG_NET_NS_REFCNT_TRACKER=y CONFIG_NET_NS=y CONFIG_NET_PKTGEN=m CONFIG_NET_POLL_CONTROLLER=y |