lkml.org 
[lkml]   [2015]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 002/107] pktgen: Require CONFIG_INET due to use of IPv4 checksum function
    3.2.72-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Thomas Graf <tgraf@suug.ch>

    commit ffd756b3174e496cf6f3c5458c434e31d2cd48b0 upstream.

    Unlike for IPv6, the IPv4 checksum functions are only available
    if CONFIG_INET is set.

    Reported-by: kbuild test robot <fengguang.wu@intel.com>
    Signed-off-by: Thomas Graf <tgraf@suug.ch>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    net/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/net/Kconfig
    +++ b/net/Kconfig
    @@ -250,7 +250,7 @@ menu "Network testing"

    config NET_PKTGEN
    tristate "Packet Generator (USE WITH CAUTION)"
    - depends on PROC_FS
    + depends on INET && PROC_FS
    ---help---
    This module will inject preconfigured packets, at a configurable
    rate, out of a given interface. It is used for network interface


    \
     
     \ /
      Last update: 2015-10-09 03:01    [W:4.233 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site