From: Andrew Morton <akpm@linux-foundation.org>
To: bbpetkov@yahoo.de
Cc: linux-kernel@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>
Subject: Re: Scheduled removal of SA_xxx interrupt flags
Date: Sat, 12 May 2007 11:12:43 -0700 [thread overview]
Message-ID: <20070512111243.aa68b481.akpm@linux-foundation.org> (raw)
In-Reply-To: <20070512180703.GA22918@gollum.tnic>
On Sat, 12 May 2007 20:07:04 +0200 Borislav Petkov <bbpetkov@yahoo.de> wrote:
> Hi Andrew,
>
> i've been going over the interrupt-handling code and noticed that the SA_xxx
> interrupt flags are scheduled for removal sometime in 9/2007 with a prior
> grace period of 6 months for people to fix external stuff. In order to do so,
> a __deprecated inline function wraps those flags.
> What puzzles me is that the __deprecated-patches are only in -mm and not in
> mainline. Is the -mm-testing audience wide enough to cause userspace to fix
> their apps prior to the SA_xxx removal or am I missing something? I.e,
> shouldn't tglx's patches hit mainline first?
>
No, the deprecation is in mainline now
+static inline
+unsigned long __deprecated deprecated_irq_flag(unsigned long flag)
+{
+ return flag;
+}
prev parent reply other threads:[~2007-05-12 18:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-12 18:07 Borislav Petkov
2007-05-12 18:12 ` Andrew Morton [this message]
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=20070512111243.aa68b481.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bbpetkov@yahoo.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.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
Powered by JetHome