Re: [PATCH for mm] Remove iBCS support

2008-01-25 Thread Alan Cox
> Who said nobody is willing to implement it? We've all recently learned > that there is a patch. From there to implementation is much closer than > you or I thought last week. So already this discussion has prompted > tangible benefit. And whoever does the work can put the code back. It's not

Re: [PATCH for mm] Remove iBCS support

2008-01-25 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > Remove ibcs2 support in ELF loader too > > ibcs2 support has never been supported on 2.6 kernels as far as I > know, and if it has it must have been an external patch. Anyways, if > anybody applies an external patch they could as well readd the ibcs

Re: [PATCH for mm] Remove iBCS support

2008-01-25 Thread Ingo Molnar
* Andi Kleen [EMAIL PROTECTED] wrote: Remove ibcs2 support in ELF loader too ibcs2 support has never been supported on 2.6 kernels as far as I know, and if it has it must have been an external patch. Anyways, if anybody applies an external patch they could as well readd the ibcs

Re: [PATCH for mm] Remove iBCS support

2008-01-25 Thread Alan Cox
Who said nobody is willing to implement it? We've all recently learned that there is a patch. From there to implementation is much closer than you or I thought last week. So already this discussion has prompted tangible benefit. And whoever does the work can put the code back. It's not a

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Valdis . Kletnieks
On Fri, 25 Jan 2008 12:44:05 +1030, David Newall said: > The benefit is not zero. Repeating myself: While the code is there, it > encourages either removal or repair. If the option to remove is taken > off the table then it will eventually be repaired. Well, if the 2.4 version hasn't been

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Pavel Machek wrote: > /-\ > | | > | Stop feeding the TROLL | > | | > \-/ > || > || > || > || > || > || > || >

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Andi Kleen wrote: >> The performance benefit is trivial, >> > > That's actually not true when you're talking about potential cache misses. > Cache misses are very expensive. > They are when in a tight loop, but are trivial in this case. I'll go further and say that unless the system is

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Adrian Bunk wrote: > On Fri, Jan 25, 2008 at 04:25:24AM +1030, David Newall wrote: > >> The performance benefit is trivial, and the improvement to >> maintainability is even less. >> > > The effects become bigger when you realize that there are many such > places in the kernel. > > And

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Pavel Machek
On Fri 2008-01-25 04:25:24, David Newall wrote: > Adrian Bunk wrote: > > Removing dead code makes: > > - the kernel smaller, > > - the kernel faster and > > - makes it easier to maintain the non-dead code. > > > > The performance benefit is trivial, and the improvement to > maintainability is

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Andi Kleen
> The performance benefit is trivial, That's actually not true when you're talking about potential cache misses. Cache misses are very expensive. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Adrian Bunk
On Fri, Jan 25, 2008 at 04:25:24AM +1030, David Newall wrote: > Adrian Bunk wrote: > > Removing dead code makes: > > - the kernel smaller, > > - the kernel faster and > > - makes it easier to maintain the non-dead code. > > The performance benefit is trivial, and the improvement to >

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Adrian Bunk wrote: > Removing dead code makes: > - the kernel smaller, > - the kernel faster and > - makes it easier to maintain the non-dead code. > The performance benefit is trivial, and the improvement to maintainability is even less. > All of these are considered useful by the people who

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Adrian Bunk
On Fri, Jan 25, 2008 at 03:34:17AM +1030, David Newall wrote: > Adrian Bunk wrote: > > But Linux kernel development is not driven by people producing hot air > > about what they wish to see in the future, Linux kernel development is > > driven by people sending patches. > > Removal of code is

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Alan Cox wrote: > > >> You're being silly. Either that or you're not reading what I write. >> You know perfectly well iBCS2 compatibility doesn't work (anymore.) The >> question, in my mind, is will it ever be made to work again? I think >> the answer should be yes. >> > > We await

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Andi Kleen wrote: > I stand by my earlier point that it doesn't make sense to have all > Linux kernels always execute these strcmps. > Why? It's a trivial expense. Alternatively, (rhetorically), why not also remove AOUT and COFF support? Same argument. -- To unsubscribe from this list: send

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Adrian Bunk wrote: > But Linux kernel development is not driven by people producing hot air > about what they wish to see in the future, Linux kernel development is > driven by people sending patches. Removal of code is not development. It's the opposite of development. At one stage iBCS2

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Ingo Molnar wrote: > unfortunately you have not replied to my (rather clear) question. Let me > repeat the question (which can be clearly seen in the quoted sections > above). Andi made this assertion: > > | You seem to be under the illusion that iBCS2 support works currently > | in mainline

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Ingo Molnar wrote: unfortunately you have not replied to my (rather clear) question. Let me repeat the question (which can be clearly seen in the quoted sections above). Andi made this assertion: | You seem to be under the illusion that iBCS2 support works currently | in mainline and

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Adrian Bunk wrote: But Linux kernel development is not driven by people producing hot air about what they wish to see in the future, Linux kernel development is driven by people sending patches. Removal of code is not development. It's the opposite of development. At one stage iBCS2

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Andi Kleen wrote: I stand by my earlier point that it doesn't make sense to have all Linux kernels always execute these strcmps. Why? It's a trivial expense. Alternatively, (rhetorically), why not also remove AOUT and COFF support? Same argument. -- To unsubscribe from this list: send

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Alan Cox wrote: You're being silly. Either that or you're not reading what I write. You know perfectly well iBCS2 compatibility doesn't work (anymore.) The question, in my mind, is will it ever be made to work again? I think the answer should be yes. We await your patches.

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Adrian Bunk
On Fri, Jan 25, 2008 at 03:34:17AM +1030, David Newall wrote: Adrian Bunk wrote: But Linux kernel development is not driven by people producing hot air about what they wish to see in the future, Linux kernel development is driven by people sending patches. Removal of code is not

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Adrian Bunk wrote: Removing dead code makes: - the kernel smaller, - the kernel faster and - makes it easier to maintain the non-dead code. The performance benefit is trivial, and the improvement to maintainability is even less. All of these are considered useful by the people who

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Andi Kleen
The performance benefit is trivial, That's actually not true when you're talking about potential cache misses. Cache misses are very expensive. -Andi -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Pavel Machek
On Fri 2008-01-25 04:25:24, David Newall wrote: Adrian Bunk wrote: Removing dead code makes: - the kernel smaller, - the kernel faster and - makes it easier to maintain the non-dead code. The performance benefit is trivial, and the improvement to maintainability is even less.

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Adrian Bunk wrote: On Fri, Jan 25, 2008 at 04:25:24AM +1030, David Newall wrote: The performance benefit is trivial, and the improvement to maintainability is even less. The effects become bigger when you realize that there are many such places in the kernel. And the benefit of

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Pavel Machek wrote: /-\ | | | Stop feeding the TROLL | | | \-/ || || || || || || || Pavel is

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread David Newall
Andi Kleen wrote: The performance benefit is trivial, That's actually not true when you're talking about potential cache misses. Cache misses are very expensive. They are when in a tight loop, but are trivial in this case. I'll go further and say that unless the system is

Re: [PATCH for mm] Remove iBCS support

2008-01-24 Thread Valdis . Kletnieks
On Fri, 25 Jan 2008 12:44:05 +1030, David Newall said: The benefit is not zero. Repeating myself: While the code is there, it encourages either removal or repair. If the option to remove is taken off the table then it will eventually be repaired. Well, if the 2.4 version hasn't been ported

Re: [PATCH for mm] Remove iBCS support

2008-01-23 Thread Andi Kleen
On Wednesday 23 January 2008 15:12:22 Karl Kiniger wrote: > On Wed 080123, Andi Kleen wrote: > > Karl Kiniger <[EMAIL PROTECTED]> writes: > > > FYI, > > > > > > on http://www.feise.com/~jfeise/Downloads/linux-abi/ > > > > > > a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. > > > > So

Re: [PATCH for mm] Remove iBCS support

2008-01-23 Thread Karl Kiniger
On Wed 080123, Andi Kleen wrote: > Karl Kiniger <[EMAIL PROTECTED]> writes: > > > FYI, > > > > on http://www.feise.com/~jfeise/Downloads/linux-abi/ > > > > a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. > > So just add a reversed version of my binfmt_elf patch to that. > If people

Re: [PATCH for mm] Remove iBCS support

2008-01-23 Thread Andi Kleen
Karl Kiniger <[EMAIL PROTECTED]> writes: > FYI, > > on http://www.feise.com/~jfeise/Downloads/linux-abi/ > > a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. So just add a reversed version of my binfmt_elf patch to that. If people need to apply a patch anyways it doesn't make much

Re: [PATCH for mm] Remove iBCS support

2008-01-23 Thread Andi Kleen
Karl Kiniger [EMAIL PROTECTED] writes: FYI, on http://www.feise.com/~jfeise/Downloads/linux-abi/ a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. So just add a reversed version of my binfmt_elf patch to that. If people need to apply a patch anyways it doesn't make much

Re: [PATCH for mm] Remove iBCS support

2008-01-23 Thread Karl Kiniger
On Wed 080123, Andi Kleen wrote: Karl Kiniger [EMAIL PROTECTED] writes: FYI, on http://www.feise.com/~jfeise/Downloads/linux-abi/ a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. So just add a reversed version of my binfmt_elf patch to that. If people need to apply a

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Alan Cox
> You're being silly. Either that or you're not reading what I write. > You know perfectly well iBCS2 compatibility doesn't work (anymore.) The > question, in my mind, is will it ever be made to work again? I think > the answer should be yes. We await your patches. If you think it should be

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Adrian Bunk
On Wed, Jan 23, 2008 at 01:43:30AM +1030, David Newall wrote: > Ingo Molnar wrote: > > * David Newall <[EMAIL PROTECTED]> wrote: > > > >> Andi Kleen wrote: > >> > >>> You seem to be under the illusion that iBCS2 support works currently > >>> in mainline and that only this patch would break

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Adrian Bunk
On Wed, Jan 23, 2008 at 01:36:27AM +1030, David Newall wrote: > Karl Kiniger wrote: > > on http://www.feise.com/~jfeise/Downloads/linux-abi/ > > > > a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. > > Thankyou for that. > > Matter of interest: if it works, why isn't it in the

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Ingo Molnar
* David Newall <[EMAIL PROTECTED]> wrote: > >>> You seem to be under the illusion that iBCS2 support works currently > >>> in mainline and that only this patch would break it. > >>> > >> I cannot imagine what brings you to that conclusion. Suffice to say > >> you are entirely and

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread David Newall
Ingo Molnar wrote: > * David Newall <[EMAIL PROTECTED]> wrote: > >> Andi Kleen wrote: >> >>> You seem to be under the illusion that iBCS2 support works currently >>> in mainline and that only this patch would break it. >>> >> I cannot imagine what brings you to that conclusion.

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread David Newall
Karl Kiniger wrote: > on http://www.feise.com/~jfeise/Downloads/linux-abi/ > > a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. > Thankyou for that. Matter of interest: if it works, why isn't it in the mainline? -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Giulio
Andi Kleen <[EMAIL PROTECTED]> wrote: >> I think I do. You appear to be arguing that small businesses, such as >> paint shops or garages, could re-install iBCS2 support. > >You seem to be under the illusion that iBCS2 support works currently >in mainline and that only this patch would break it.

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Karl Kiniger
On Tue 080122, Ingo Molnar wrote: > > * David Newall <[EMAIL PROTECTED]> wrote: > > > Andi Kleen wrote: > > > You seem to be under the illusion that iBCS2 support works currently > > > in mainline and that only this patch would break it. > > > > I cannot imagine what brings you to that

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Ingo Molnar
* David Newall <[EMAIL PROTECTED]> wrote: > Andi Kleen wrote: > > You seem to be under the illusion that iBCS2 support works currently > > in mainline and that only this patch would break it. > > I cannot imagine what brings you to that conclusion. Suffice to say > you are entirely and

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Karl Kiniger
FYI, on http://www.feise.com/~jfeise/Downloads/linux-abi/ a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. (and I know a friend of mine got it working OK - old Informix 4GL medical app compiled for SCO ... :-) Karl On Mon 080121, David Newall wrote: > Andi Kleen wrote: > > You

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Karl Kiniger
FYI, on http://www.feise.com/~jfeise/Downloads/linux-abi/ a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. (and I know a friend of mine got it working OK - old Informix 4GL medical app compiled for SCO ... :-) Karl On Mon 080121, David Newall wrote: Andi Kleen wrote: You seem

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Ingo Molnar
* David Newall [EMAIL PROTECTED] wrote: Andi Kleen wrote: You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. I cannot imagine what brings you to that conclusion. Suffice to say you are entirely and inexplicably

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Karl Kiniger
On Tue 080122, Ingo Molnar wrote: * David Newall [EMAIL PROTECTED] wrote: Andi Kleen wrote: You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. I cannot imagine what brings you to that conclusion. Suffice to

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Giulio
Andi Kleen [EMAIL PROTECTED] wrote: I think I do. You appear to be arguing that small businesses, such as paint shops or garages, could re-install iBCS2 support. You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. That's

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread David Newall
Ingo Molnar wrote: * David Newall [EMAIL PROTECTED] wrote: Andi Kleen wrote: You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. I cannot imagine what brings you to that conclusion. Suffice to say you

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Adrian Bunk
On Wed, Jan 23, 2008 at 01:36:27AM +1030, David Newall wrote: Karl Kiniger wrote: on http://www.feise.com/~jfeise/Downloads/linux-abi/ a patch named linux-abi-2.6.22.3_3.diff.bz2 can be found. Thankyou for that. Matter of interest: if it works, why isn't it in the mainline? This you

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Adrian Bunk
On Wed, Jan 23, 2008 at 01:43:30AM +1030, David Newall wrote: Ingo Molnar wrote: * David Newall [EMAIL PROTECTED] wrote: Andi Kleen wrote: You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. I

Re: [PATCH for mm] Remove iBCS support

2008-01-22 Thread Alan Cox
You're being silly. Either that or you're not reading what I write. You know perfectly well iBCS2 compatibility doesn't work (anymore.) The question, in my mind, is will it ever be made to work again? I think the answer should be yes. We await your patches. If you think it should be

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread David Newall
Andi Kleen wrote: > You seem to be under the illusion that iBCS2 support works currently > in mainline and that only this patch would break it. I cannot imagine what brings you to that conclusion. Suffice to say you are entirely and inexplicably wrong. -- To unsubscribe from this list: send the

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread Alan Cox
> Well, I'm whispering: The cost is that something desirable but > incomplete would be removed. While it's there it's a constant source of > irritation to those in the know. Once removed it can be forgotten. So > the cost is really that iBCS2 compatibility becomes less likely. What's > the

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread David Newall
Alan Cox wrote: >> It's not necessarily that simple. It might be for KFC and Dominoes, but >> for others, SCO is not the complete story. Many legacy systems are >> written in COBOL, and must pay a per-seat licence for that on top of the >> per-seat licence for UNIX. It is these systems that are

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread Alan Cox
> It's not necessarily that simple. It might be for KFC and Dominoes, but > for others, SCO is not the complete story. Many legacy systems are > written in COBOL, and must pay a per-seat licence for that on top of the > per-seat licence for UNIX. It is these systems that are most attracted >

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread Alan Cox
It's not necessarily that simple. It might be for KFC and Dominoes, but for others, SCO is not the complete story. Many legacy systems are written in COBOL, and must pay a per-seat licence for that on top of the per-seat licence for UNIX. It is these systems that are most attracted towards

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread David Newall
Alan Cox wrote: It's not necessarily that simple. It might be for KFC and Dominoes, but for others, SCO is not the complete story. Many legacy systems are written in COBOL, and must pay a per-seat licence for that on top of the per-seat licence for UNIX. It is these systems that are most

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread Alan Cox
Well, I'm whispering: The cost is that something desirable but incomplete would be removed. While it's there it's a constant source of irritation to those in the know. Once removed it can be forgotten. So the cost is really that iBCS2 compatibility becomes less likely. What's the benefit

Re: [PATCH for mm] Remove iBCS support

2008-01-20 Thread David Newall
Andi Kleen wrote: You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. I cannot imagine what brings you to that conclusion. Suffice to say you are entirely and inexplicably wrong. -- To unsubscribe from this list: send the

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
> I think I do. You appear to be arguing that small businesses, such as > paint shops or garages, could re-install iBCS2 support. You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. That's not the case. It's a significant

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: > On Sun, Jan 20, 2008 at 04:03:22PM +1030, David Newall wrote: > >> It's not necessarily that simple. It might be for KFC and Dominoes, but >> for others, SCO is not the complete story. Many legacy systems are >> written in COBOL, and must pay a per-seat licence for that on

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
On Sun, Jan 20, 2008 at 04:03:22PM +1030, David Newall wrote: > It's not necessarily that simple. It might be for KFC and Dominoes, but > for others, SCO is not the complete story. Many legacy systems are > written in COBOL, and must pay a per-seat licence for that on top of the > per-seat

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: > On Sun, Jan 20, 2008 at 03:16:25PM +1030, David Newall wrote: > >> Andi Kleen wrote: >> >>> On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: >>> >>> compatibility. This is a sleeping giant for Linux. There are plenty of

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
On Sun, Jan 20, 2008 at 03:16:25PM +1030, David Newall wrote: > Andi Kleen wrote: > > On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: > > > >> compatibility. This is a sleeping giant for Linux. There are plenty of > >> > > > > Interesting choice of words. > > > KFC and

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: > On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: > >> compatibility. This is a sleeping giant for Linux. There are plenty of >> > > Interesting choice of words. > KFC and Dominoes use SCO for their cash registers, to pick just two enormous future

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: > Andi Kleen wrote: > > Can you please queue this patch in -mm for .25. It was posted earlier > > and nobody complained. > > I'm sure I complained. I'm sure I said something about SCO Did you? > compatibility. This is a sleeping

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: > Can you please queue this patch in -mm for .25. It was posted earlier > and nobody complained. I'm sure I complained. I'm sure I said something about SCO compatibility. This is a sleeping giant for Linux. There are plenty of machines running legacy SCO applications, just

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: Can you please queue this patch in -mm for .25. It was posted earlier and nobody complained. I'm sure I complained. I'm sure I said something about SCO compatibility. This is a sleeping giant for Linux. There are plenty of machines running legacy SCO applications, just

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: Andi Kleen wrote: Can you please queue this patch in -mm for .25. It was posted earlier and nobody complained. I'm sure I complained. I'm sure I said something about SCO Did you? compatibility. This is a sleeping giant for

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: compatibility. This is a sleeping giant for Linux. There are plenty of Interesting choice of words. KFC and Dominoes use SCO for their cash registers, to pick just two enormous future opportunities.

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
On Sun, Jan 20, 2008 at 03:16:25PM +1030, David Newall wrote: Andi Kleen wrote: On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: compatibility. This is a sleeping giant for Linux. There are plenty of Interesting choice of words. KFC and Dominoes use SCO

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: On Sun, Jan 20, 2008 at 03:16:25PM +1030, David Newall wrote: Andi Kleen wrote: On Sun, Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: compatibility. This is a sleeping giant for Linux. There are plenty of Interesting choice of

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
On Sun, Jan 20, 2008 at 04:03:22PM +1030, David Newall wrote: It's not necessarily that simple. It might be for KFC and Dominoes, but for others, SCO is not the complete story. Many legacy systems are written in COBOL, and must pay a per-seat licence for that on top of the per-seat licence

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread David Newall
Andi Kleen wrote: On Sun, Jan 20, 2008 at 04:03:22PM +1030, David Newall wrote: It's not necessarily that simple. It might be for KFC and Dominoes, but for others, SCO is not the complete story. Many legacy systems are written in COBOL, and must pay a per-seat licence for that on top of

Re: [PATCH for mm] Remove iBCS support

2008-01-19 Thread Andi Kleen
I think I do. You appear to be arguing that small businesses, such as paint shops or garages, could re-install iBCS2 support. You seem to be under the illusion that iBCS2 support works currently in mainline and that only this patch would break it. That's not the case. It's a significant

[PATCH for mm] Remove iBCS support

2008-01-18 Thread Andi Kleen
Hi Andrew, Can you please queue this patch in -mm for .25. It was posted earlier and nobody complained. Thanks, -Andi Remove ibcs2 support in ELF loader too ibcs2 support has never been supported on 2.6 kernels as far as I know, and if it has it must have been an external patch.

[PATCH for mm] Remove iBCS support

2008-01-18 Thread Andi Kleen
Hi Andrew, Can you please queue this patch in -mm for .25. It was posted earlier and nobody complained. Thanks, -Andi Remove ibcs2 support in ELF loader too ibcs2 support has never been supported on 2.6 kernels as far as I know, and if it has it must have been an external patch.