login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
19
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Thomas Gleixner <tglx@...>
To: Eric W. Biederman <ebiederm@...>
Cc: Ingo Molnar <mingo@...>, Jeff Garzik <jeff@...>, LKML <linux-kernel@...>
Subject:
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
Date: Friday, October 19, 2007 - 3:41 pm
On Fri, 19 Oct 2007, Eric W. Biederman wrote:
quoted text
> Ingo Molnar <mingo@elte.hu> writes: > > > * Eric W. Biederman <ebiederm@xmission.com> wrote: > > > >> > thanks for doing this. > >> > >> Yes. keeping this alive is good. > >> > >> The practical question is how do we make this change without breaking > >> the drivers that use their irq argument. > > > > the get_irq_regs() approach worked out really well. We should do a > > get_irq_nr() and be done with it? > > The problem are some drivers today pass in 0 for their irq number > to flag that they are calling the interrupt handler in a polling > mode (not from interrupt context?) so the same logic doesn't quite apply. > > Do what you suggest would likely break those drivers.
How many of them do we have ? This is a wilful abuse of the API, so its not a big damage if they break. tglx -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 3:54 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Greg KH
, (Sat Oct 20, 2:07 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Mark Gross
, (Fri Oct 19, 2:45 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Thomas Gleixner
, (Fri Oct 19, 10:53 am)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Eric W. Biederman
, (Fri Oct 19, 2:38 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Ingo Molnar
, (Fri Oct 19, 3:07 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Eric W. Biederman
, (Fri Oct 19, 3:35 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Thomas Gleixner
, (Fri Oct 19, 3:41 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 3:55 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 2:57 pm)
Re: [PATCH 0/9] Remove 'irq' argument from all irq handlers
, Jeff Garzik
, (Fri Oct 19, 3:02 pm)
[PATCH 8/9] irq-remove: driver trivial
, Jeff Garzik
, (Fri Oct 19, 3:58 am)
[PATCH 9/9] irq-remove: misc fixes and cleanups
, Jeff Garzik
, (Fri Oct 19, 3:59 am)
[PATCH 5/9] irq-remove: net driver trivial
, Jeff Garzik
, (Fri Oct 19, 3:57 am)
[PATCH 6/9] irq-remove: sound driver trivial
, Jeff Garzik
, (Fri Oct 19, 3:57 am)
[PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 19, 3:58 am)
RE: [PATCH 7/9] irq-remove: scsi driver trivial
, Salyzyn, Mark
, (Fri Oct 19, 9:00 am)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Andrew Morton
, (Fri Oct 26, 5:35 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 26, 5:47 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Fri Oct 26, 7:50 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 26, 8:12 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Fri Oct 26, 8:16 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Fri Oct 26, 8:37 pm)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Sat Oct 27, 1:31 am)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Jeff Garzik
, (Sat Oct 27, 3:06 am)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Eric W. Biederman
, (Sat Oct 27, 3:46 am)
Re: [PATCH 7/9] irq-remove: scsi driver trivial
, Arjan van de Ven
, (Sat Oct 27, 10:17 am)
[PATCH 4/9] irq-remove: driver non-trivial
, Jeff Garzik
, (Fri Oct 19, 3:56 am)
Re: [PATCH 4/9] irq-remove: driver non-trivial
, Eric W. Biederman
, (Fri Oct 19, 2:19 pm)
Re: [PATCH 4/9] irq-remove: driver non-trivial
, Jeff Garzik
, (Fri Oct 19, 2:36 pm)
[PATCH 3/9] irq-remove: arch trivial
, Jeff Garzik
, (Fri Oct 19, 3:56 am)
[PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 3:55 am)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Eric W. Biederman
, (Fri Oct 19, 1:11 pm)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 1:16 pm)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Eric W. Biederman
, (Fri Oct 19, 3:38 pm)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeremy Fitzhardinge
, (Fri Oct 19, 12:54 pm)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 1:50 pm)
Re: [PATCH 2/9] irq-remove: arch non-trivial
, Jeff Garzik
, (Fri Oct 19, 1:31 pm)
[PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 3:55 am)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 2:04 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 2:21 pm)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 3:50 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 3:58 pm)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 7:13 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 7:53 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 7:46 pm)
Re: [PATCH 1/9] irq-remove: core
, Eric W. Biederman
, (Fri Oct 19, 1:27 pm)
Re: [PATCH 1/9] irq-remove: core
, Jeff Garzik
, (Fri Oct 19, 1:48 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Lennart Sorensen
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Jan Engelhardt
intel iommu (Re: -mm merge plans for 2.6.23)
Dmitry Torokhov
Re: 2.6.21-rc5-mm3
git
:
linux-netdev
:
Arjan van de Ven
Re: [GIT]: Networking
Gerrit Renker
[PATCH 18/37] dccp: Support for Mandatory options
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Natalie Protasevich
[BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
4 users
and
559 guests
online.
Online users
traderboy99
timfan902
seofirm
raba76
Syndicate