Re: On linux kernel packaging issue

2003-11-15 Thread Goswin von Brederlow
Eduard Bloch <[EMAIL PROTECTED]> writes: > #include > * Tobias Wolter [Sun, Nov 09 2003, 04:52:54PM]: > > On 2003-11-09T16:19:21+0100 (Sunday), Eduard Bloch wrote: > > > * Tobias Wolter [Sun, Nov 09 2003, 03:47:15PM]: > > > >> # time bzip2 -9 < out.wav > /dev/null > > > > [...] > > > >> # time /

Re: On linux kernel packaging issue

2003-11-15 Thread Goswin von Brederlow
Eduard Bloch <[EMAIL PROTECTED]> writes: > #include > * Glenn McGrath [Sun, Nov 09 2003, 09:53:26AM]: > > > > We're all very interested in *real* evidence here, because there > > > hasn't been any in the past. If you don't have any evidence, you can > > > expect people to call bullshit on this.

Re: On linux kernel packaging issue

2003-11-10 Thread Nikita V. Youshchenko
> On Sat, Nov 08, 2003 at 10:58:03AM +0100, Eduard Bloch wrote: > > #include > > > > * Nikita V. Youshchenko [Sat, Nov 08 2003, 12:39:58PM]: > > > Optimization is a serious issue too. Unlike most user space > > > software, using 386 kernel on modern PC will cause serious > > > performance loose.

Re: On linux kernel packaging issue

2003-11-10 Thread Paul Hampson
On Sat, Nov 08, 2003 at 10:58:03AM +0100, Eduard Bloch wrote: > #include > * Nikita V. Youshchenko [Sat, Nov 08 2003, 12:39:58PM]: > > Optimization is a serious issue too. Unlike most user space software, using > > 386 kernel on modern PC will cause serious performance loose. Especially if > > yo

Re: On linux kernel packaging issue

2003-11-09 Thread Glenn McGrath
On Mon, 10 Nov 2003 01:32:44 +0800 Cameron Patrick <[EMAIL PROTECTED]> wrote: > Well, Glenn didn't really put many words around his output from timing > bzip2, so any claims about what he was trying to prove are > speculative. The point i was trying to make is that architecture specific optimisat

Re: On linux kernel packaging issue

2003-11-09 Thread Glenn McGrath
On Sun, 9 Nov 2003 17:39:24 + Andrew Suffield <[EMAIL PROTECTED]> wrote: > Apparently you entirely fail to understand then, because that's not > what I said. Please refrain from commenting on issues in a language > which you cannot comprehend. Yes your majesty. There are none so blind as tho

Re: On linux kernel packaging issue

2003-11-09 Thread Andrew Suffield
On Sun, Nov 09, 2003 at 09:18:34AM +1100, Glenn McGrath wrote: > On Sat, 8 Nov 2003 12:33:15 + > Andrew Suffield <[EMAIL PROTECTED]> wrote: > > > Please provide carefully documented evidence of the performance gains > > that you are claiming, not handwaving. Evidence of a difference is not > >

Re: On linux kernel packaging issue

2003-11-09 Thread Cameron Patrick
On Sun, Nov 09, 2003 at 05:14:44PM +0100, Eduard Bloch wrote: | That is not a summary of the thread, that is a summary of YOUR | interpretation of the thread. I won't dispute this. :-) | > Eduard: Optimising kernel code doesn't help as other hardware is the | > limiting factor. | | No. The h

Re: On linux kernel packaging issue

2003-11-09 Thread Andrew Suffield
On Sun, Nov 09, 2003 at 09:53:26AM +1100, Glenn McGrath wrote: > On Sat, 8 Nov 2003 12:33:15 + > Andrew Suffield <[EMAIL PROTECTED]> wrote: > > > We're all very interested in *real* evidence here, because there > > hasn't been any in the past. If you don't have any evidence, you can > > expect

Re: On linux kernel packaging issue

2003-11-09 Thread Eduard Bloch
#include * Tobias Wolter [Sun, Nov 09 2003, 04:52:54PM]: > On 2003-11-09T16:19:21+0100 (Sunday), Eduard Bloch wrote: > > * Tobias Wolter [Sun, Nov 09 2003, 03:47:15PM]: > > >> # time bzip2 -9 < out.wav > /dev/null > > > [...] > > >> # time /tmp/bzip2-1.0.2/bzip2 -9 < out.wav > /dev/null > > >> D

Re: On linux kernel packaging issue

2003-11-09 Thread Eduard Bloch
#include * Cameron Patrick [Sun, Nov 09 2003, 11:52:41PM]: > On Sun, Nov 09, 2003 at 03:37:11PM +0100, Eduard Bloch wrote: > | #include > | * Michael Poole [Sun, Nov 09 2003, 09:22:13AM]: > | > Eduard Bloch writes: > | > > | > > Do you see now that 8 of your 10 percent come directly from the > |

Re: On linux kernel packaging issue, assuming that user is never right

2003-11-09 Thread Andrew Suffield
On Sat, Nov 08, 2003 at 06:59:39PM +0100, Mathieu Roy wrote: > Andrew Suffield <[EMAIL PROTECTED]> a tapoté : > > > On Sat, Nov 08, 2003 at 01:58:29PM +0100, Mateusz Papiernik wrote: > >> Andrew Suffield wrote: > >> >We're all very interested in *real* evidence here, because there > >> >hasn't bee

Re: On linux kernel packaging issue

2003-11-09 Thread Tobias Wolter
On 2003-11-09T16:19:21+0100 (Sunday), Eduard Bloch wrote: > * Tobias Wolter [Sun, Nov 09 2003, 03:47:15PM]: > >> # time bzip2 -9 < out.wav > /dev/null > > [...] > >> # time /tmp/bzip2-1.0.2/bzip2 -9 < out.wav > /dev/null > >> Do you see now that 8 of your 10 percent come directly from the > >> ap

Re: On linux kernel packaging issue

2003-11-09 Thread Cameron Patrick
On Sun, Nov 09, 2003 at 03:37:11PM +0100, Eduard Bloch wrote: | #include | * Michael Poole [Sun, Nov 09 2003, 09:22:13AM]: | > Eduard Bloch writes: | > | > > Do you see now that 8 of your 10 percent come directly from the | > > application code and other two maybe from the optimized libc? There i

Re: On linux kernel packaging issue

2003-11-09 Thread Eduard Bloch
#include * Tobias Wolter [Sun, Nov 09 2003, 03:47:15PM]: > > # time bzip2 -9 < out.wav > /dev/null > [...] > > # time /tmp/bzip2-1.0.2/bzip2 -9 < out.wav > /dev/null > > Do you see now that 8 of your 10 percent come directly from the > > application code and other two maybe from the optimized l

Re: On linux kernel packaging issue

2003-11-09 Thread Tobias Wolter
On 2003-11-09T14:46:38+0100 (Sunday), Eduard Bloch wrote: > # time bzip2 -9 < out.wav > /dev/null [...] > # time /tmp/bzip2-1.0.2/bzip2 -9 < out.wav > /dev/null > Do you see now that 8 of your 10 percent come directly from the > application code and other two maybe from the optimized libc? You

Re: On linux kernel packaging issue

2003-11-09 Thread Eduard Bloch
#include * Michael Poole [Sun, Nov 09 2003, 09:22:13AM]: > Eduard Bloch writes: > > > Do you see now that 8 of your 10 percent come directly from the > > application code and other two maybe from the optimized libc? There is > > not{hing| much} we have won using an optimised kernel. But the place

Re: On linux kernel packaging issue

2003-11-09 Thread Michael Poole
Eduard Bloch writes: > Do you see now that 8 of your 10 percent come directly from the > application code and other two maybe from the optimized libc? There is > not{hing| much} we have won using an optimised kernel. But the placebo > effect has been demonstraded once again. You have not shown wh

Re: On linux kernel packaging issue

2003-11-09 Thread Cameron Patrick
On Sun, Nov 09, 2003 at 02:46:38PM +0100, Eduard Bloch wrote: | Do you see now that 8 of your 10 percent come directly from the | application code and other two maybe from the optimized libc? There is | not{hing| much} we have won using an optimised kernel. But the placebo | effect has been demons

Re: On linux kernel packaging issue

2003-11-09 Thread Eduard Bloch
#include * Glenn McGrath [Sun, Nov 09 2003, 05:09:32PM]: > > What does that mean? Gentoo uses a heavily patched kernel which goes > > far beyound of what we dicuss > > I was in a debian chroot under a gentoo system hence both tests used the > same kernel. But different programs. As said by oth

Re: On linux kernel packaging issue, assuming that user is never right

2003-11-09 Thread Martin Schulze
Mathieu Roy wrote: > Why do you always assume being facing idiots? I guess the answer would be experience... No, I'm only guessing, not knowing... > People knows all about placebo effect, but do you have any evidence > that there is nothing more than placebo effect? If you can't provide evidenc

Re: On linux kernel packaging issue

2003-11-09 Thread Glenn McGrath
On Sun, 9 Nov 2003 01:13:09 +0100 Eduard Bloch <[EMAIL PROTECTED]> wrote: > What does that mean? Gentoo uses a heavily patched kernel which goes > far beyound of what we dicuss I was in a debian chroot under a gentoo system hence both tests used the same kernel. Its irrelevent, but the kernel i

Re: On linux kernel packaging issue

2003-11-08 Thread Michael Poole
Eduard Bloch <[EMAIL PROTECTED]> writes: >> # time bzip2 -9k linux-2.6.0-test5.tar >> >> real2m40.974s >> user2m33.679s > ... >> user2m49.316s > > Even then, it's about only 10 percent. Let's compare them with vanilla > kernel, optimised for P4: What are you trying to measure here?

Re: On linux kernel packaging issue

2003-11-08 Thread Eduard Bloch
#include * Glenn McGrath [Sun, Nov 09 2003, 09:53:26AM]: > > We're all very interested in *real* evidence here, because there > > hasn't been any in the past. If you don't have any evidence, you can > > expect people to call bullshit on this. > > Gentoo What does that mean? Gentoo uses a heavil

Re: On linux kernel packaging issue

2003-11-08 Thread Glenn McGrath
On Sat, 8 Nov 2003 12:33:15 + Andrew Suffield <[EMAIL PROTECTED]> wrote: > We're all very interested in *real* evidence here, because there > hasn't been any in the past. If you don't have any evidence, you can > expect people to call bullshit on this. Gentoo # time bzip2 -9k linux-2.6.0-tes

Re: On linux kernel packaging issue, assuming that user is never right

2003-11-08 Thread Don Armstrong
On Sat, 08 Nov 2003, Mathieu Roy wrote: > People knows all about placebo effect, but do you have any evidence > that there is nothing more than placebo effect? It's normal for the person claiming that there are two populations to provide appropriate data and statistics to back up the claim.[1] By

Re: On linux kernel packaging issue

2003-11-08 Thread Glenn McGrath
On Sat, 8 Nov 2003 12:33:15 + Andrew Suffield <[EMAIL PROTECTED]> wrote: > Please provide carefully documented evidence of the performance gains > that you are claiming, not handwaving. Evidence of a difference is not > the same thing; anybody who has any experience with low-level > programmin

Re: On linux kernel packaging issue, assuming that user is never right

2003-11-08 Thread Mathieu Roy
Andrew Suffield <[EMAIL PROTECTED]> a tapoté : > On Sat, Nov 08, 2003 at 01:58:29PM +0100, Mateusz Papiernik wrote: >> Andrew Suffield wrote: >> >We're all very interested in *real* evidence here, because there >> >hasn't been any in the past. If you don't have any evidence, you can >> >expect peo

Re: On linux kernel packaging issue

2003-11-08 Thread Andrew Suffield
On Sat, Nov 08, 2003 at 01:58:29PM +0100, Mateusz Papiernik wrote: > Andrew Suffield wrote: > >We're all very interested in *real* evidence here, because there > >hasn't been any in the past. If you don't have any evidence, you can > >expect people to call bullshit on this. > > I can't send any *e

Re: On linux kernel packaging issue

2003-11-08 Thread Nikita V. Youshchenko
> I'm not removing anything. All I do is providing an alternative. If you > don't like my alternative, you may keep using the current scheme. The impression after reaIding the initial discussion was that this ITP intends to replace the old scheme. If this is not true, I will stop my complains. Pe

Re: On linux kernel packaging issue

2003-11-08 Thread Robert Millan
On Sat, Nov 08, 2003 at 06:51:50PM +0300, Nikita V. Youshchenko wrote: > > > They won't. Just like Glibc maintainers don't provide optimised > > packages I don't see why should I provide them. > > Note that it is no longer true for current sid packages. > > [EMAIL PROTECTED]:~> apt-cache search

Re: On linux kernel packaging issue

2003-11-08 Thread Eduard Bloch
Moin Eike! Eike Sauer schrieb am Saturday, den 08. November 2003: > Nikita V. Youshchenko schrieb: > > Seems that someone without any sort of complete knowledge of the problem, > > decided to maintain one of the most important parts of the system. And the > > way he chooses is "removing everything

Re: On linux kernel packaging issue

2003-11-08 Thread Robert Millan
On Sat, Nov 08, 2003 at 03:56:03PM +0300, Nikita V. Youshchenko wrote: > > I made the package in the way I found most consistent and easy to > > understand, for users and for developers. You're calling me idiot by > > saying that, so I'll stop here. > > I apologize if the above could be understood

Re: On linux kernel packaging issue

2003-11-08 Thread Eike Sauer
Nikita V. Youshchenko schrieb: > Seems that someone without any sort of complete knowledge of the problem, > decided to maintain one of the most important parts of the system. And the > way he chooses is "removing everything that I don't undestand". This looks > like a disaster. If I didn't get it

Re: On linux kernel packaging issue

2003-11-08 Thread Nikita V. Youshchenko
> > Please please please don't go the Windows way - "let's make it usable > > for dummies at the price of making it hardly usable by experts"! The > > saying is: "Create a system that is usable even by idiots, and only > > idiots will use it". > > I made the package in the way I found most consiste

Re: On linux kernel packaging issue

2003-11-08 Thread Mateusz Papiernik
Andrew Suffield wrote: We're all very interested in *real* evidence here, because there hasn't been any in the past. If you don't have any evidence, you can expect people to call bullshit on this. I can't send any *evidence* here, but I can post my own opinions and experiences with kernels. And I'

Re: On linux kernel packaging issue

2003-11-08 Thread Andrew Suffield
On Sat, Nov 08, 2003 at 01:20:00PM +0300, Nikita V. Youshchenko wrote: > > > #include > > > > * Nikita V. Youshchenko [Sat, Nov 08 2003, 12:39:58PM]: > > > Optimization is a serious issue too. Unlike most user space software, > > > using 386 kernel on modern PC will cause serious performance loos

Re: On linux kernel packaging issue

2003-11-08 Thread Robert Millan
On Sat, Nov 08, 2003 at 12:39:58PM +0300, Nikita V. Youshchenko wrote: > Hello. > > I've read (a part of) resent kernel ITP flamewar. You should have kept the Subject and the CC to [EMAIL PROTECTED], otherwise your message is not properly archived in the discussion. > The more I read, the more i

Re: On linux kernel packaging issue

2003-11-08 Thread Nikita V. Youshchenko
> #include > > * Nikita V. Youshchenko [Sat, Nov 08 2003, 12:39:58PM]: > > Optimization is a serious issue too. Unlike most user space software, > > using 386 kernel on modern PC will cause serious performance loose. > > Especially if you consider mmx/sse/... and SMP issues. Note also that > > no

Re: On linux kernel packaging issue

2003-11-08 Thread Eduard Bloch
#include * Nikita V. Youshchenko [Sat, Nov 08 2003, 12:39:58PM]: > Optimization is a serious issue too. Unlike most user space software, using > 386 kernel on modern PC will cause serious performance loose. Especially if > you consider mmx/sse/... and SMP issues. Note also that not all drivers ar