netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gabriel C <nix.or.die@googlemail.com>
To: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	netdev <netdev@vger.kernel.org>
Subject: Re: appletalk bugs
Date: Mon, 22 Oct 2007 21:45:18 +0200	[thread overview]
Message-ID: <471CFDCE.9090702@googlemail.com> (raw)
In-Reply-To: <m18x5vasif.fsf@ebiederm.dsl.xmission.com>

Eric W. Biederman wrote:
> Gabriel C <nix.or.die@googlemail.com> writes:
> 
>> Hi,
>>
>> modprobing appletalk on current git gives a warning in dmesg :
>>
>> [38506.600269] sysctl table check failed: /net/appletalk .3.7 procname does not
>> match binary path procname
> 
> Oops.  My apologies it appears I made a mistake when creating my
> table to check up on sysctl values.
> 
> This should fix it.

Yes it does, thx.

> 
> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
> 
> ---
> 
> diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c
> index 3c9ef5a..ed6fe51 100644
> --- a/kernel/sysctl_check.c
> +++ b/kernel/sysctl_check.c
> @@ -731,7 +731,7 @@ static struct trans_ctl_table trans_net_table[] = {
>  	{ NET_UNIX,		"unix",		trans_net_unix_table },
>  	{ NET_IPV4,		"ipv4",		trans_net_ipv4_table },
>  	{ NET_IPX,		"ipx",		trans_net_ipx_table },
> -	{ NET_ATALK,		"atalk",	trans_net_atalk_table },
> +	{ NET_ATALK,		"appletalk",	trans_net_atalk_table },
>  	{ NET_NETROM,		"netrom",	trans_net_netrom_table },
>  	{ NET_AX25,		"ax25",		trans_net_ax25_table },
>  	{ NET_BRIDGE,		"bridge",	trans_net_bridge_table },
> 

      reply	other threads:[~2007-10-22 19:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-22 14:19 appletalk bugs Gabriel C
     [not found] ` <1193064745.20114.3.camel@stingray>
2007-10-22 15:10   ` Gabriel C
2007-10-22 18:55 ` Eric W. Biederman
2007-10-22 19:45   ` Gabriel C [this message]

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=471CFDCE.9090702@googlemail.com \
    --to=nix.or.die@googlemail.com \
    --cc=akpm@linux-foundation.org \
    --cc=ebiederm@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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).