Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755442AbXJVS4r (ORCPT ); Mon, 22 Oct 2007 14:56:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755175AbXJVS4g (ORCPT ); Mon, 22 Oct 2007 14:56:36 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:57339 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752365AbXJVS4f (ORCPT ); Mon, 22 Oct 2007 14:56:35 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Linus Torvalds Cc: Andrew Morton , Gabriel C , Linux Kernel Mailing List , netdev Subject: Re: appletalk bugs References: <471CB159.1070706@googlemail.com> Date: Mon, 22 Oct 2007 12:55:36 -0600 In-Reply-To: <471CB159.1070706@googlemail.com> (Gabriel C.'s message of "Mon, 22 Oct 2007 16:19:05 +0200") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 36 Gabriel C 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. Signed-off-by: "Eric W. Biederman" --- 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 }, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/