netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: Brian Haley <brian.haley@hp.com>
Cc: akpm@linux-foundation.org, davem@davemloft.net,
	netdev@vger.kernel.org, jengelh@linux01.gwdg.de, jengelh@gmx.de,
	sri@us.ibm.com
Subject: Re: [patch 4/8] Use menuconfig objects: SCTP
Date: Fri, 11 May 2007 10:12:59 -0400	[thread overview]
Message-ID: <464479EB.5070002@hp.com> (raw)
In-Reply-To: <4644736C.4000808@hp.com>

Brian Haley wrote:
> akpm@linux-foundation.org wrote:
>> diff -puN net/sctp/Kconfig~use-menuconfig-objects-sctp net/sctp/Kconfig
>> --- a/net/sctp/Kconfig~use-menuconfig-objects-sctp
>> +++ a/net/sctp/Kconfig
>> @@ -2,11 +2,9 @@
>>  # SCTP configuration
>>  #
>>  
>> -menu "SCTP Configuration (EXPERIMENTAL)"
>> -    depends on INET && EXPERIMENTAL
>> -
>> -config IP_SCTP
>> +menuconfig IP_SCTP
>>      tristate "The SCTP Protocol (EXPERIMENTAL)"
>> +    depends on NET && EXPERIMENTAL
>>      depends on IPV6 || IPV6=n
>>      select CRYPTO if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
>>      select CRYPTO_HMAC if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
> 
> This just changed "INET && EXPERIMENTAL" to "NET && EXPERIMENTAL", don't
> know if that was intended.
> 
> -Brian

Thanks Brian.   This is a bug.  This should use INET.

-vlad

  reply	other threads:[~2007-05-11 14:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11  5:53 [patch 4/8] Use menuconfig objects: SCTP akpm
2007-05-11 13:45 ` Brian Haley
2007-05-11 14:12   ` Vlad Yasevich [this message]
2007-05-11 15:22     ` Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2007-05-23 21:35 akpm
2007-05-23 21:49 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=464479EB.5070002@hp.com \
    --to=vladislav.yasevich@hp.com \
    --cc=akpm@linux-foundation.org \
    --cc=brian.haley@hp.com \
    --cc=davem@davemloft.net \
    --cc=jengelh@gmx.de \
    --cc=jengelh@linux01.gwdg.de \
    --cc=netdev@vger.kernel.org \
    --cc=sri@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).