[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080714092215.0efd7fa3.akpm@linux-foundation.org>
Date: Mon, 14 Jul 2008 09:22:15 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [git pull] core/softirq for v2.6.27
On Mon, 14 Jul 2008 16:42:43 +0200 Ingo Molnar <mingo@...e.hu> wrote:
>
It would be nice if these short-form summaries were to include the
commit IDs. eg:
Carlos R. Mafra (1):
Remove argument from open_softirq which is always NULL (962cf36)
> Carlos R. Mafra (1):
> Remove argument from open_softirq which is always NULL
>
> Johannes Berg (1):
> softirq: remove irqs_disabled warning from local_bh_enable
This doesn't remove the warning? (Nor should it)
+static inline void _local_bh_enable_ip(unsigned long ip)
{
+ WARN_ON_ONCE(in_irq() || irqs_disabled());
- WARN_ON_ONCE(in_irq());
- WARN_ON_ONCE(irqs_disabled());
It just makes it a bit less useful.
> Vegard Nossum (1):
> softirq: remove initialization of static per-cpu variable
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists