Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752066Ab3EEKYR (ORCPT ); Sun, 5 May 2013 06:24:17 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:43047 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800Ab3EEKYO (ORCPT ); Sun, 5 May 2013 06:24:14 -0400 Message-ID: <5186334A.7000904@gmail.com> Date: Sun, 05 May 2013 12:24:10 +0200 From: Maarten Lankhorst User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: David Miller , Bruce Allan CC: torvalds@linux-foundation.org, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT] Networking References: <20130504.224225.1329294730869442752.davem@davemloft.net> In-Reply-To: <20130504.224225.1329294730869442752.davem@davemloft.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3806 Lines: 84 Hey, Op 05-05-13 04:42, David Miller schreef: > 1) Several routines do not use netdev_features_t to hold such bitmasks, > fixes from Patrick McHardy and Bj?rn Mork. > > 2) Update cpsw IRQ software state and the actual HW irq enabling in > the correct order. From Mugunthan V N. > > 3) When sending tipc packets to multiple bearers, we have to make copies > of the SKB rather than just giving the original SKB directly. Fix > from Gerlando Falauto. > > 4) Fix race with bridging topology change timer, from Stephen > Hemminger. > > 5) Fix TCPv6 segmentation handling in GRE and VXLAN, from Pravin B > Shelar. > > 6) Endian bug in USB pegasus driver, from Dan Carpenter. > > 7) Fix crashes on MTU reduction in USB asix driver, from Holger > Eitzenberger. > > 8) Don't allow the kernel to BUG() just because the user puts some > crap in an AF_PACKET mmap() ring descriptor. Fix from Daniel > Borkmann. > > 9) Don't use variable sized arrays on the stack in xen-netback, from > Wei Liu. > > 10) Fix stats reporting and an unbalanced napi_disable() in be2net > driver. From Somnath Kotur and Ajit Khaparde. > I finally decided to try 3.10rc0, but I'm getting a lot of this: BUG: scheduling while atomic: irq/43-eth1/1465/0x00000102 Modules linked in: adt7475 ebtable_nat ebtables nouveau ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat xt_CHECKSUM iptable_mangle bridge snd_hda_codec_hdmi stp llc ttm drm_kms_helper drm snd_hda_codec_realtek mxm_wmi intel_powerclamp kvm_intel kvm snd_hda_intel snd_hda_codec snd_hwdep e1000e snd_pcm video parport_pc snd_page_alloc ptp ppdev pps_core parport nfsd lockd nfs_acl auth_rpcgss sunrpc oid_registry(P) CPU: 0 PID: 1465 Comm: irq/43-eth1 Tainted: P W 3.10.0-rc0-patser+ #70 Hardware name: Acer Aspire M3985/Aspire M3985, BIOS P01-A1 03/12/2012 0000000000000000 ffff88041dc03cc8 ffffffff8165ea16 ffff88041dc03cd8 ffffffff8165a84a ffff88041dc03d58 ffffffff8166200d 000000000000c350 000000000000c350 ffff8803f827a180 ffff8803f8275fd8 ffff8803f8275fd8 Call Trace: [] dump_stack+0x19/0x1b [] __schedule_bug+0x48/0x56 [] __schedule+0x7fa/0x832 [] schedule+0x29/0x59 [] schedule_hrtimeout_range_clock+0xeb/0x129 [] ? update_rmtp+0x65/0x65 [] schedule_hrtimeout_range+0x13/0x15 [] usleep_range+0x40/0x42 [] e1000_irq_enable+0x18b/0x202 [e1000e] [] e1000e_poll+0x1d1/0x2e2 [e1000e] [] net_rx_action+0xaa/0x1f3 [] __do_softirq+0xcc/0x2a9 [] ? irq_thread_fn+0x48/0x48 [] call_softirq+0x1c/0x30 [] do_softirq+0x4d/0x8a [] local_bh_enable+0xa0/0xa2 [] irq_forced_thread_fn+0x49/0x5a [] irq_thread+0x122/0x145 [] ? irq_finalize_oneshot.part.33+0xe7/0xe7 [] ? wake_threads_waitq+0x44/0x44 [] kthread+0xc0/0xc5 [] ? flush_kthread_work+0x10c/0x10c [] ret_from_fork+0x7c/0xb0 [] ? flush_kthread_work+0x10c/0x10c BUG: scheduling while atomic: Socket Thread/3163/0x00000402 etc, from various places.. I was using CONFIG_RCU_NOCB_CPU_ALL=y and threadirqs, I'm not sure if it's related or not.. Looking at e1000e there has been a few commits to change everything to usleep_range, maybe it was a bit too much? ~Maarten -- 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/