Re: [CFT][RFC] ext2_new_inode() fixes and cleanup

2000-12-01 Thread Alexander Viro
On Thu, 30 Nov 2000, Theodore Y. Ts'o wrote: > If you could send me the split up, I'd appreciate it, as it'll make it > easier to find any subtle bugs. I certainly like the general way you've > cleaned up the interfaces and factored out the code. See attachments. Order of patches is

Re: eepro100 driver update for 2.4

2000-12-01 Thread Udo A. Steinberg
Andrey Savochkin wrote: > > > eth0: card reports no RX buffers. > > eth0: card reports no resources. > It's a known issue. > I've been promised that this issue would be looked up in Intel's errata by > people who had the access to it, but I haven't got the results yet. I just figured out

Re: Oops in 2.2.18 with pppd dial in server

2000-12-01 Thread Alan Cox
> I was able to reproduce this oops with a somewhat more reliable ksymoops (I was >ready for this nasty bug this time). Looks like the problem is in the sockets > code. The traces so far all match one description , this one included. Its the 'something scribbled a while ago and I just walked

[PATCH] rio

2000-12-01 Thread Patrick van de Lageweg
Hi alan, This patches fixes several isues with the rio driver: - Implemented breaks - Fixed a DCD up/down crash - Added kmalloc return value check Sorry for the late moment we submit this: the DCD bug was very, very hard to find. Patrick - To unsubscribe from this list: send the

Re: corruption

2000-12-01 Thread Jens Axboe
On Fri, Dec 01 2000, Andrew Morton wrote: > > > ... choc-chip. > > > > > > With the above patch applied the machine crashed after an hour. Crashed > > > a second time during the e2fsck. gdb backtrace: > > > > Very interesting. IDE / SCSI? > > hmm.. Overlapping emails. > > The crash with

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Xavier Bestel
> In article <[EMAIL PROTECTED]> you wrote: > > Actually; Ethernet badly needs something like this too. I would kill > > to be able to do something like: > > > ifconfig eth0 speed 100 duplex full > > > o across different networks cards -- I've been thinking about it of > > late as I had to

Re: corruption

2000-12-01 Thread Andrew Morton
Jens Axboe wrote: > > On Fri, Dec 01 2000, Andrew Morton wrote: > > Andrew Morton wrote: > > > > > > I bet this'll catch it: > > > > > > --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 > > > +++ include/linux/list.hFri Dec 1 08:33:55 2000 > > > @@ -90,6 +90,7 @@ > > > static

Re: corruption

2000-12-01 Thread Andrew Morton
Andrew Morton wrote: > > Andrew Morton wrote: > > > > I bet this'll catch it: > > > > --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 > > +++ include/linux/list.hFri Dec 1 08:33:55 2000 > > @@ -90,6 +90,7 @@ > > static __inline__ void list_del(struct list_head *entry) > > { >

Re: corruption

2000-12-01 Thread Jens Axboe
On Fri, Dec 01 2000, Andrew Morton wrote: > Andrew Morton wrote: > > > > I bet this'll catch it: > > > > --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 > > +++ include/linux/list.hFri Dec 1 08:33:55 2000 > > @@ -90,6 +90,7 @@ > > static __inline__ void list_del(struct

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Francois Romieu
Chris Wedgwood <[EMAIL PROTECTED]> écrit : [...] > o across different networks cards -- I've been thinking about it of > late as I had to battle with this earlier this week; depending on > what network card you use, you need different magic incarnations to > do the above. > > A standard

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Russell King
Chris Wedgwood writes: > Actually; Ethernet badly needs something like this too. I would kill > to be able to do something like: > > ifconfig eth0 speed 100 duplex full > > o across different networks cards -- I've been thinking about it of > late as I had to battle with this earlier this

Re: Alpha SCSI error on 2.4.0-test11

2000-12-01 Thread Ivan Kokshaysky
On Thu, Nov 30, 2000 at 11:37:42PM +0100, Andrea Arcangeli wrote: > test12-pre2 crashes at boot on my DS20. This patch workaround the problem > but I would be _very_ surprised if this is the right fix :) It's obviously not > meant for inclusion. ... > - struct resource_list

[patch-2.4.0-test12-pre3] microcode update for P4 (fwd)

2000-12-01 Thread Tigran Aivazian
Second attempt -- the first one got lost due to some local mail client problems... -- Forwarded message -- Date: Fri, 1 Dec 2000 11:43:10 + (GMT) From: Tigran Aivazian <[EMAIL PROTECTED]> To: Linus Torvalds <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject:

Re[3]: DMA for triton again...

2000-12-01 Thread Guennadi Liakhovetski
Hi > will try tonight... and will let you know tomorrow... ... Nop, it didn't work. Mike and everybody having experience / knowledge of Western Digital Caviar AC21600H... If you compare WD's documents at: http://www.westerndigital.com/service/FAQ/dtr.html and

Re: [CFT][RFC] ext2_new_inode() fixes and cleanup

2000-12-01 Thread Alexander Viro
On Fri, 1 Dec 2000, Andreas Dilger wrote: > Alexander, Ted, > I was taking a hard look at the proposed changes. In load_inode_bitmap() > we shouldn't be cacheing the I/O error case (this was in the old code too). I know. I left it in place since I don't like the idea of putting many

HPT366 + SMP = slight corruption in 2.3.99 - 2.4.0-11

2000-12-01 Thread Gerard Sharp
Hello. [1.] One line summary of the problem: Intermittent corruption of 4 bytes in SMP kernels using HPT366 [2.] Full description of the problem/report: First noticed in 2.3.99-preX; but hard to track down then. When the system was under load - e.g. cp /usr/src/linux /usr/src/l2, it would

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > Actually; Ethernet badly needs something like this too. I would kill > to be able to do something like: > ifconfig eth0 speed 100 duplex full > o across different networks cards -- I've been thinking about it of > late as I had to battle with

Re: 2.2.17 IP masq bug

2000-12-01 Thread Ben McCann
I'm curious about how ICMP redirect is causing this problem. Would you elaborate on how ICMP is involved? -Ben McCann Julian Anastasov wrote: > > Hello, > > On Fri, 1 Dec 2000, Mike Perry wrote: > > > external net, so it can IP masq the other 14 machines. The machines are on a > >

Re: Some problems with the raid-stuff in 2.4.0-test12pre3

2000-12-01 Thread Florian Heinz
On Fri, Dec 01, 2000 at 01:11:45PM +1100, Neil Brown wrote: > On Thursday November 30, [EMAIL PROTECTED] wrote: > > Hello people, > > > > I have some trouble with the raid-stuff. > > My machine is a Pentium-III, 256 MB ram and 7 scsi-disks (IBM DNES-318350W > > 17B). I'm using raid5 for 6 of

Re: eepro100 driver update for 2.4

2000-12-01 Thread Andrey Savochkin
Hello, On Thu, Nov 30, 2000 at 07:41:11PM +0100, Udo A. Steinberg wrote: > I've been using an older EEPro100/B card until now and it's been working without any > problems ever since the transmitter bugs were fixed. The boot output looked like >this: [snip] > Today I've installed a new model

Re: high load & poor interactivity on fast thread creation

2000-12-01 Thread Arnaud Installe
On Thu, Nov 30, 2000 at 03:00:10PM -0800, David Lang wrote: > try the 2.4 test kernels. I had a situation of poor performance with lots > of processes and saw a dramatic improvement with the 2.4 kernel. So what load average should I expect Linux versions 2.2 and 2.4 to perform well under ? I'm

Re: tulip log (additional detail: single-threaded httpd)

2000-12-01 Thread Clayton Weaver
Note: if anyone else is wondering what may be deadlocking 2.2.17+ in the context of http connects over ethernet (assuming that it is not the ethernet driver itself): it is also not the httpd server's use of linux kernel threads (wn is single threaded). And there isn't much going on in the

Re: Pls add this driver to the kernel tree !!

2000-12-01 Thread David Woodhouse
[EMAIL PROTECTED] said: > Not necessarily - it all depends on what your driver does. In many > cases, supporting 2.2 and 2.4 is easy, and all you need are a few > #if's. It's certainly much better to have a dozen or so #if's > sprinkled throughout the code than to have two separate source

Re: 2.4 routing problem

2000-12-01 Thread Dries van Oosten
On Fri, 1 Dec 2000, Dax Kelson wrote: > Dries van Oosten said once upon a time (Fri, 1 Dec 2000): > > > Can someone point me to how routing is done in the 2.4 kernel? > > My net-tools don't work anymore (specifically route fails to produce the > > routing table). I look around a bit in the

Re: 2.4 routing problem

2000-12-01 Thread Dax Kelson
Dries van Oosten said once upon a time (Fri, 1 Dec 2000): > Can someone point me to how routing is done in the 2.4 kernel? > My net-tools don't work anymore (specifically route fails to produce the > routing table). I look around a bit in the kernel sources and notice > things have changed. What

2.4 routing problem

2000-12-01 Thread Dries van Oosten
Can someone point me to how routing is done in the 2.4 kernel? My net-tools don't work anymore (specifically route fails to produce the routing table). I look around a bit in the kernel sources and notice things have changed. What kind of options are there now to influence the routing table?

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Francois romieu
[netdev Cced] The Thu, Nov 30, 2000 at 11:16:52AM -0800, Ivan Passos wrote : [...] > For synchronous network interfaces, besides configuring network parameters > such as IP address, netmask, MTU, etc., the system should also configure > parameters specific to these sync i/f's, such as media (e.g

Re: [CFT][RFC] ext2_new_inode() fixes and cleanup

2000-12-01 Thread Andreas Dilger
Alexander, Ted, I was taking a hard look at the proposed changes. In load_inode_bitmap() we shouldn't be cacheing the I/O error case (this was in the old code too). It means we don't have to check for NULL bh in the table cache each time through, and for (s_groups_count < MAX_GROUPS_LOADED) case

PROBLEM: 2.4.0-test11 SMP NFS repeatly OOPS

2000-12-01 Thread Pekka Järveläinen
[1.] 2.4.0-test11 SMP NFS repeatly oops [2.] 2.4.0-test11 SMP OOPS again (I reported the first one Message-ID: <[EMAIL PROTECTED]> Subject: PROBLEM: kernel BUG at /usr/src/linux/include/linux/nfs_fs.h:164!) Now there isn't heavy load and runned program was opera 4b3static instead of pine.

PROBLEM: 2.4.0-test11 SMP NFS repeatly OOPS

2000-12-01 Thread Pekka Järveläinen
[1.] 2.4.0-test11 SMP NFS repeatly oops [2.] 2.4.0-test11 SMP OOPS again (I reported the first one Message-ID: [EMAIL PROTECTED] Subject: PROBLEM: kernel BUG at /usr/src/linux/include/linux/nfs_fs.h:164!) Now there isn't heavy load and runned program was opera 4b3static instead of pine.

Re: [CFT][RFC] ext2_new_inode() fixes and cleanup

2000-12-01 Thread Andreas Dilger
Alexander, Ted, I was taking a hard look at the proposed changes. In load_inode_bitmap() we shouldn't be cacheing the I/O error case (this was in the old code too). It means we don't have to check for NULL bh in the table cache each time through, and for (s_groups_count MAX_GROUPS_LOADED) case

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Francois romieu
[netdev Cced] The Thu, Nov 30, 2000 at 11:16:52AM -0800, Ivan Passos wrote : [...] For synchronous network interfaces, besides configuring network parameters such as IP address, netmask, MTU, etc., the system should also configure parameters specific to these sync i/f's, such as media (e.g

2.4 routing problem

2000-12-01 Thread Dries van Oosten
Can someone point me to how routing is done in the 2.4 kernel? My net-tools don't work anymore (specifically route fails to produce the routing table). I look around a bit in the kernel sources and notice things have changed. What kind of options are there now to influence the routing table?

Re: 2.4 routing problem

2000-12-01 Thread Dax Kelson
Dries van Oosten said once upon a time (Fri, 1 Dec 2000): Can someone point me to how routing is done in the 2.4 kernel? My net-tools don't work anymore (specifically route fails to produce the routing table). I look around a bit in the kernel sources and notice things have changed. What

Re: 2.4 routing problem

2000-12-01 Thread Dries van Oosten
On Fri, 1 Dec 2000, Dax Kelson wrote: Dries van Oosten said once upon a time (Fri, 1 Dec 2000): Can someone point me to how routing is done in the 2.4 kernel? My net-tools don't work anymore (specifically route fails to produce the routing table). I look around a bit in the kernel

Re: Pls add this driver to the kernel tree !!

2000-12-01 Thread David Woodhouse
[EMAIL PROTECTED] said: Not necessarily - it all depends on what your driver does. In many cases, supporting 2.2 and 2.4 is easy, and all you need are a few #if's. It's certainly much better to have a dozen or so #if's sprinkled throughout the code than to have two separate source trees,

Re: tulip log (additional detail: single-threaded httpd)

2000-12-01 Thread Clayton Weaver
Note: if anyone else is wondering what may be deadlocking 2.2.17+ in the context of http connects over ethernet (assuming that it is not the ethernet driver itself): it is also not the httpd server's use of linux kernel threads (wn is single threaded). And there isn't much going on in the

Re: high load poor interactivity on fast thread creation

2000-12-01 Thread Arnaud Installe
On Thu, Nov 30, 2000 at 03:00:10PM -0800, David Lang wrote: try the 2.4 test kernels. I had a situation of poor performance with lots of processes and saw a dramatic improvement with the 2.4 kernel. So what load average should I expect Linux versions 2.2 and 2.4 to perform well under ? I'm

Re: Some problems with the raid-stuff in 2.4.0-test12pre3

2000-12-01 Thread Florian Heinz
On Fri, Dec 01, 2000 at 01:11:45PM +1100, Neil Brown wrote: On Thursday November 30, [EMAIL PROTECTED] wrote: Hello people, I have some trouble with the raid-stuff. My machine is a Pentium-III, 256 MB ram and 7 scsi-disks (IBM DNES-318350W 17B). I'm using raid5 for 6 of these disks

Re: 2.2.17 IP masq bug

2000-12-01 Thread Ben McCann
I'm curious about how ICMP redirect is causing this problem. Would you elaborate on how ICMP is involved? -Ben McCann Julian Anastasov wrote: Hello, On Fri, 1 Dec 2000, Mike Perry wrote: external net, so it can IP masq the other 14 machines. The machines are on a switch, and

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Christoph Hellwig
In article [EMAIL PROTECTED] you wrote: Actually; Ethernet badly needs something like this too. I would kill to be able to do something like: ifconfig eth0 speed 100 duplex full o across different networks cards -- I've been thinking about it of late as I had to battle with this

HPT366 + SMP = slight corruption in 2.3.99 - 2.4.0-11

2000-12-01 Thread Gerard Sharp
Hello. [1.] One line summary of the problem: Intermittent corruption of 4 bytes in SMP kernels using HPT366 [2.] Full description of the problem/report: First noticed in 2.3.99-preX; but hard to track down then. When the system was under load - e.g. cp /usr/src/linux /usr/src/l2, it would

Re: [CFT][RFC] ext2_new_inode() fixes and cleanup

2000-12-01 Thread Alexander Viro
On Fri, 1 Dec 2000, Andreas Dilger wrote: Alexander, Ted, I was taking a hard look at the proposed changes. In load_inode_bitmap() we shouldn't be cacheing the I/O error case (this was in the old code too). I know. I left it in place since I don't like the idea of putting many

Re[3]: DMA for triton again...

2000-12-01 Thread Guennadi Liakhovetski
Hi will try tonight... and will let you know tomorrow... ... Nop, it didn't work. Mike and everybody having experience / knowledge of Western Digital Caviar AC21600H... If you compare WD's documents at: http://www.westerndigital.com/service/FAQ/dtr.html and

[patch-2.4.0-test12-pre3] microcode update for P4 (fwd)

2000-12-01 Thread Tigran Aivazian
Second attempt -- the first one got lost due to some local mail client problems... -- Forwarded message -- Date: Fri, 1 Dec 2000 11:43:10 + (GMT) From: Tigran Aivazian [EMAIL PROTECTED] To: Linus Torvalds [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:

Re: Alpha SCSI error on 2.4.0-test11

2000-12-01 Thread Ivan Kokshaysky
On Thu, Nov 30, 2000 at 11:37:42PM +0100, Andrea Arcangeli wrote: test12-pre2 crashes at boot on my DS20. This patch workaround the problem but I would be _very_ surprised if this is the right fix :) It's obviously not meant for inclusion. ... - struct resource_list *ln =

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Russell King
Chris Wedgwood writes: Actually; Ethernet badly needs something like this too. I would kill to be able to do something like: ifconfig eth0 speed 100 duplex full o across different networks cards -- I've been thinking about it of late as I had to battle with this earlier this week;

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Francois Romieu
Chris Wedgwood [EMAIL PROTECTED] écrit : [...] o across different networks cards -- I've been thinking about it of late as I had to battle with this earlier this week; depending on what network card you use, you need different magic incarnations to do the above. A standard interface is

Re: corruption

2000-12-01 Thread Jens Axboe
On Fri, Dec 01 2000, Andrew Morton wrote: Andrew Morton wrote: I bet this'll catch it: --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 +++ include/linux/list.hFri Dec 1 08:33:55 2000 @@ -90,6 +90,7 @@ static __inline__ void list_del(struct list_head *entry)

Re: corruption

2000-12-01 Thread Andrew Morton
Andrew Morton wrote: Andrew Morton wrote: I bet this'll catch it: --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 +++ include/linux/list.hFri Dec 1 08:33:55 2000 @@ -90,6 +90,7 @@ static __inline__ void list_del(struct list_head *entry) {

Re: corruption

2000-12-01 Thread Andrew Morton
Jens Axboe wrote: On Fri, Dec 01 2000, Andrew Morton wrote: Andrew Morton wrote: I bet this'll catch it: --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 +++ include/linux/list.hFri Dec 1 08:33:55 2000 @@ -90,6 +90,7 @@ static __inline__ void

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Xavier Bestel
In article [EMAIL PROTECTED] you wrote: Actually; Ethernet badly needs something like this too. I would kill to be able to do something like: ifconfig eth0 speed 100 duplex full o across different networks cards -- I've been thinking about it of late as I had to battle with

Re: corruption

2000-12-01 Thread Jens Axboe
On Fri, Dec 01 2000, Andrew Morton wrote: ... choc-chip. With the above patch applied the machine crashed after an hour. Crashed a second time during the e2fsck. gdb backtrace: Very interesting. IDE / SCSI? hmm.. Overlapping emails. The crash with e2fsck was easily

[PATCH] rio

2000-12-01 Thread Patrick van de Lageweg
Hi alan, This patches fixes several isues with the rio driver: - Implemented breaks - Fixed a DCD up/down crash - Added kmalloc return value check Sorry for the late moment we submit this: the DCD bug was very, very hard to find. Patrick - To unsubscribe from this list: send the

Re: Oops in 2.2.18 with pppd dial in server

2000-12-01 Thread Alan Cox
I was able to reproduce this oops with a somewhat more reliable ksymoops (I was ready for this nasty bug this time). Looks like the problem is in the sockets code. The traces so far all match one description , this one included. Its the 'something scribbled a while ago and I just walked the

Re: eepro100 driver update for 2.4

2000-12-01 Thread Udo A. Steinberg
Andrey Savochkin wrote: eth0: card reports no RX buffers. eth0: card reports no resources. It's a known issue. I've been promised that this issue would be looked up in Intel's errata by people who had the access to it, but I haven't got the results yet. I just figured out something

Re: [CFT][RFC] ext2_new_inode() fixes and cleanup

2000-12-01 Thread Alexander Viro
On Thu, 30 Nov 2000, Theodore Y. Ts'o wrote: If you could send me the split up, I'd appreciate it, as it'll make it easier to find any subtle bugs. I certainly like the general way you've cleaned up the interfaces and factored out the code. See attachments. Order of patches is

[patch] docbook fix in /drivers/block/ll_rw_blk.c

2000-12-01 Thread Jani Monoses
Hi Linus, there is a warning in make docs and there is no documentation generated for blk_init_queue because of another function declaration between the comments and the definition . This patch moves the declaration before the comments. please apply . ---

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Francois Romieu
Russell King [EMAIL PROTECTED] écrit : [...] We already have a standard interface for this, but many drivers do not support it. Its called "ifconfig eth0 media xxx": bash-2.04# ifconfig --help Usage: ifconfig [-a] [-i] [-v] [-s] interface [[AF] address] ... [mem_start NN] [io_addr

[PATCH] rio (This time with patch)

2000-12-01 Thread Patrick van de Lageweg
Hi alan, This patches fixes several isues with the rio driver: - Implemented breaks - Fixed a DCD up/down crash - Added kmalloc return value check Sorry for the late moment we submit this: the DCD bug was very, very hard to find. Patrick diff -u -r

Re: [PATCH] i810_audio 2.4.0-test11

2000-12-01 Thread Alan Cox
It implements mono output and fixes a bug in the dma logic (reset necessary because some descriptors are already prefetched and are not updated This is wrong. Linus please do not apply this patch, or if you have done back it out. Not only does it do format conversions in kernel (which is a

Re: watchdog software

2000-12-01 Thread Alan Cox
We have a problem on a 2.2.17: sometimes it crashs without any reason (no high load), there is no kernel panic, the screan is black. We setup watchdog software and we realized watchdog can not reboot this box whe it crashs (on the others servers it works fine). my question is: what kind

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Bogdan Costescu
On Fri, 1 Dec 2000, Chris Wedgwood wrote: Actually; Ethernet badly needs something like this too. I would kill to be able to do something like: ifconfig eth0 speed 100 duplex full Even if you are thinking about Ethernet only, it's not easy to do it. Most modern NICs have MII

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Philip Blundell
In message [EMAIL PROTECTED], Russell King wri tes: We already have a standard interface for this, but many drivers do not support it. Its called "ifconfig eth0 media xxx": The Ethtool interface is rather better. p. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: watchdog software

2000-12-01 Thread octave klaba
Alan Cox wrote: We have a problem on a 2.2.17: sometimes it crashs without any reason (no high load), there is no kernel panic, the screan is black. We setup watchdog software and we realized watchdog can not reboot this box whe it crashs (on the others servers it works fine).

Re: corruption

2000-12-01 Thread Stephen C. Tweedie
Hi, On Fri, Dec 01, 2000 at 08:35:41AM +1100, Andrew Morton wrote: I bet this'll catch it: static __inline__ void list_del(struct list_head *entry) { __list_del(entry-prev, entry-next); + entry-next = entry-prev = 0; } No, because the buffer hash list is never referenced

Re: DMA for triton again...

2000-12-01 Thread Mike Dresser
You're going to get a chuckle out of this one, i think. I was using my main fileserver at home(different box from the ones we're talking about)last night, and figured i'd poke around, do some speed benchmarks for the hell of it. At one point months, i had everything running in DMA mode,

Re: watchdog software

2000-12-01 Thread Alan Cox
my question is: what kind of problem can have this serveur: hardware or software ? What sort of watchdog are you using ? software. no hardware solution. http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/watchdog-5.1.tar.gz The software watchdog will fail if the kernel is

mm-context[NR_CPUS] and pci fix check [was Re: Alpha SCSI error on 2.4.0-test11]

2000-12-01 Thread Andrea Arcangeli
On Fri, Dec 01, 2000 at 02:56:19PM +0300, Ivan Kokshaysky wrote: Andrea, could you try this? that's the right fix thanks (please send to Linus). BTW, here is a preview of the asn SMP race fix for 2.4.x:

Re: 2.4 routing problem

2000-12-01 Thread Christopher Friesen
Dries van Oosten wrote: On Fri, 1 Dec 2000, Dax Kelson wrote: If you want to take full advantage of all the networking features, you need to use iproute2. ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.2.4-now-ss??.tar.gz I downloaded and compiled them and they don't work as well.

Re: DMA for triton again...

2000-12-01 Thread Mike Dresser
Guennadi Liakhovetski wrote: Hi will try tonight... and will let you know tomorrow... ... Nop, it didn't work. Mike and everybody having experience / knowledge of Western Digital Caviar AC21600H... If you compare WD's documents at: http://www.westerndigital.com/service/FAQ/dtr.html and

Is this really a kernel bug? or better fixed?

2000-12-01 Thread Yan P. Yuan
Hi, I'm not sure where this is the right mailing list to ask this question, but let me try. If not, could you excuse help me to get to the right place to express it. Thanks, :-). Today i've got a strange message in /var/log/message ( kernel 2.4.0-test10 updated from SuSE7.0-2.2.17-pre):

Re: 2.2.18pre24 and drm/agpgart static?

2000-12-01 Thread John Levon
On Wed, 29 Nov 2000, Jamie Manley wrote: Finally got around to trying the 2.2.18pre series and the agp/drm backport and noticed something odd at bootup. Here's an extract from dmesg: Linux agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 440M

Re[2]: DMA !NOT ONLY! for triton again...

2000-12-01 Thread Guennadi Liakhovetski
Glad all this discussion helped at least one of us:-)) As for me, as I already mentioned in my last posting - I don't know why BIOS makes the difference (as in your case) if ide.txt says it shouldn't?! Ok, chipset, perhaps, is fine. But what about the hard drive? You told you had WDC AC21600H.

Re: corruption

2000-12-01 Thread Lawrence Walton
Andrew Morton [[EMAIL PROTECTED]] wrote: Andrew Morton wrote: Andrew Morton wrote: I bet this'll catch it: --- include/linux/list.h.orig Fri Dec 1 08:33:36 2000 +++ include/linux/list.hFri Dec 1 08:33:55 2000 @@ -90,6 +90,7 @@ static __inline__ void

Re: [PATCH] rio

2000-12-01 Thread Rogier Wolff
Patrick van de Lageweg wrote: Hi alan, This patches fixes several isues with the rio driver: - Implemented breaks - Fixed a DCD up/down crash - Added kmalloc return value check Hmm. And introduces a new problem. Sorry. Please ignore this patch... Roger. --

kernel panic in SoftwareRAID autodetection

2000-12-01 Thread Roberto Ragusa
Please CC to me because I'm not a LKML subscriber. Hi, I found a real showstopper problem in the SoftwareRAID autodetect code; 2.4.0-test10 and 2.4.0-test11 are affected (I didn't test previous versions). I'm using two IDE disk with some RAIDed partitions: md5 : active raid0 hdc5[1] hda5[0]

Re: XFree 4.0 problems.

2000-12-01 Thread Mike A. Harris
On Fri, 1 Dec 2000, Velizar Bodurski wrote: Date: Fri, 1 Dec 2000 01:06:50 +0200 (EET) From: Velizar Bodurski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: XFree 4.0 problems. Ok I don't have the system in question, but i use others' experience with

PCI support in kernel

2000-12-01 Thread Guennadi Liakhovetski
Actually, this is a continuation of the "Re: DMA !NOT ONLY! for triton again..." thread. Mike Dresser wrote: I'm taking the case off the machine right now, i can guarantee you its not UDMA compatible, simply because this thing was made in early1997. :) Here we go: MDL WDAC21600-00H P/N

multiprocessor kernel problem

2000-12-01 Thread Roger Crandell
I have 2.4.0 test 10 and test 11 installed on a multiprocessor (Intel) machine. I have tried both test versions of the kernel. I configured the kernel for single and multi processor. When I boot single processor, iptables will run fine. When I boot the machine with the multiprocessor kernel

Re: PCI support in kernel

2000-12-01 Thread Guennadi V. Liakhovetski
...forgot to mention - I DID try to play with CONFIG_PCI_GOBIOS CONFIG_PCI_GODIRECT CONFIG_PCI_GOANY in the kernel configuration - no use Guennadi ___ Dr. Guennadi V. Liakhovetski Department of Applied Mathematics University of Sheffield, U.K. email: [EMAIL PROTECTED] - To unsubscribe from

[PATCH] mutliple root devs (take II)

2000-12-01 Thread T. Camp
A much cleaner patch prompted after right proper chastisement on the sloppy patch I sent a few days back. This one is against 2.4-pre11 but so far as I can tell should be good to go against any of the 2.4 series so far. I have not implemented a regex-like syntax as was suggested because 1) you

Re: [PATCH] mutliple root devs (take II)

2000-12-01 Thread Tigran Aivazian
Hello, On Fri, 1 Dec 2000, T. Camp wrote: A much cleaner patch prompted after right proper chastisement on the indeed, much cleaner. But still not perfect. + int root_device_index = 0; this initialisation is not needed. Just make it 'int root_device_index;' The kernel will do the right

multiprocessor kernel problem

2000-12-01 Thread Roger Crandell
I should have mentioned this is a 4 processor machine with a 64 bit buss. Roger Crandell - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] mutliple root devs (take II)

2000-12-01 Thread T. Camp
indeed, much cleaner. But still not perfect. + int root_device_index = 0; this initialisation is not needed. Just make it 'int root_device_index;' The kernel will do the right thing for you on boot, trust me. +int number_root_devs = 0; this is not needed either. Hmm didn't know

Re: access() says EROFS even for device files if /dev is mounted RO

2000-12-01 Thread Olivier Galibert
On Wed, Nov 29, 2000 at 04:40:29PM +, Tigran Aivazian wrote: b) what should be the return of access(W_OK) (or, the same, open() for write with switched uid) for devices on a readonly-mounted filesystems? Should the majority win? I.e. should we say OK, as we do now? My gut feeling on

Re: [PATCH] mutliple root devs (take II)

2000-12-01 Thread Tigran Aivazian
On Fri, 1 Dec 2000, T. Camp wrote: Hmm didn't know that, from the user-land portable C perspective I'm in the habit of zero'ing everything. - thanks. Yes, sorry, I should have explained a bit more, perhaps. The point is that when you have an unitialized variable like this: int x; the C

Re: [PATCH] mutliple root devs (take II)

2000-12-01 Thread Olivier Galibert
On Fri, Dec 01, 2000 at 09:05:23AM -0800, T. Camp wrote: Hmm didn't know that, from the user-land portable C perspective I'm in the habit of zero'ing everything. - thanks. It's a requirement of the ISO C standard that all global/static (not local) variables are initialized to 0 is not

Re: Oops in 2.2.18 with pppd dial in server

2000-12-01 Thread Jeff V. Merkey
On Fri, Dec 01, 2000 at 12:46:18PM +, Alan Cox wrote: I was able to reproduce this oops with a somewhat more reliable ksymoops (I was ready for this nasty bug this time). Looks like the problem is in the sockets code. The traces so far all match one description , this one included.

Re: Pls add this driver to the kernel tree !!

2000-12-01 Thread Jeff Garzik
On Tue, 28 Nov 2000, John B. Jacobsen wrote: /* winbond-840.c: A Linux PCI network adapter skeleton device driver. */ It is already in 2.4.x Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read

/dev/random probs in 2.4test(12-pre3)

2000-12-01 Thread Matthew Kirkwood
Hi, It looks like the random driver in 2.4test will return a short read, rather than blocking. This is breaking vpnd (http://sunsite.dk/vpnd/) which breaks with "failed to gather random data" or similar. Here's a sample strace: open("/dev/random", O_RDONLY) = 3 read(3,

Re: Questions about Kernel 2.4.0.*

2000-12-01 Thread Marc Mutz
Peter Samuelson wrote: snip Many people limit their e-mail messages to 80 columns. What for? CF'mon, linebreaks are bloat! Those extra characters all around :-) The 'build' symlink is to make it easier for external module installation scripts to find the build directory for a given

Re: corruption

2000-12-01 Thread Jeff Garzik
On Fri, 1 Dec 2000, Andrew Morton wrote: Alexander Viro wrote: Confirms. That's definitely an empty list_head at address 0xc3c49058 and -pre2 has O_SYNC patches. foo. The overnight run wedged tight in mmap002. No progress. I bet this'll catch it: ---

Re: SCSI problem on aic7xxx on L440GX+ using LinuxBIOS

2000-12-01 Thread Eric W. Biederman
Ronald G Minnich [EMAIL PROTECTED] writes: Eric, here is the ksymoops (end of message) from that earlier failure. I'm just wondering if anyone out there has seen anything like this. Also, if anyone sees anything odd about the scsi configuration that would help too. Thanks in advance ...

Re: /dev/random probs in 2.4test(12-pre3)

2000-12-01 Thread folkert
I've seen that happen with kernel version 2.2.16! Hi, It looks like the random driver in 2.4test will return a short read, rather than blocking. This is breaking vpnd (http://sunsite.dk/vpnd/) which breaks with "failed to gather random data" or similar. Here's a sample strace:

Re: [RFC] Configuring synchronous interfaces in Linux

2000-12-01 Thread Francois Desloges
On Fri, 01 Dec 2000, Francois romieu wrote: [netdev Cced] The Thu, Nov 30, 2000 at 11:16:52AM -0800, Ivan Passos wrote : [...] For synchronous network interfaces, besides configuring network parameters such as IP address, netmask, MTU, etc., the system should also configure parameters

Re: Bonding...

2000-12-01 Thread Thomas Davis
Rainer Clasen wrote: Ciscos MAC based distribution limits each TCP connection to 100 Mbps. What's even worse, is Cisco can also *clog* channels with traffic, if your MAC addresses aren't balanced. (ie, one line can have all the traffic, while the other is idle.. --

Re: access() says EROFS even for device files if /dev is mounted RO

2000-12-01 Thread Richard B. Johnson
On Fri, 1 Dec 2000, Olivier Galibert wrote: On Wed, Nov 29, 2000 at 04:40:29PM +, Tigran Aivazian wrote: b) what should be the return of access(W_OK) (or, the same, open() for write with switched uid) for devices on a readonly-mounted filesystems? Should the majority win? I.e.

Re: /dev/random probs in 2.4test(12-pre3)

2000-12-01 Thread H. Peter Anvin
Followup to: [EMAIL PROTECTED] By author:Matthew Kirkwood [EMAIL PROTECTED] In newsgroup: linux.dev.kernel Hi, It looks like the random driver in 2.4test will return a short read, rather than blocking. This is breaking vpnd (http://sunsite.dk/vpnd/) which breaks with "failed to

AX64 too (was: Re: Dma problems - Aopen Ax34pro VIA chipset seagate drive)

2000-12-01 Thread Jesus Cea Avion
Please, if you respond, send me a copy to my mailbox, too. Status: kernel 2.4.0-test10 (no patches added) Problem: getting dma problems - having to run system with no dma for disc access - seems to be a bus mastering problem. Hardware: Aopen AX34Pro mother board, Via chipset with via686a,

<    1   2   3   >