Re: Crap, ksoftirqd/0 looping forever in softirq

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2012-10-10 at 20:16 -0400, Paul Gortmaker wrote: 
> Seeing the above message, I added a trivial change to print out the
> Mask and Pending, and I consistently saw it was (both p/m) in every
> case `was __IRQF_TIMER (0x200).
> 
> Looking at do_current_softirqs, it seems that it implicitly expects
> two entrance paths:
> 
>    /*
>     * Called with interrupts disabled. Process softirqs which were raised
>     * in current context (or on behalf of ksoftirqd).
>     */
>    static void do_current_softirqs(int need_rcu_bh_qs)
> 
> In there, we loop on current->softirqs_raised, but there is no "filter"
> for the case where we spawn from ksoftirqd with __IRQF_TIMER, or more
> specifically IRQF_NO_THREAD.  Asking ksoftirqd to handle IRQF_NO_THREAD?
> 
> So based on my dain-bramaged and limited understanding, it seems that
> we are waiting on completion from ksoftirqd on something that we've
> asked to be not run from a thread.  I'd propose a patch but I'd probably
> only manage to hurt myself, so I'll stop at reporting the above data,
> and leave it to the folks more in the know to suggest a proper fix...

FWIW, I saw the same trying to get rt1 running an my 64 core test box.
Box has other seemingly unrelated issues, so haven't poked at it yet,
only saw it say oh crap while fighting for its life (R.I.Pieces).

-Mike

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux