[kernel/f19] af_packet: Enable CONFIG_PACKET_DIAG as a module

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


commit a4062c687f02d2238bdb39a74d1ce954c90659b2
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Mon Apr 29 15:39:43 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 5dd409c..1fd53ba 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 9a5f140..f09dd69 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2289,6 +2289,9 @@ fi
 # and build.
 
 %changelog
+* Mon Apr 29 2013 Neil Horman <nhorman at redhat.com>
+- Enabled CONFIG_PACKET_DIAG (rhbz 956870)
+ 
 * Mon Apr 29 2013 Josh Boyer <jwboyer at redhat.com> - 3.9.0-301
 - Linux v3.9
 


More information about the scm-commits mailing list