[kernel] af_packet: Enable CONFIG_PACKET_DIAG as a module

Neil Horman nhorman at fedoraproject.org
Mon Apr 29 19:29:40 UTC 2013


commit 56190ca5ff99f87699a2b172982ff2bf99740010
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Mon Apr 29 15:28:04 2013 -0400

    af_packet: Enable CONFIG_PACKET_DIAG as a module
    
    Resolves: rhbz956870

 config-generic |    2 +-
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index d97f25f..f53f18b 100644
--- a/config-generic
+++ b/config-generic
@@ -674,7 +674,7 @@ CONFIG_TCP_MD5SIG=y
 # Networking options
 #
 CONFIG_PACKET=y
-# CONFIG_PACKET_DIAG is not set
+CONFIG_PACKET_DIAG=m
 CONFIG_UNIX=y
 CONFIG_UNIX_DIAG=m
 CONFIG_NET_KEY=m
diff --git a/kernel.spec b/kernel.spec
index 12f0aae..88669e0 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2292,6 +2292,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Mon Apr 29 2013 Neil Horman <nhorman at redhat.com>
+- Enable CONFIG_PACKET_DIAG (rhbz 956870)
+
 * Mon Apr 29 2013 Josh Boyer <jwboyer at redhat.com>
 - Linux v3.9
 


More information about the scm-commits mailing list