Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-23 Thread Tilman Schmidt
Am 22.04.2007 17:17 schrieb Alan Cox: > Well once it ends up && BROKEN perhaps patches will appear, or before > that. If not well the pain factor will resolve the problem. > >>> No risk of deadlock. It'll progress to && BROKEN which will either cause >>> sufficient pain for someone to get off

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-23 Thread Tilman Schmidt
Am 22.04.2007 17:17 schrieb Alan Cox: Well once it ends up BROKEN perhaps patches will appear, or before that. If not well the pain factor will resolve the problem. No risk of deadlock. It'll progress to BROKEN which will either cause sufficient pain for someone to get off their arse and

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-22 Thread Satyam Sharma
Hi Alan, On 4/22/07, Alan Cox <[EMAIL PROTECTED]> wrote: > > No risk of deadlock. It'll progress to && BROKEN which will either cause > > sufficient pain for someone to get off their arse and fix it, for enough > > of a vendors users to get the vendor to do the work or for someone who > > cares

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-22 Thread Alan Cox
> obsolete and correctly re-labelled as such. As for the && !HOTPLUG > menace you keep touting, that might perhaps be applied to some of > the individual hardware device drivers but certainly not to the In my tree its just the drivers that still use pci_find_device. > > Want to be on that. There

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-22 Thread Alan Cox
> simple and fundamental (which you haven't answered as yet). Why, or > rather how, were the writers of newer APIs _allowed_ to push *their* > stuff into the kernel _without_ even bothering to convert the > *existing* users of the older APIs in the kernel? This goes against Because to convert the

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-22 Thread Tilman Schmidt
Am 22.04.2007 14:58 schrieb Alan Cox: If it isn't obsolete then fix the code to use the newer APIs >> Why should that be a precondition for removing the incorrect >> "obsolete" label? > > Because if we remove the obsolete label the users are going to be > suprised when it goes away entirely

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-22 Thread Alan Cox
> >> If it isn't obsolete then fix the code to use the newer APIs > > Why should that be a precondition for removing the incorrect > "obsolete" label? Because if we remove the obsolete label the users are going to be suprised when it goes away entirely with && BROKEN or && !HOTPLUG or similar.

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-22 Thread Tilman Schmidt
Am 22.04.2007 00:10 schrieb David Miller: > From: Alan Cox <[EMAIL PROTECTED]> > Date: Sat, 21 Apr 2007 21:58:44 +0100 > >> On Sat, 21 Apr 2007 15:07:51 +0200 >> Tilman Schmidt <[EMAIL PROTECTED]> wrote: >> >>> From: Tilman Schmidt <[EMAIL PROTECTED]> >>> >>> The "obsolete" label on the ISDN_I4L

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-22 Thread Tilman Schmidt
Am 22.04.2007 00:10 schrieb David Miller: From: Alan Cox [EMAIL PROTECTED] Date: Sat, 21 Apr 2007 21:58:44 +0100 On Sat, 21 Apr 2007 15:07:51 +0200 Tilman Schmidt [EMAIL PROTECTED] wrote: From: Tilman Schmidt [EMAIL PROTECTED] The obsolete label on the ISDN_I4L Kconfig option is not, and

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-22 Thread Alan Cox
If it isn't obsolete then fix the code to use the newer APIs Why should that be a precondition for removing the incorrect obsolete label? Because if we remove the obsolete label the users are going to be suprised when it goes away entirely with BROKEN or !HOTPLUG or similar. to end up

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-22 Thread Tilman Schmidt
Am 22.04.2007 14:58 schrieb Alan Cox: If it isn't obsolete then fix the code to use the newer APIs Why should that be a precondition for removing the incorrect obsolete label? Because if we remove the obsolete label the users are going to be suprised when it goes away entirely with BROKEN

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-22 Thread Alan Cox
simple and fundamental (which you haven't answered as yet). Why, or rather how, were the writers of newer APIs _allowed_ to push *their* stuff into the kernel _without_ even bothering to convert the *existing* users of the older APIs in the kernel? This goes against Because to convert the

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-22 Thread Alan Cox
obsolete and correctly re-labelled as such. As for the !HOTPLUG menace you keep touting, that might perhaps be applied to some of the individual hardware device drivers but certainly not to the In my tree its just the drivers that still use pci_find_device. Want to be on that. There is

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-22 Thread Satyam Sharma
Hi Alan, On 4/22/07, Alan Cox [EMAIL PROTECTED] wrote: No risk of deadlock. It'll progress to BROKEN which will either cause sufficient pain for someone to get off their arse and fix it, for enough of a vendors users to get the vendor to do the work or for someone who cares to pay a

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-21 Thread David Miller
From: Alan Cox <[EMAIL PROTECTED]> Date: Sat, 21 Apr 2007 21:58:44 +0100 > On Sat, 21 Apr 2007 15:07:51 +0200 > Tilman Schmidt <[EMAIL PROTECTED]> wrote: > > > From: Tilman Schmidt <[EMAIL PROTECTED]> > > > > The "obsolete" label on the ISDN_I4L Kconfig option is not, and > > has never been,

Re: [PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-21 Thread Alan Cox
On Sat, 21 Apr 2007 15:07:51 +0200 Tilman Schmidt <[EMAIL PROTECTED]> wrote: > From: Tilman Schmidt <[EMAIL PROTECTED]> > > The "obsolete" label on the ISDN_I4L Kconfig option is not, and > has never been, accurate. It has already prompted repeated attempts > to remove actively used

[PATCH] Remove "obsolete" label from ISDN4Linux (v3)

2007-04-21 Thread Tilman Schmidt
From: Tilman Schmidt <[EMAIL PROTECTED]> The "obsolete" label on the ISDN_I4L Kconfig option is not, and has never been, accurate. It has already prompted repeated attempts to remove actively used functionality from the kernel without a working replacement. This patch removes the incorrect label

[PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-21 Thread Tilman Schmidt
From: Tilman Schmidt [EMAIL PROTECTED] The obsolete label on the ISDN_I4L Kconfig option is not, and has never been, accurate. It has already prompted repeated attempts to remove actively used functionality from the kernel without a working replacement. This patch removes the incorrect label and

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-21 Thread Alan Cox
On Sat, 21 Apr 2007 15:07:51 +0200 Tilman Schmidt [EMAIL PROTECTED] wrote: From: Tilman Schmidt [EMAIL PROTECTED] The obsolete label on the ISDN_I4L Kconfig option is not, and has never been, accurate. It has already prompted repeated attempts to remove actively used functionality from the

Re: [PATCH] Remove obsolete label from ISDN4Linux (v3)

2007-04-21 Thread David Miller
From: Alan Cox [EMAIL PROTECTED] Date: Sat, 21 Apr 2007 21:58:44 +0100 On Sat, 21 Apr 2007 15:07:51 +0200 Tilman Schmidt [EMAIL PROTECTED] wrote: From: Tilman Schmidt [EMAIL PROTECTED] The obsolete label on the ISDN_I4L Kconfig option is not, and has never been, accurate. It has