From: Yong Zhang <yong.zhang0@gmail.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: alsa-devel@alsa-project.org,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
"Takashi Iwai" <tiwai@suse.de>,
"Clemens Ladisch" <clemens@ladisch.de>,
"Jaroslav Kysela" <perex@perex.cz>,
"Peter Ujfalusi" <peter.ujfalusi@ti.com>,
"Paul Gortmaker" <paul.gortmaker@windriver.com>,
linux-arch@vger.kernel.org,
"Russell King" <linux@arm.linux.org.uk>,
"Jassi Brar" <jassisinghbrar@gmail.com>,
"Manuel Lauss" <manuel.lauss@googlemail.com>,
"Uwe Kleine-K�nig" <u.kleine-koenig@pengutronix.de>,
"Axel Lin" <axel.lin@gmail.com>, "Liam Girdwood" <lrg@ti.com>,
cbe-oss-dev@lists.ozlabs.org,
"Wan ZongShun" <mcuos.com@gmail.com>,
"Lucas De Marchi" <lucas.demarchi@profusion.mobi>,
linux-arm-kernel@lists.infradead.org,
"Eric Miao" <eric.y.miao@gmail.com>,
"Sangbeom Kim" <sbkim73@samsung.com>,
"Jiri Kosina" <jkosina@suse.cz>,
"Mark Brown" <broonie@opensource.wolfsonmicro.com>,
linux-kernel@vger.kernel.org,
"Geoff Levand" <geoff@infradead.org>,
"Paul Mundt" <lethal@linux-sh.org>,
"Simon Horman" <simon@horms.net>, "Joe Perches" <joe@perches.com>,
"Jarkko Nikula" <jhnikula@gmail.com>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED
Date: Wed, 21 Sep 2011 20:12:41 +0800 [thread overview]
Message-ID: <20110921121241.GC2550@zhy> (raw)
In-Reply-To: <alpine.LFD.2.02.1109211154280.2723@ionos>
On Wed, Sep 21, 2011 at 11:55:36AM +0200, Thomas Gleixner wrote:
> On Wed, 21 Sep 2011, Takashi Iwai wrote:
>
> > At Wed, 21 Sep 2011 17:28:54 +0800,
> > Yong Zhang wrote:
> > >
> > > Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled],
> >
> > Hm, this id hits a different commit:
> > commit c58543c869606532c2382f027d6466f4672ea756
> > Author: David S. Miller <davem@davemloft.net>
> > Date: Tue Oct 13 00:49:09 2009 -0700
> >
> > sparc64: Set IRQF_DISABLED on LDC channel IRQs.
> >
> > You mean commit e58aa3d2d0cc01ad8d6f7f640a0670433f794922?
>
> Yeah.
>
> > > We run all interrupt handlers with interrupts disabled
> > > and we even check and yell when an interrupt handler
> > > returns with interrupts enabled (see commit [b738a50a:
> > > genirq: Warn when handler enables interrupts]).
> > >
> > > So now this flag is a NOOP and can be removed.
> > >
> > > Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
> > > Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> >
> > Do you want to merge by yourself or shall I take it to sound git tree?
> > Since IRQF_DISABLED isn't used, it can be applied safely in 3.1-based
> > tree, right?
>
> Yes, please go ahead. I'll pick up the leftovers.
Takashi, if you take it, could you please modify that commit id to the
right one?
Otherwise I could change it when I refresh this patchset.
Thanks,
Yong
next prev parent reply other threads:[~2011-09-21 12:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1316597339-29861-1-git-send-email-yong.zhang0@gmail.com>
2011-09-21 9:28 ` [PATCH 15/57] powerpc: irq: Remove IRQF_DISABLED Yong Zhang
2011-09-21 9:28 ` [PATCH 45/57] powerpc/ps3: " Yong Zhang
2011-09-21 9:28 ` [PATCH 48/57] TTY: " Yong Zhang
2011-09-21 9:28 ` [PATCH 49/57] video: " Yong Zhang
2011-09-21 20:22 ` David Brown
2011-09-21 9:28 ` [PATCH 53/57] sound: " Yong Zhang
2011-09-21 9:52 ` Takashi Iwai
2011-09-21 9:55 ` Thomas Gleixner
2011-09-21 12:12 ` Yong Zhang [this message]
2011-09-22 9:42 ` Takashi Iwai
2011-09-21 12:10 ` Yong Zhang
2011-09-21 10:21 ` Ujfalusi, Peter
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=20110921121241.GC2550@zhy \
--to=yong.zhang0@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=axel.lin@gmail.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=cbe-oss-dev@lists.ozlabs.org \
--cc=clemens@ladisch.de \
--cc=eric.y.miao@gmail.com \
--cc=geoff@infradead.org \
--cc=jassisinghbrar@gmail.com \
--cc=jhnikula@gmail.com \
--cc=jkosina@suse.cz \
--cc=joe@perches.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lethal@linux-sh.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=lrg@ti.com \
--cc=lucas.demarchi@profusion.mobi \
--cc=manuel.lauss@googlemail.com \
--cc=mcuos.com@gmail.com \
--cc=paul.gortmaker@windriver.com \
--cc=perex@perex.cz \
--cc=peter.ujfalusi@ti.com \
--cc=sbkim73@samsung.com \
--cc=simon@horms.net \
--cc=tglx@linutronix.de \
--cc=tiwai@suse.de \
--cc=u.kleine-koenig@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).