From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [patch] genirq: temporary fix for level-triggered IRQ resend Date: Thu, 2 Aug 2007 22:11:26 +0200 Message-ID: <20070802201126.GA27000@elte.hu> References: <1185322771.4175.102.camel@chaos> <4bacf17f0707260016x14fc1c92s628ae64353663833@mail.gmail.com> <20070726081326.GA3197@ff.dom.local> <1185437431.3227.21.camel@chaos> <20070726083120.GA26910@elte.hu> <20070726085523.GA3423@ff.dom.local> <20070726091254.GA8063@elte.hu> <4bacf17f0707300029g5116e70bq4808059dc8b069f1@mail.gmail.com> <20070731155843.GA7033@elte.hu> <46B20E47.6020403@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Jarek Poplawski , Thomas Gleixner , Jean-Baptiste Vignaud , linux-kernel , shemminger , linux-net , netdev , Andrew Morton , Alan Cox , marcin.slusarz@gmail.com To: Gabriel C Return-path: Content-Disposition: inline In-Reply-To: <46B20E47.6020403@googlemail.com> Sender: linux-net-owner@vger.kernel.org List-Id: netdev.vger.kernel.org * Gabriel C wrote: > I get a warning on each boot now with this patch .. > > [ 63.686613] WARNING: at kernel/irq/resend.c:70 check_irq_resend() > [ 63.686636] [] check_irq_resend+0x8c/0xa0 > [ 63.686653] [] enable_irq+0xad/0xb3 > [ 63.686662] [] vortex_timer+0x20c/0x3d5 [3c59x] > [ 63.686675] [] scheduler_tick+0x154/0x273 > [ 63.686685] [] getnstimeofday+0x34/0xe3 > [ 63.686697] [] run_timer_softirq+0x137/0x197 > [ 63.686709] [] vortex_timer+0x0/0x3d5 [3c59x] > [ 63.686720] [] __do_softirq+0x75/0xe1 > [ 63.686729] [] do_softirq+0x37/0x3d > [ 63.686735] [] irq_exit+0x7c/0x7e > [ 63.686740] [] smp_apic_timer_interrupt+0x59/0x84 > [ 63.686751] [] apic_timer_interrupt+0x28/0x30 > [ 63.686759] [] default_idle+0x0/0x3f > [ 63.686767] [] default_idle+0x30/0x3f > [ 63.686773] [] cpu_idle+0x5e/0x8e > [ 63.686779] [] start_kernel+0x2d7/0x368 > > > That means ?:) if your network still works fine then you can ignore it :-) we are still trying to figure out what happens with ne2k-pci. The message will vanish soon. Ingo