All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [git pull] core/softirq for v2.6.27
Date: Mon, 14 Jul 2008 09:22:15 -0700	[thread overview]
Message-ID: <20080714092215.0efd7fa3.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080714144243.GA21079@elte.hu>

On Mon, 14 Jul 2008 16:42:43 +0200 Ingo Molnar <mingo@elte.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

  reply	other threads:[~2008-07-14 16:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-14 14:42 [git pull] core/softirq for v2.6.27 Ingo Molnar
2008-07-14 16:22 ` Andrew Morton [this message]
2008-07-14 16:31   ` Ingo Molnar
2008-07-14 16:44     ` Andrew Morton
2008-07-14 16:48       ` Ingo Molnar
2008-07-14 17:13         ` Linus Torvalds
2008-07-14 18:23           ` Ingo Molnar
2008-07-14 17:11       ` Linus Torvalds
2008-07-14 17:23         ` Linus Torvalds
2008-07-14 17:46           ` Johannes Schindelin
2008-07-14 18:08             ` [PATCH] shortlog: support --pretty=format: option Johannes Schindelin
2008-07-14 17:46           ` [git pull] core/softirq for v2.6.27 Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080714092215.0efd7fa3.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.