Re: Knowing what options a kernel was compiled with

2001-01-28 Thread roger
Well, even if the config file hasn't been included you can presumably _write_ the config file from the kernel setup program...and that is _probably_ the configuration of the kernel you are running n'est-ce-pas? Roger. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: Poor SCSI drive performance on SMP machine, 2.2.16

2001-01-28 Thread Bruce Harada
Hi. Do you get messages like the ones below in /var/log/messages? sym53c875-0-<0,0>: QUEUE FULL! 8 busy, 7 disconnected CCBs sym53c875-0-<0,0>: tagged command queue depth set to 7 In fact, do you get any messages in your log files that look like they might be related? -- Bruce Harada [EMA

Re: hotmail not dealing with ECN

2001-01-28 Thread James Sutherland
On Sat, 27 Jan 2001, Gregory Maxwell wrote: > On Sat, Jan 27, 2001 at 11:09:27PM +, James Sutherland wrote: > > On Sat, 27 Jan 2001, David Schwartz wrote: > > > > > > > > > Firewalling should be implemented on the hosts, perhaps with centralized > > > > policy management. In such a situation

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread James Sutherland
I'm sure we all know what the IETF is, and where ECN came from. I haven't seen anyone suggesting ignoring RST, either: DM just imagined that, AFAICS. The one point I would like to make, though, is that firewalls are NOT "brain-damaged" for blocking ECN: according to the RFCs governing firewalls,

Re: ps hang in 241-pre10

2001-01-28 Thread James Sutherland
On 27 Jan 2001, Linus Torvalds wrote: > In article <[EMAIL PROTECTED]>, David Ford <[EMAIL PROTECTED]> > wrote: > > > >We've narrowed it down to "we're all running xmms" when it happend. > > Does anybody have a clue about what is different with xmms? > > Does it use KNI if it can, for example?

Re: patch for 2.4.0 disable printk

2001-01-28 Thread Stefani Seibold
Hi Andrew, thanks for your feddback, but... you are not right. Because i override the printk with a macro thats call a inline function printk_inline with no paramters and only return 0. So the compiler sill removes the paramters. If you try this patch, you will see, that none of the parameters

Re: 2.4.1-pre10 deadlock (Re: ps hang in 241-pre10)

2001-01-28 Thread Lorenzo Allegrucci
At 15.40 27/01/01 -0800, you wrote: > > >On Sat, 27 Jan 2001, Lorenzo Allegrucci wrote: >> >> A trivial "while(1) fork()" is enough to trigger it. >> "mem=32M" by lilo, ulimit -u is 1024. > >Hmm.. This does not look like a VM deadlock - it looks like some IO >request is waiting forever on "__get_

Re: [PATCH] devfsd, compiling on glibc22x

2001-01-28 Thread David Ford
Ulrich Drepper wrote: > Pierre Rousselet <[EMAIL PROTECTED]> writes: > > > for me : > > make CFLAGS='-O2 -I. -D_GNU_SOURCE' > > compiles without any patch. is it correct ? > > Yes. RTLD_NEXT is not in any standard, it's an extension available > via -D_GNU_SOURCE. Ok, how about we all tag Richar

Re: Linux Post codes during runtime, possibly OT

2001-01-28 Thread Rogier Wolff
H. Peter Anvin wrote: > > All that I can think of right now is: > > - Find a register that can be written without side effects in > > "standard" hardware like a keyboard controller, or interrupt > >controller. Especially good are ones that already require us to keep > >a shadow value. W

Re: Linux Post codes during runtime, possibly OT

2001-01-28 Thread H. Peter Anvin
Rogier Wolff wrote: > > Ok. I've thought about it some more, but I don't care enough about > this issue to do the painstaking legwork: I don't have one of those > POST-code indicators on port 0x80. > > I've made the "pause" in outb_p just a few (*) ns slower, because it > now loads a variable be

Re: Knowing what options a kernel was compiled with

2001-01-28 Thread Chmouel Boudjnah
"Matthew Pitts" <[EMAIL PROTECTED]> writes: > Some distributions DO include the config. It may be located > in the /boot dir with a name CONFIG-2.2.10 or similar. I > know that Caldera 2.3 shiped that way(2.4 may also). If you > have the install CDROM, the kernel source install may have > it (e.g

Re: Linux Post codes during runtime, possibly OT

2001-01-28 Thread Rogier Wolff
H. Peter Anvin wrote: > Rogier Wolff wrote: > > > > Ok. I've thought about it some more, but I don't care enough about > > this issue to do the painstaking legwork: I don't have one of those > > POST-code indicators on port 0x80. > > > > I've made the "pause" in outb_p just a few (*) ns slower,

[PATCH] doc update/fixes for sysrq.txt

2001-01-28 Thread Jeremy M. Dolan
Updates Documentation/sysrq.txt for 2.4's behavior and cleans up a bit. /jmd --- linux-2.4.0-ac12/Documentation/sysrq.txtFri Jul 28 14:50:52 2000 +++ linux-2.4.0-ac12-jmd/Documentation/sysrq.txtSun Jan 28 04:15:59 2001 @@ -1,26 +1,27 @@ +Linux Magic System Request Key Hacks +Document

[PATCH] PCNet32.c missing pci_free_consistent

2001-01-28 Thread davej
This driver fails to release allocations from pci_alloc_consistent in its failure paths. Patch below is against 2.4.0-ac12, but should also apply to Linus' tree cleanly. regards, Davej. -- | Dave Jones.http://www.suse.de/~davej | SuSE Labs diff -urN --exclude-from=/home/davej/.exclud

Re: [PATCH] doc update/fixes for sysrq.txt

2001-01-28 Thread David Ford
"Jeremy M. Dolan" wrote: > +Note that previous versions disabled sysrq by default, and you were required > +to specifically enable it at run-time. That is not the case any longer. AFAIK, this hasn't ever been true. I have never had to specifically enable it at run time. There are certain distr

Re: Kernel 2.4.x and 2.4.1-preX - Higher latency then 2.2.xkernels?

2001-01-28 Thread Andrew Morton
Shawn Starr wrote: > > Andrew, the patch HAS made a difference. For example, while untaring >glibc-2.2.1.tar.gz the > system was not sluggish (mouse movements in X) etc. > > Seems to be a go for latency improvements on this system. Shawn, could you please try this patch in a pristine 2.4.1-pr

Re: Kernel 2.4.0 loop device still hangs

2001-01-28 Thread Mircea Damian
On Sun, Jan 28, 2001 at 03:43:00AM +0100, Jens Axboe wrote: > > It should be safe. Thanks for the feedback. The patch works fine here too, but I have not tested it very hard ... just normal read/write small/big files into it. It looks fine here. Any thoughts to integrate it into 2.4.1? What's

Re: Poor SCSI drive performance on SMP machine, 2.2.16

2001-01-28 Thread Gérard Roudier
On Sun, 28 Jan 2001, paradox3 wrote: > I have an SMP machine (dual PII 400s) running 2.2.16 with one 10,000 RPM IBM > 10 GB SCSI drive > (AIC 7890 on motherboard, using aic7xxx.o), and four various IDE drives. The > SCSI drive > performs the worst. In tests of writing 100 MB and sync'ing, one o

Re: 2.4.1-pre8 losing pages

2001-01-28 Thread Peter Horton
On Fri, Jan 26, 2001 at 07:48:05PM +, Russell King wrote: > Peter Horton writes: > > The corruption is dependent on having a swapped on swap partition. If I > > "swapoff" the corruption goes away, but it comes back when I "swapon" > > again. I feel this a kernel bug, but as I'm the only person

Re: Knowing what options a kernel was compiled with

2001-01-28 Thread Andreas Ehliar
On Sun, Jan 28, 2001 at 04:29:06PM +1100, Keith Owens wrote: > On Sun, 28 Jan 2001 00:13:48 -0500, > "Matthew Pitts" <[EMAIL PROTECTED]> wrote: > >Some distributions DO include the config. It may be located > >in the /boot dir with a name CONFIG-2.2.10 or similar. I > >know that Caldera 2.3 shipe

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread jamal
On Sun, 28 Jan 2001, James Sutherland wrote: > I'm sure we all know what the IETF is, and where ECN came from. I haven't > seen anyone suggesting ignoring RST, either: DM just imagined that, > AFAICS. The email was not necessarily intended for you. You just pulled the pin. There were people wh

Re: [PATCH] make drivers/scsi/sym53c8xx.c check request_region'sreturn code (241p9)]

2001-01-28 Thread Gérard Roudier
On Thu, 25 Jan 2001, Rasmus Andersen wrote: > Hi. > > I apparently forgot to cc the lists on this one. Replies should be cc'ed > to [EMAIL PROTECTED] also. > > Thanks. The change should not harm, but request_region() is very unlikely to fail here. Reason is that the drivers previously perfor

Re: Kernel 2.4.0 loop device still hangs

2001-01-28 Thread Andreas Franck
Hi Jens, I've tested your patch quite as heavy as it gets: I created 5 files of each 100 MB, set up 5 loop devices and made a RAID5 array out of them, putting ext2 on it and running a bonnie loop with 350 MB test size over it for the night. Everything survived, worked flawlessly and I'm happy

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-28 Thread yodaiken
On Sun, Jan 21, 2001 at 06:21:05PM -0800, Nigel Gamble wrote: > Yes, I most emphatically do disagree with Victor! IRIX is used for > mission-critical audio applications - recording as well playback - and > other low-latency applications. The same OS scales to large numbers of > CPUs. And it has

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread James Sutherland
On Sun, 28 Jan 2001, jamal wrote: > On Sun, 28 Jan 2001, James Sutherland wrote: > > > I'm sure we all know what the IETF is, and where ECN came from. I haven't > > seen anyone suggesting ignoring RST, either: DM just imagined that, > > AFAICS. > > The email was not necessarily intended for you.

Re: sendfile+zerocopy: fairly sexy (nothing to do with ECN)

2001-01-28 Thread Felix von Leitner
Thus spake Andrew Morton ([EMAIL PROTECTED]): > Conclusions: > For a NIC which cannot do scatter/gather/checksums, the zerocopy > patch makes no change in throughput in all case. > For a NIC which can do scatter/gather/checksums, sendfile() > efficiency is improved by 40% and send() effi

Re: Oops accessing file on 2048 bytes/sector vfat MO in 2.4.0

2001-01-28 Thread Stefan Meyknecht
In article you wrote: > ... and on a fair number < 2.4.0. The patch below will give you (dog slow) > read access to your FAT MOs. Apply in fs/fat/. And don't even think about > write() and mmap(). Thanks for the patch! The oops is gone, but now afte

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Ben Ford
James Sutherland wrote: > I'm sure we all know what the IETF is, and where ECN came from. I haven't > seen anyone suggesting ignoring RST, either: DM just imagined that, > AFAICS. > > The one point I would like to make, though, is that firewalls are NOT > "brain-damaged" for blocking ECN: accordi

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-28 Thread Bill Huey
On Sun, Jan 28, 2001 at 06:14:28AM -0700, [EMAIL PROTECTED] wrote: > > Yes, I most emphatically do disagree with Victor! IRIX is used for > > mission-critical audio applications - recording as well playback - and > And it has bloat, it's famously buggy, it is impossible to maintain, ... However

sandisk sddr31 or scsi problems, double occurence

2001-01-28 Thread Norbert Preining
Hi! I have a problem with my sandisk sddr31 occuring 2 times while only one is installed. My configuration: linux-2.4.1-pre10 hotplug-scripts (newest) ohci I attach the output of cat /proc/bus/usb/devices, here only one sddr is occuring, and various cat's from my /proc/scsi dir Please, tell me

Re: 2.4 Cpu usuage (display oddities more than anything)

2001-01-28 Thread safemode
Linda Walsh wrote: > Some oddities w/kapmd(2.4.0)... If I sit in X and do nothing other than run top or > "vmstat 5", I get down to as low as 60% idle and 40% in system -- with kapmd getting > 'charged' for the 40%. > > Then I go and run 'freeamp' and the CPU usage goes to 100% idle, presumably

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread James Sutherland
On Sun, 28 Jan 2001, Ben Ford wrote: > James Sutherland wrote: > > > I'm sure we all know what the IETF is, and where ECN came from. I haven't > > seen anyone suggesting ignoring RST, either: DM just imagined that, > > AFAICS. > > > > The one point I would like to make, though, is that firewalls

Re: sendfile+zerocopy: fairly sexy (nothing to do with ECN)

2001-01-28 Thread Dan Hollis
On Sun, 28 Jan 2001, Felix von Leitner wrote: > What is missing here is a good authoritative web ressource that tells > people which NIC to buy. > I have a tulip NIC because a few years ago that apparently was the NIC > of choice. It has good multicast (which is important to me), but AFAIK > it h

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-28 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > ... > > I suggest that you get your hearing checked. I'm fully in favor of sensible > low latency Linux. I believe however that low latency in Linux will > A. be "soft realtime", close to deadline most of the time. > B. millisecond level on present h

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-28 Thread Andrew Morton
Bill Huey wrote: > > Andrew Morton's patch uses < 10 rescheduling points (maybe less from memory) err... It grew. More like 50 now reiserfs is in there. That's counting real instances - it's not counting ones which are expanded multiple times as "1". It could be brought down to 20-25 with goo

Re: sendfile+zerocopy: fairly sexy (nothing to do with ECN)

2001-01-28 Thread Andi Kleen
On Sun, Jan 28, 2001 at 02:37:48PM +0100, Felix von Leitner wrote: > What is missing here is a good authoritative web ressource that tells > people which NIC to buy. > > I have a tulip NIC because a few years ago that apparently was the NIC > of choice. It has good multicast (which is important

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, James Sutherland <[EMAIL PROTECTED]> wrote: >On Sun, 28 Jan 2001, jamal wrote: >> The internet is a form of organized chaos, sometimes you gotta make >> these type of decisions to get things done. Imagine the joy _most_ >> people would get flogging all firewall adm

setitimer() and fork()

2001-01-28 Thread Kurt Roeckx
I'm having a problem when I try to profile a program that fork()'s. The problem is that it does count how many times I'm in a function, but nothing seems to use any cpu time at all. If I call setitmer(ITIMER_PROF, ...) again after the fork, it works as expected. fork() doesn't seem to copy the t

[PATCH] udf writepage UnlockPage

2001-01-28 Thread Hugh Dickins
Although fs/udf's args to writepage() were updated in 2.4.0-test12, its page unlocking was overlooked. udf_adinicb_writepage() should now UnlockPage, udf_expand_file_adinicb() should not now UnlockPage after udf_writepage i.e. block_write_full_page. Al Viro posted a patch for the latter, still l

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Andi Kleen
On Sun, Jan 28, 2001 at 01:29:52PM +, James Sutherland wrote: > > The internet is a form of organized chaos, sometimes you gotta make > > these type of decisions to get things done. Imagine the joy _most_ > > people would get flogging all firewall admins who block all ICMP. > > Blocking out I

patch for 2.4.0 disable printk and panic messages, third try

2001-01-28 Thread Stefani Seibold
Hi guys, this is now the third try to release my patch for disabling all kernel messages. It is usefull on deep embedded systems with no human interactions and for rescue discs where the diskspace is always to less. This patch has now the following features: The macro printk throws away all p

Re: patch for 2.4.0 disable printk and panic messages, third try

2001-01-28 Thread Abramo Bagnara
Stefani Seibold wrote: > > Hi guys, > > this is now the third try to release my patch for disabling all kernel > messages. It is usefull on deep embedded systems with no human interactions > and for rescue discs where the diskspace is always to less. > > This patch has now the following feature

Re: patch for 2.4.0 disable printk and panic messages, third try

2001-01-28 Thread Dmitry A. Fedorov
On Sun, 28 Jan 2001, Stefani Seibold wrote: > this is now the third try to release my patch for disabling all kernel > messages. It is usefull on deep embedded systems with no human interactions > --- linux/arch/s390/config.in Thu Nov 16 21:51:28 2000 > +++ linux.noprintk/arch/s390/config.in

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread David Woodhouse
[EMAIL PROTECTED] said: > Please send additions and corrections to me and I'll try to keep it > updated. Anything which uses sleep_on() has a 90% chance of being broken. Fix them all, because we want to remove sleep_on() and friends in 2.5. -- dwmw2 - To unsubscribe from this list: send the

Re: "no such 386 instruction" with gcc 2.95.2

2001-01-28 Thread Matti Aarnio
> > I think I must need to upgrade my assembler, but: > > 2.4.0/Documentation/Changes does not list an assembler version. It does, the "binutils" package contain the assembler and linker, et.al. of that kind utilities. The errors quoted below are definitely due to "too ol

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Ben Ford
James Sutherland wrote: > On Sun, 28 Jan 2001, Ben Ford wrote: > > > James Sutherland wrote: > > > > > I'm sure we all know what the IETF is, and where ECN came from. I haven't > > > seen anyone suggesting ignoring RST, either: DM just imagined that, > > > AFAICS. > > > > > > The one point I woul

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jan 28, 2001 at 03:20:18PM +, David Woodhouse escreveu: > > [EMAIL PROTECTED] said: > > Please send additions and corrections to me and I'll try to keep it > > updated. > > Anything which uses sleep_on() has a 90% chance of being broken. Fix > them all, because we want to remove sle

Re: [OT] Re: hotmail not dealing with ECN

2001-01-28 Thread Michael H. Warfield
On Sun, Jan 28, 2001 at 01:57:53PM +0100, Dominik Kubla wrote: > On Sat, Jan 27, 2001 at 11:35:43PM -0500, Gregory Maxwell wrote: > ... > > An attack against an Xray system is much more likely to come from inside the > > companies network. > ... > We are not talking about attacks here, we are tal

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Michael H. Warfield
On Sun, Jan 28, 2001 at 03:20:18PM +, David Woodhouse wrote: > [EMAIL PROTECTED] said: > > Please send additions and corrections to me and I'll try to keep it > > updated. > Anything which uses sleep_on() has a 90% chance of being broken. Fix > them all, because we want to remove sleep_on()

Re: sendfile+zerocopy: fairly sexy (nothing to do with ECN)

2001-01-28 Thread Andrew Morton
jamal wrote: > > PS:- can you try it out with the ttcp testcode i posted? Yup. See below. The numbers are almost the same as with `zcs' and `zcc'. The CPU utilisation code which was in `zcc' has been broken out into a standalone tool, so the new `cyclesoak' app is a general-purpose system loa

Re: [PATCH] devfsd, compiling on glibc22x

2001-01-28 Thread Douglas Gilbert
While on the subject of devfs: - it doesn't seem to have any entries for raw devices: /dev/rawctl, /dev/raw/raw1, etc - when I upgraded to glibc 2.2 (via a rpm) in RH 7.0 this line in /etc/devfsd.conf caused devfsd to seg fault: "LOOKUP ^cdrom$ CFUNCTION GLOBAL

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Andrew Morton
Arnaldo Carvalho de Melo wrote: > > Please send additions and corrections to me and I'll try > to keep it updated. Here - have about 300 bugs: http://www.uwsg.iu.edu/hypermail/linux/kernel/0005.3/0269.html A lot of the timer deletion races are hard to fix because of the deadlock proble

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Arnaldo Carvalho de Melo
Em Mon, Jan 29, 2001 at 03:13:19AM +1100, Andrew Morton escreveu: > Arnaldo Carvalho de Melo wrote: > > > > Please send additions and corrections to me and I'll try > > to keep it updated. > > Here - have about 300 bugs: > > http://www.uwsg.iu.edu/hypermail/linux/kernel/0005.3/0269.html >

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Manfred Spraul
> > Anything which uses sleep_on() has a 90% chance of being broken. Fix > them all, because we want to remove sleep_on() and friends in 2.5. > Then you can add 'calling schedule() with disabled local interrupts()' to your list. -- Manfred - To unsubscribe from this list: send the lin

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread jamal
On Sun, 28 Jan 2001, James Sutherland wrote: > On Sun, 28 Jan 2001, jamal wrote: > > There were people who made the suggestion that TCP should retry after a > > RST because it "might be an anti-ECN path" > > That depends what you mean by "retry"; I wanted the ability to attempt a > non-ECN conn

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jan 28, 2001 at 12:28:50PM -0200, Arnaldo Carvalho de Melo escreveu: > Em Mon, Jan 29, 2001 at 03:13:19AM +1100, Andrew Morton escreveu: > > Arnaldo Carvalho de Melo wrote: > > > > > > Please send additions and corrections to me and I'll try > > > to keep it updated. > > > > Here - have

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jan 28, 2001 at 05:14:37PM +0100, Manfred Spraul escreveu: > > > > Anything which uses sleep_on() has a 90% chance of being broken. Fix > > them all, because we want to remove sleep_on() and friends in 2.5. > > > > Then you can add 'calling schedule() with disabled local interrupts()'

[patch] smbfs cache rewrite - 2nd try

2001-01-28 Thread Urban Widmark
Hello again This patch is more complete than the version posted earlier. It implements support for OS/2 (and possibly things even older than that :) and have been more tested. This borrows a lot from the ncpfs dircache code. Smbfs testers wanted, with or without highmem boxes. Bugs (believed)

flush_scheduled_tasks() question

2001-01-28 Thread Manfred Spraul
Is is intentional that tummy_task is not initialized? Ok, it won't crash because the current __run_task_queue() implementation doesn't call tq->routine if it's NULL, but IMHO it's ugly. Additionally I don't like the loop in flush_scheduled_tasks(), what about replacing it with a locked semaphore

Re: [linux-audio-dev] low-latency scheduling patch for 2.4.0

2001-01-28 Thread Joe deBlaquiere
Andrew Morton wrote: > There has been surprisingly little discussion here about the > desirability of a preemptible kernel. > And I think that is a very intersting topic... (certainly more interesting than hotmail's firewalling policy ;o) Alright, so suppose I dream up an application which I

Re: 2.4.1-pre8 losing pages

2001-01-28 Thread Andre Hedrick
On Sun, 28 Jan 2001, Peter Horton wrote: > Okay, scratch that. It does still happen when there's no swap, but for > some reason it happens a lot less often. Looks like it's timing related, > it only fails when using 7200rpm drives, not older 5400rpm ones (even > though they too are using UDMA33).

doesn't boot.

2001-01-28 Thread mike
Hi, im not sure if im emailing the right place but its a start. I just setup kernel 2.4.0 and well it doesnt boot. it says " ok booting the kernel" then nothing happens on the screen, and I hear no activity from the computer. I tried it several times following the instructions, I did make mrpro

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread James Sutherland
On Sun, 28 Jan 2001, Miquel van Smoorenburg wrote: > In article <[EMAIL PROTECTED]>, > James Sutherland <[EMAIL PROTECTED]> wrote: > >On Sun, 28 Jan 2001, jamal wrote: > >> The internet is a form of organized chaos, sometimes you gotta make > >> these type of decisions to get things done. Imagin

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Manfred Spraul
Arnaldo Carvalho de Melo wrote: > > Em Sun, Jan 28, 2001 at 05:14:37PM +0100, Manfred Spraul escreveu: > > > > > > Anything which uses sleep_on() has a 90% chance of being broken. Fix > > > them all, because we want to remove sleep_on() and friends in 2.5. > > > > > > > Then you can add 'calling

compile error in 2.4.0

2001-01-28 Thread Alan Chandler
I'm probably doing something silly, but I have just tried to rebuild the 2.4.0 kernel. I changed a few config things and did make dep clean bzlilo modules modules_install and the following appeared. I did a brief look around for the declaration of skb_datarefp but couldn't find it. make[3]:

Re: hotmail not dealing with ECN

2001-01-28 Thread Jamie Lokier
Dax Kelson wrote: > Jamie Lokier said once upon a time (Fri, 26 Jan 2001): > > > Does ECN provide perceived benefits to the node using it? > > Why are you even making suggestions when you haven't even read the RFC? > > It seems that knowing what ECN is would be prerequisite to engaging in > dis

Re: doesn't boot.

2001-01-28 Thread John Kacur
mike wrote: > > Hi, im not sure if im emailing the right place but its a start. I just > setup kernel 2.4.0 and well it doesnt boot. > > it says " ok booting the kernel" then nothing happens on the screen, and > I hear no activity from the computer. I tried it several times following > the > i

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread David Woodhouse
On Sun, 28 Jan 2001, Manfred Spraul wrote: > It isn't wrong to call schedule() with disabled interrupts - it's a > feature ;-) > Those 10% sleep_on() users that aren't broken use it: > > for(;;) { > cli(); > if(condition) > break; > sleep_on(&my_wait_queue); >

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread James Sutherland
On Sun, 28 Jan 2001, jamal wrote: > On Sun, 28 Jan 2001, James Sutherland wrote: > > On Sun, 28 Jan 2001, jamal wrote: > > > There were people who made the suggestion that TCP should retry after a > > > RST because it "might be an anti-ECN path" > > > > That depends what you mean by "retry"; I wan

troubles with devfs ?

2001-01-28 Thread Pierfrancesco Caci
This happens on a freshly booted 2.4.0 macine, with devfs and devfsd running. I got the oops by doing # cd /dev # ls -las (segmentation fault) The first oops causes the death of devfsd. I still can do # ls -als /dev/sc* 0 lr-xr-xr-x1 root root3 Jan 28 18:10 /dev/scd0->

Re: ps hang in 241-pre10

2001-01-28 Thread Linus Torvalds
On Sun, 28 Jan 2001, Marcelo Tosatti wrote: > > Why dont you just put set_page_dirty() back in page_launder() in case > writepage() fails? Because a EIO or similar should _not_ be re-tried or kept dirty. Imagine a bad user that goes over his quota on purpose, and then every single write will

Re: Linux Post codes during runtime, possibly OT

2001-01-28 Thread Jamie Lokier
H. Peter Anvin wrote: > It is; you'd have to specify "eax" as a clobber value, and that is > undesirable. For outb_p, EAX is used, usually for the last time, in the preceding "out" instruction so clobbering it is not a big deal. For inb_p, you first have to copy EAX to another register before ou

[patch] new, scalable timer implementation, smptimers-2.4.0-B1

2001-01-28 Thread Ingo Molnar
a new, 'ultra SMP scalable' implementation of Linux kernel timers is now available for download: http://www.redhat.com/~mingo/scalable-timers/smptimers-2.4.0-B1 the patch is against 2.4.1-pre10 or ac12. The timer design in this implementation is a work of David Miller, Alexey Kuznetsov and

Re: patch for 2.4.0 disable printk

2001-01-28 Thread Jamie Lokier
Stefani Seibold wrote: > The inline function is the best choice, because it it full compatible to old > old printk. No side effects are expeted. What is the difference? I can't think of any difference between: #define printk(format, args...) ((int) 0) and: static inline int printk_inline

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Rogier Wolff
jamal wrote: > > Yes, > > those firewalls should be updated to allow ECN-enabled packets > > through. However, to break connectivity to such sites deliberately just > > because they are not supporting an *experimental* extension to the current > > protocols is rather silly. > > > > This is the wa

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Manfred Spraul
David Woodhouse wrote: > > TIOCMIWAIT does restore_flags() before interruptible_sleep_on(). It's > broken too. > Yes, and I found a second bug: it doesn't sti() immediately after interruptible_sleep_on(), thus cli() doesn't reacquire the global irq lock --> the atomic copy won't be atomic on SMP.

Re: Poor SCSI drive performance on SMP machine, 2.2.16

2001-01-28 Thread paradox3
I don't get any messages relating to the drives in any syslog output. - Original Message - From: "Bruce Harada" <[EMAIL PROTECTED]> To: "paradox3" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 28, 2001 3:40 AM Subject: Re: Poor SCSI drive perform

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Graham Murray
[EMAIL PROTECTED] (Rogier Wolff) writes: > If the firewall operator is sufficiently paranoid, they can say: "We > don't trust the ECN implementation on our hosts behind the firewall, > so we want to disable it.". In which case would the "correct" action not be to zero the ECN bits of packets pas

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread jamal
On Sun, 28 Jan 2001, James Sutherland wrote: > On Sun, 28 Jan 2001, jamal wrote: > > We are allowing two rules to be broken, one is RFC 793 which > > clearly and unambigously defines what a RST means. the second is > > This is NOT being violated: the RST is honoured as normal. You are interpre

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread jamal
On Sun, 28 Jan 2001, Rogier Wolff wrote: > jamal wrote: > > > Yes, > > > those firewalls should be updated to allow ECN-enabled packets > > > through. However, to break connectivity to such sites deliberately just > > > because they are not supporting an *experimental* extension to the current

problem exporting symbols from a lkm

2001-01-28 Thread c
Hello, I'm kinda new to this kernel hacking thing. So excuse me for any stupid questions/remarks. The problem I have occurs because I'm trying to install the rshaper software on my linux system. I'm running: Distribution: red hat 6.2 Kernel ver.: 2.2.14-5.0 System: i386 compiler: gcc compiler v

Re: 2.4.1-pre10 deadlock (Re: ps hang in 241-pre10)

2001-01-28 Thread Jens Axboe
On Sun, Jan 28 2001, Lorenzo Allegrucci wrote: > >Ho humm. Jens: imagine that you have more people waiting for requests than > >"batchcount". Further, imagine that you have multiple requests finishing > >at the same time. Not unlikely. Now, imagine that one request finishes, > >and causes "batchco

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Rogier Wolff
jamal wrote: > > > On Sun, 28 Jan 2001, Rogier Wolff wrote: > > > jamal wrote: > > > > Yes, > > > > those firewalls should be updated to allow ECN-enabled packets > > > > through. However, to break connectivity to such sites deliberately just > > > > because they are not supporting an *experime

[PATCH] ide config order

2001-01-28 Thread Pavel Rabel
Please reorder config to group DMA options together. In 2.4.0 Pavel Rabel --- drivers/ide/Config.in.old Tue Nov 28 22:22:49 2000 +++ drivers/ide/Config.in Tue Nov 28 22:24:19 2000 @@ -42,8 +42,8 @@ bool ' Generic PCI IDE chipset support' CONFIG_BLK_DEV_IDEPCI if [ "$

Re: 2.4.1-pre10 deadlock (Re: ps hang in 241-pre10)

2001-01-28 Thread Linus Torvalds
On Sun, 28 Jan 2001, Jens Axboe wrote: > > How about this instead? I really don't like this one. It will basically re-introduce the old behaviour of waking people up in a trickle, as far as I can tell. The reason we want the batching is to make people have more requests to sort in the elevator

Linux-2.4.1-pre11

2001-01-28 Thread Linus Torvalds
I just uploaded it to kernel.org, and I expect that I'll do the final 2.4.1 tomorrow, before leaving for NY and LinuxWorld. Please test that the pre-kernel works for you.. The main noticeable things in pre11 are fixing some bugs that crept in after 2.4.0 - the block device queuing improvements c

Re: 2.4.1-pre10 deadlock (Re: ps hang in 241-pre10)

2001-01-28 Thread Jens Axboe
On Sun, Jan 28 2001, Linus Torvalds wrote: > On Sun, 28 Jan 2001, Jens Axboe wrote: > > > > How about this instead? > > I really don't like this one. It will basically re-introduce the old > behaviour of waking people up in a trickle, as far as I can tell. The > reason we want the batching is to

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread jamal
On Sun, 28 Jan 2001, Rogier Wolff wrote: > > This would have been easier. The firewall operators were not > > provided with this option. This is hard-coded. I agree with the rest > > of your message. > > Take "configure" with a bit of liberty. Because the firewall vendor > chose to hard-code th

time in the future during make for 2.4.0

2001-01-28 Thread Thomas Molina
I seem to recall a discussion on faster processors causing timing problems during a kernel make, but I'm unable to find it in the kernel archives. I've now upgraded to an Athlon 900 MHz processor and an ASUS A7V motherboard and have started seeing this. It shows up as the following messages duri

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-28 Thread Roman Zippel
Hi, On Sun, 28 Jan 2001, Manfred Spraul wrote: > And one more point for the Janitor's list: > Get rid of superflous irqsave()/irqrestore()'s - in 90% of the cases > either spin_lock_irq() or spin_lock() is sufficient. That's both faster > and better readable. > > spin_lock_irq(): you know that

Re: Kernel 2.4.x and 2.4.1-preX - Higher latency then 2.2.xkernels?

2001-01-28 Thread Chris Mason
On Sunday, January 28, 2001 02:29:09 PM +1100 Andrew Morton <[EMAIL PROTECTED]> wrote: > Shawn Starr wrote: >> >> Andrew, the patch HAS made a difference. For example, while untaring >> glibc-2.2.1.tar.gz the system was not sluggish (mouse movements in X) >> etc. >> >> Seems to be a go for la

Q: Release of 2.4.1

2001-01-28 Thread mirabilos
Does 2.4.1 when released, include e.g. Jens' loop patch? Because it seems stable and loop else were buggy. So for others if there are. mirabilos -BEGIN GEEK CODE BLOCK- Version: 3.12+custom(^=href;C-style-comments) GO/S dx@ s--: a---> C++ UL P--- L++$(-^lang) E/joe W+(++) N?

Re: Linux-2.4.1-pre11

2001-01-28 Thread Dieter Nützel
> I just uploaded it to kernel.org, and I expect that I'll do the final > 2.4.1 tomorrow, before leaving for NY and LinuxWorld. Please test that the > pre-kernel works for you.. Hello Linus, can we please see Andrew's latest ACPI fixes ([Acpi] ACPI source release updated: 1-25-2001) in 2.4.1 f

Re: Renaming lost+found

2001-01-28 Thread Chris Mason
On Friday, January 26, 2001 01:19:49 PM -0500 James Lewis Nance <[EMAIL PROTECTED]> wrote: > FWIW IBM's JFS file system does not have a lost+found directory. I dont > remember if reiserfs does or not. > reiserfsck creates it. -chris - To unsubscribe from this list: send the line "unsubscri

Re: [OT] Re: hotmail not dealing with ECN

2001-01-28 Thread Gregory Maxwell
On Sun, Jan 28, 2001 at 01:57:53PM +0100, Dominik Kubla wrote: > On Sat, Jan 27, 2001 at 11:35:43PM -0500, Gregory Maxwell wrote: > ... > > An attack against an Xray system is much more likely to come from inside the > > companies network. > ... > > We are not talking about attacks here, we are t

Re: Poor SCSI drive performance on SMP machine, 2.2.16

2001-01-28 Thread Bruce Harada
Hm. As a point of comparison, I use a similar system to yours (full SCSI, though, no IDE) and I can copy a 100MB file from disk-to-disk, or on the same disk, in around 13 seconds. Where are you copying to the SCSI drive from - the same drive, an IDE disk, CDROM? If IDE, what are its particulars?

Re: Q: Release of 2.4.1

2001-01-28 Thread Jens Axboe
On Sun, Jan 28 2001, mirabilos wrote: > Does 2.4.1 when released, include e.g. Jens' loop patch? No, I haven't submitted it yet due to the massive restructering. Plus, it also touches other parts than loop itself. > Because it seems stable and loop else were buggy. > So for others if there are.

Re: ECN: Clearing the air (fwd)

2001-01-28 Thread Gregory Maxwell
On Sun, Jan 28, 2001 at 01:29:52PM +, James Sutherland wrote: > > There is nothing silly with the decision, davem is simply a modern day > > internet hero. > > No. If it were something essential, perhaps, but it's just a minor > performance tweak to cut packet loss over congested links. It's

Re: Kernel 2.4.0 loop device still hangs

2001-01-28 Thread Jens Axboe
On Sun, Jan 28 2001, Andreas Franck wrote: > Hi Jens, > > I've tested your patch quite as heavy as it gets: I created 5 files of each > 100 MB, set up 5 loop devices and made a RAID5 array out of them, putting > ext2 on it and running a bonnie loop with 350 MB test size over it for the > night

Re: sendfile+zerocopy: fairly sexy (nothing to do with ECN)

2001-01-28 Thread Gregory Maxwell
On Sun, Jan 28, 2001 at 02:37:48PM +0100, Felix von Leitner wrote: > Thus spake Andrew Morton ([EMAIL PROTECTED]): > > Conclusions: > > > For a NIC which cannot do scatter/gather/checksums, the zerocopy > > patch makes no change in throughput in all case. > > > For a NIC which can do scatt

  1   2   3   >