From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161616AbXDYGlU (ORCPT ); Wed, 25 Apr 2007 02:41:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161618AbXDYGlT (ORCPT ); Wed, 25 Apr 2007 02:41:19 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:33471 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161616AbXDYGlS (ORCPT ); Wed, 25 Apr 2007 02:41:18 -0400 Date: Tue, 24 Apr 2007 23:41:15 -0700 From: Andrew Morton To: "Miles Lane" Cc: LKML Subject: Re: 2.6.21-rc7-mm1 + sysfs patch -- RTNL: assertion failed at net/ipv6/addrconf.c (2123) Message-Id: <20070424234115.6c6bc7c3.akpm@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 Apr 2007 23:35:37 -0700 "Miles Lane" wrote: > And then this: > [ 278.835674] RTNL: assertion failed at net/ipv6/addrconf.c (2123) > [ 278.835684] [] show_trace_log_lvl+0x1a/0x30 > [ 278.835701] [] show_trace+0x12/0x14 > [ 278.835713] [] dump_stack+0x16/0x18 > [ 278.835723] [] addrconf_notify+0x5dd/0x7d0 [ipv6] > [ 278.835795] [] notifier_call_chain+0x2b/0x4a > [ 278.835809] [] __raw_notifier_call_chain+0x19/0x1f > [ 278.835822] [] raw_notifier_call_chain+0x1a/0x1c > [ 278.835834] [] netdev_state_change+0x23/0x35 > [ 278.835849] [] rtnl_setlink+0x34f/0x3ef > [ 278.835861] [] rtnetlink_rcv_msg+0x198/0x1b2 > [ 278.835873] [] netlink_run_queue+0x6f/0xe1 > [ 278.835885] [] rtnetlink_rcv+0x29/0x44 > [ 278.835896] [] netlink_data_ready+0x15/0x55 > [ 278.835907] [] netlink_sendskb+0x22/0x53 > [ 278.835918] [] netlink_unicast+0x1bb/0x1d5 > [ 278.835929] [] netlink_sendmsg+0x246/0x252 > [ 278.835940] [] sock_sendmsg+0xcc/0xe5 > [ 278.835951] [] sys_sendto+0xcc/0xec > [ 278.835961] [] sys_send+0x36/0x38 > [ 278.835971] [] sys_socketcall+0x13e/0x241 > [ 278.835982] [] sysenter_past_esp+0x5f/0x99 > [ 278.835993] ======================= yes, that's the one I mentioned in the release notes. It appears to be harmless. Dave has identified some fishiness in the netlink code which might have caused this.