Re: aacraid 2.4.0 kernel

2001-02-08 Thread Alan Cox
> total request sizes. I would rather fix this limitation then, and > would also be interested to know if any of the (older) SCSI drivers > have such limitations too. And some new ones. One of my i2o scsi controllers has that problem. - To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH] Remaining net/ pci_enable_device cleanups.

2001-02-08 Thread Francois romieu
The Wed, Feb 07, 2001 at 10:48:17PM -0500, Jeff Garzik wrote : [...] > > diff -urN --exclude-from=/home/davej/.exclude linux/drivers/net/epic100.c >linux-dj/drivers/net/epic100.c > > --- linux/drivers/net/epic100.c Wed Feb 7 21:55:56 2001 > > +++ linux-dj/drivers/net/epic100.c Wed Feb 7 22

Re: [PATCH] PCI-Devices and ServerWorks chipset

2001-02-08 Thread Martin Mares
Hello! > 0x44 is the primary bus number of the host bridge, and 0x45 is the > subordinate bus number for the bridge. Just like a PCI-PCI bridge, but > different :) Since there are two CNB30 functions, each has unique values > for this. The primary bus of the second bridge must be the subordina

Re: [Patch] ServerWorks peer bus fix for 2.4.x

2001-02-08 Thread Martin Mares
Hello! > The ServerWorks peer bus problem is still present on the 2.4.1 kernel. The > problem stems from the fact that there can be more than one secondary bus > for a given north bridge. For example, the Compaq Proliant DL580 has two > "root busses" coming off of a single north bridge. I'm in

Fwd: Partitioning H/disk & triple booting for RedHat Linux 7.0 , win98 and Win2000

2001-02-08 Thread Manish kochhal
> >hi > >Linux Enthusiasts ! > >I am a newbie to RedHat Linux and the partitioning stuff... > >I have an AMD Athlon 1.2 Ghz processor with an IBM deskstar 45 GB h/disk > >the system already came with Windows 98 and then I installed Windows 2000 >and Red hat Linux 7.0 > >However I am not able

Re: dentry cache order 7 is broken

2001-02-08 Thread Mitchell Blank Jr
David S. Miller wrote: > - hash = hash ^ (hash >> D_HASHBITS) ^ (hash >> D_HASHBITS*2); > + hash = hash ^ (hash >> D_HASHBITS) ^ > + (hash >> (D_HASHBITS+(D_HASHBITS/2))); Two comments: 1. The inode-cache has the exact same problem, but it'll require a lot of RAM to run

tmpfs swapoff oddity

2001-02-08 Thread Mike Galbraith
Hi Christoph, While testing Jens' loop-4 patch (and not being able to find any way to lock it up), I stumbled onto a strange behavior. I set up an interleaved swap with one swap partition, and one swapfile in a loopback mounted reiserfs - populated tmpfs with a kernel tree and did hefty make -j

Re: tmpfs swapoff oddity

2001-02-08 Thread Christoph Rohland
Hi Mike, On Thu, 8 Feb 2001, Mike Galbraith wrote: > Hi Christoph, > > While testing Jens' loop-4 patch (and not being able to find > any way to lock it up), I stumbled onto a strange behavior. > > I set up an interleaved swap with one swap partition, and one > swapfile in a loopback mounted re

Re: dentry cache order 7 is broken

2001-02-08 Thread David S. Miller
Mitchell Blank Jr writes: > 1. The inode-cache has the exact same problem, but it'll require a lot > of RAM to run into it. The buffer and page caches don't have the > same problem. Yep, fix attached. You just need 1GB ram to hit that case. > 2. Given that D_HASHBITS is not

epic100 in current -ac kernels

2001-02-08 Thread ARND BERGMANN
There seems to be some movement in the driver and the latest one is not working for me (again), so I'm giving a subjective status report for the versions I have tried lately: Working epic100 drivers: - 2.4.0 - 2.4.0-ac9 Broken epic100 drivers: - 2.4.0-ac4 - 2.4.1-ac2 - 2.4.1-ac4 I have not

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Augustin Vidovic
On Wed, Feb 07, 2001 at 11:59:05PM -0800, Ion Badulescu wrote: > I don't think it fixes *this* bug. However, the bug workaround effectively > reinitializes the chip, so it might serve as a generic 'reset and try > again' kind of workaround. In that case, we might as well enable it > unconditionall

Re: [reiserfs] SPEC SFS fails at low loads...

2001-02-08 Thread Pedro M. Rodrigues
Btw, GFS (http://www.sistina.com) also needs 64bit inode number support. They offer a patch called inode.patch that is a backport of the 2.4 code. Pedro On 8 Feb 2001, at 0:15, Andi Kleen wrote: > Tigran Aivazian <[EMAIL PROTECTED]> writes: > > > Hi, > > > > Under 2.4.1, after a little

Linux 2.4.1-ac6

2001-02-08 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ 2.4.1-ac6 o Fix eepro100 reporting on lockup fix(Ion Badulescu) o Clean up i810 error message (me) o Fix S390 build bug (me) o Update version id on

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Ion Badulescu
On Thu, 8 Feb 2001 19:41:56 +0900, Augustin Vidovic <[EMAIL PROTECTED]> wrote: > You can see a kind of sudden blackout which lasts about 3 hours, and then the > situation resumes to normality. > > At the same time, the /var/log/messages receives thousands of messages from the > NET: subsystem.

Re: [Patch] ServerWorks peer bus fix for 2.4.x

2001-02-08 Thread Andre Hedrick
Dan, Have you got a hack for 2.2.18/19x ?? Andre Hedrick Linux ATA Development ASL Kernel Development - ASL, Inc. Toll free: 1-877-ASL-3535 1757 Houret Court

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Augustin Vidovic
On Thu, Feb 08, 2001 at 03:00:10AM -0800, Ion Badulescu wrote: > > At the same time, the /var/log/messages receives thousands of messages from the > > NET: subsystem. > > So what _were_ those messages? Can you post them? No I can't because they were suppressed by the syslogd (DOS protection), on

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Andi Kleen
On Tue, Feb 06, 2001 at 10:14:21AM -0800, Linus Torvalds wrote: > I will claim that you CANNOT merge at higher levels and get good > performance. > > Sure, you can do read-ahead, and try to get big merges that way at a high > level. Good for you. > > But you'll have a bitch of a time trying to m

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Ion Badulescu
On Thu, 8 Feb 2001 20:15:39 +0900, Augustin Vidovic <[EMAIL PROTECTED]> wrote: >> So what _were_ those messages? Can you post them? > > No I can't because they were suppressed by the syslogd (DOS protection), only > their number being reported (several thousands every few seconds). syslogd does

Re: [ANNOUNCE] Animated framebuffer logo for 2.4.1

2001-02-08 Thread Pavel Machek
hi! > I've created a patch for kernel 2.4.1 that adds some fancy options for > the framebuffer console driver concerning the boot logo. > I've added logo animation and logo centering. > People may find this not very useful but nice to look at. :-) Long time ago I joked that win2000 will have 30-

Re: Reasons to honor readonly mount requests

2001-02-08 Thread Pavel Machek
Hi! > > I understand that both ext3fs and > > reiserfs will try to fix corrupt filesystems (or at least filesystems > > with unprocessed log entries) in-place even if they're mounted > > read-only. Clearly, virtual replay means more work, but -- just for > > fun -- here are some cases in which i

Re: [PATCH] Re: UP APIC reenabling vs. cpu type detection o

2001-02-08 Thread Petr Vandrovec
On 8 Feb 01 at 6:04, Mikael Pettersson wrote: > ordering and offsets in processor.h and head.S. The resulting > kernel works ok on my UP P6. > (Petr: can you check that it still works on your K7?) I'll try. I have another question for UP APIC NMI: As I reported some time ago, if performance co

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Pavel Machek
Hi! > > > Reading write(2): > > > > > >EAGAIN Non-blocking I/O has been selected using O_NONBLOCK and there was > > > no room in the pipe or socket connected to fd to write the data > > > immediately. > > > > > > I see no reason why "aio function have to

select() returning busy for regular files [was Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait]

2001-02-08 Thread Pavel Machek
Hi! > > Its arguing against making a smart application block on the disk while its > > able to use the CPU for other work. > > There are currently no other alternatives in user space. You'd have to > create whole new interfaces for aio_read/write, and ways for the kernel to > inform user space t

Re: PS/2 Mouse/Keyboard conflict and lockup

2001-02-08 Thread Pierre Rousselet
Peter Horton wrote: > On Thu, Feb 08, 2001 at 03:35:00AM +0100, Udo A. Steinberg wrote: >> After upgrading my Asus A7V Bios from 1003 to 1005D > Similiar problems here after my upgrade to 1005D. you are not booting from a floppy, are you ? --

APIC Errors with 2.4.2-pre1

2001-02-08 Thread David D.W. Downey
First off, here's something from my dmesg. mapped APIC to e000 (fee0) mapped IOAPIC to d000 (fec0) CALLIN, before setup_local_APIC(). ENABLING IO-APIC IRQs ...changing IO-APIC physical APIC ID to 2 ... ok. init IO_APIC IRQs IO-APIC (apicid-pin) 2-0, 2-9, 2-10, 2-11, 2-20, 2-21,

Re: Status of loopback

2001-02-08 Thread Marc Mutz
On Wednesday 07 February 2001 19:52, Adam Schrotenboer wrote: > I'm curious if the loopback block driver is stable enough yet to, say > put a loopback file on a vfat partition. Don't try w/o the loop-4 patch by jens (ftp://ftp.kernel.org/pub/linux/kernel/people/axboe/patches/) Marc -- Marc M

[patch] ruffian IRQs, OSF syscalls dedugging fixes

2001-02-08 Thread Ivan Kokshaysky
- Don't trust IRQs assigned by ARC console on ruffian any more; use interrupt routing table provided by <[EMAIL PROTECTED]> instead. This fixes cards reporting bogus interrupt pin (ES1969). - Disable debugging messages for OSF syscalls as potential source of DoS attack. Besides, the same inf

BUG() hit in ioremap.c(i386) with non-standart kernel modules

2001-02-08 Thread Gert Wollny
Hello, I've hit a Kernel BUG with the combination of nonstandart kernel modules. So dear linux-kernel readers, this bug report may or may not apply to the standart kernel. But if you have any comments, please CC me. We use the dolphinics psb66 clustering card and a GForce 256 graphics card. We

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Augustin Vidovic
On Thu, Feb 08, 2001 at 03:26:51AM -0800, Ion Badulescu wrote: > syslogd does not suppress messages, it suppresses *identical* messages. > So what was the *first* message logged by syslogd, the one followed by > "last message repeated XXX times"? It's not "last message repeatead XXX times", it's

Re: patch for 2.4.1 disable printk and panic messages

2001-02-08 Thread Stefani Seibold
> I think it is better to remove statements about rescue discs from patch > because rescue discs are often interactive systems and needs messages even > more than desktops. > And statement about saving disk space by removing messages can irritate > some kernel people. I write it now a little bit

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Ion Badulescu
On Thu, 8 Feb 2001, Augustin Vidovic wrote: > This suppression of thousands of lines was described as a DOS-protection > in the docs I read. Still, there should be something before these suppressed messages started. > With my patch, the test becomes (eeprom[3] & 0x03), which is not null > for e

Re: [Patch] ServerWorks peer bus fix for 2.4.x

2001-02-08 Thread Adam Lackorzynski
On Thu Feb 08, 2001 at 03:06:27 -0800, Andre Hedrick wrote: > Have you got a hack for 2.2.18/19x ?? I do not have problems with 2.2.x Kernels here. They see all the PCI devices just fine. Adam -- Adam [EMAIL PROTECTED] Lackorzynski http://a.home.dhs.org - To unsubscri

Aic7xxx troubles with 2.4.1ac6

2001-02-08 Thread Ville Herva
It looks like ac6 (which I believe includes the patch you posted) is still a no-go with 7892. The boot halts and it just prints this once a second: (SCSI0:0:3:1) Synchronous at 160 Mbyte/sec offset 31 (SCSI0:0:3:1) CRC error during data in phase (SCSI0:0:3:1) CRC error in intermediate CRC packe

Re: [PATCH] eepro100.c, kernel 2.4.1

2001-02-08 Thread Augustin Vidovic
On Thu, Feb 08, 2001 at 03:53:10AM -0800, Ion Badulescu wrote: > Still, there should be something before these suppressed messages started. No, sorry, but absolutely nothing since the boot. > It goes like this: > > bit0 = 1 means the workaround may be omitted when operating at 10 Mbit > bit1 =

Re: PS/2 Mouse/Keyboard conflict and lockup

2001-02-08 Thread Ian Stirling
> > > I'm not sure whether this is related to the ominous ps/2 mouse bug > > you have been chasing, but this problem is 100% reproducible and > > very annoying. I'm also seeing a ps/2 mouse bug, with 2.4.0-pre5 (I think) on a CS433 (486/33 laptop) Freezes after some time in X, killing keyboar

Re: [PATCH] Re: UP APIC reenabling vs. cpu type detection ordering

2001-02-08 Thread Maciej W. Rozycki
On Thu, 8 Feb 2001, Mikael Pettersson wrote: > No, poking into MSRs not explicitly defined on the current CPU is > inherently unsafe. I have several x86 CPU data sheets here in front > of me which say the same thing: "Don't write to undocumented MSRs." Your point is right -- the problem are not

Re: nvidia fb 0.9.0 (0.9.2?)

2001-02-08 Thread Bakonyi Ferenc
/me wrote: > Louis Garcia <[EMAIL PROTECTED]> wrote: > > > I'm using XFree86-4.0.1 with the nv driver. You are right, it's ver > > 0.9.2 for the fb. > > > > Where can I get the patch? Should I upgrade to XFree86-4.0.2? > > Not yet, we have to write that patch first... :) I'll grab an XFree >

Re: increasing the 512 process limit at run-time?

2001-02-08 Thread Mike A. Harris
On Wed, 7 Feb 2001, Mr. James W. Laferriere wrote: >Date: Wed, 7 Feb 2001 04:43:19 -0800 (PST) >From: Mr. James W. Laferriere <[EMAIL PROTECTED]> >To: Matt Bernstein <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Content-Type: TEXT/PLAIN; charset=US-ASCII >Subject: Re: increasing the 512 process lim

RE: APIC errors with 2.4.2-pre1

2001-02-08 Thread David D.W. Downey
OK, talked with someone who knows a little more about this than i do. According to him, one reason I may be getting these errors is due to the fact that the HPT370 controller is using IRQ18 which falls in the APIC extended IRQ range (16 - 31). If this is a problem is there a work-around? I don't

Re: hotplugging with regular PCI cards

2001-02-08 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > > It looks like support for this is available at: > >http://opensource.compaq.com/sourceforge/project/?group_id=13 > If that server would actually work - everytime I try to access it it is down. (Not even PINGable). Christoph -- Of course

Problem with schedule_timeout..

2001-02-08 Thread Avinash vyas
Hi I am a relatively newb in the kenel programming. I am using the function "schedule_timeout" for sleeping for some time. But in some cases the function returns after the specified timeout but in some instance it returns immediately, without decrementing the timeout value passed as the ar

Re: [ANNOUNCE] Animated framebuffer logo for 2.4.1

2001-02-08 Thread Mike A. Harris
On Thu, 8 Feb 2001, Pavel Machek wrote: >> I've created a patch for kernel 2.4.1 that adds some fancy options for >> the framebuffer console driver concerning the boot logo. >> I've added logo animation and logo centering. >> People may find this not very useful but nice to look at. :-) > >Long t

Re: Problem with schedule_timeout..

2001-02-08 Thread Alan Cox
> I am a relatively newb in the kenel programming. I am using the > function "schedule_timeout" for sleeping for some time. But in some cases > the function returns after the specified timeout but in some instance it > returns immediately, without decrementing the timeout value passed as the

Re: Aic7xxx troubles with 2.4.1ac6

2001-02-08 Thread Doug Ledford
Ville Herva wrote: > > It looks like ac6 (which I believe includes the patch you posted) is > still a no-go with 7892. The boot halts and it just prints this once a > second: > > (SCSI0:0:3:1) Synchronous at 160 Mbyte/sec offset 31 > (SCSI0:0:3:1) CRC error during data in phase > (SCSI0:0:3:1)

DNS goofups galore...

2001-02-08 Thread Matti Aarnio
Folks, Do inform your DNS administrators that they better do things correctly, or email won't work. (Nor much else..) Some people are telling around heretic information that it is all right to use IP(v4) address literal TEXT in places which are intended for NAMES. As a result, the mind-set o

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Martin Dalecki
Linus Torvalds wrote: > > On Tue, 6 Feb 2001, Ben LaHaise wrote: > > > > On Tue, 6 Feb 2001, Stephen C. Tweedie wrote: > > > > > The whole point of the post was that it is merging, not splitting, > > > which is troublesome. How are you going to merge requests without > > > having chains of scatt

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Stephen C. Tweedie
Hi, On Thu, Feb 08, 2001 at 12:15:13AM +0100, Pavel Machek wrote: > > > EAGAIN is _not_ a valid return value for block devices or for regular > > files. And in fact it _cannot_ be, because select() is defined to always > > return 1 on them - so if a write() were to return EAGAIN, user space woul

Re: DNS goofups galore...

2001-02-08 Thread Mr. James W. Laferriere
Hello Matti , On Thu, 8 Feb 2001, Matti Aarnio wrote: ...snip... > Answer to the self-education question above: > > The NAME fields in usual BIND systems get appended the current $ORIGIN > string value when the data in the field does not end with a dot: > > Wrong: IN MX 10 11

[PATCH] Small kernel-hacking.tmpl update

2001-02-08 Thread John Levon
I hope this is OK, comments more than welcome --- Documentation/DocBook/kernel-hacking.tmpl.old Tue Feb 6 20:06:15 2001 +++ Documentation/DocBook/kernel-hacking.tmpl Tue Feb 6 21:14:42 2001 @@ -336,6 +336,11 @@ + If all your routine does is read or write some parameter, co

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Marcelo Tosatti
On Thu, 8 Feb 2001, Stephen C. Tweedie wrote: > > How do you write high-performance ftp server without threads if select > > on regular file always returns "ready"? > > Select can work if the access is sequential, but async IO is a more > general solution. Even async IO (ie aio_read/aio_wri

Problems with 2.4.2-pre1 & reiser & vfs

2001-02-08 Thread Andrius Adomaitis
Hello, I have dual PIII 800 machine running as mail server on DAC 960 RAID & reiserfs comming with 2.4.1kernel. Under very high loads I get following messages in my kernel log: kernel: vs-13060: reiserfs_update_sd: stat data of object [7906789 7906806 0x0 SD](nlink == 1) not found (pos 23)

Re: select() returning busy for regular files [was Re: [Kiobuf-io-devel]RFC: Kernel mechanism: Compound event wait]

2001-02-08 Thread Ben LaHaise
On Thu, 8 Feb 2001, Pavel Machek wrote: > Hi! > > > > Its arguing against making a smart application block on the disk while its > > > able to use the CPU for other work. > > > > There are currently no other alternatives in user space. You'd have to > > create whole new interfaces for aio_read/wr

Re: [ANNOUNCE] Animated framebuffer logo for 2.4.1

2001-02-08 Thread christophe barbe
Ok it seems not important to have a nice boot process but each time you show a linux machine to a M$ normal user (normal = not a programmer) his first reaction is something like ""what are all these strange output lines?". And it's the first thing that keep Windows user in the dark side. Windo

[PATCH] 2.4.1-ac6 UP-APIC bug fix

2001-02-08 Thread Mikael Pettersson
This patch contains two CPU detection bug fixes: - arch/i386/kernel/apic.c:detect_init_APIC(): This is being run before identify_cpu(), so the x86_vendor field wasn't properly defined. It only _seemed_ to work before because uninitialised == 0 == X86_VENDOR_INTEL. The basic CPU detection c

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Mikulas Patocka
Hi! > So you consider inability to select() on regular files _feature_? select on files is unimplementable. You can't do background file IO the same way you do background receiving of packets on socket. Filesystem is synchronous. It can block. > It can be a pretty serious problem with slow blo

Re: aacraid 2.4.0 kernel

2001-02-08 Thread Jens Axboe
On Thu, Feb 08 2001, Alan Cox wrote: > > total request sizes. I would rather fix this limitation then, and > > would also be interested to know if any of the (older) SCSI drivers > > have such limitations too. > > And some new ones. One of my i2o scsi controllers has that problem. Ok thanks, I'

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Ben LaHaise
On Tue, 6 Feb 2001, Linus Torvalds wrote: > There are currently no other alternatives in user space. You'd have to > create whole new interfaces for aio_read/write, and ways for the kernel to > inform user space that "now you can re-try submitting your IO". > > Could be done. But that's a big thi

Multiple PPP sessions w/o load balancing, possible ?

2001-02-08 Thread Bastien Nocera
Hi, Sorry if my question is out of the scope of lkml. If you know a better place for this, please tell me. The problem is: We (me and my work colleagues) need to setup some heavy testing of a telecom network. Right now, we are using a laptop and a mobile phone for each ppp session we want to

Re: PS/2 Mouse/Keyboard conflict and lockup

2001-02-08 Thread Udo A. Steinberg
Alan Cox wrote: > > > I'm not sure whether this is related to the ominous ps/2 mouse bug > > you have been chasing, but this problem is 100% reproducible and > > very annoying. > > It isnt but it might be related to which 2.2.19pre you are running (if any) No, at that time I was running 2.4.1-a

Re: epic100 in current -ac kernels

2001-02-08 Thread Francois Romieu
ARND BERGMANN <[EMAIL PROTECTED]> écrit : > There seems to be some movement in the driver and the latest one > is not working for me (again), so I'm giving a subjective status report > for the versions I have tried lately: > > Working epic100 drivers: > - 2.4.0 > - 2.4.0-ac9 Could you give a l

Tulip

2001-02-08 Thread Trever L. Adams
I have had great success with the 2.4.x series of kernels so far. I am using 2.4.1. However, with 2.4.0 and 2.4.1 (haven't tried the pre for 2 yet), I have been having tulip networking cards up the wazoo. I turn my switch off and back on and that seems to help. Is this a hardware problem or ar

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Marcelo Tosatti
On Thu, 8 Feb 2001, Ben LaHaise wrote: > > (besides, latency would suck. I bet you're better off waiting for the > > requests if they are all used up. It takes too long to get deep into the > > kernel from user space, and you cannot use the exclusive waiters with its > > anti-herd behaviour et

2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Petr Vandrovec
Hi, friend of mine bought g400 on my recommendation, and unfortunately, mga drm driver did not worked for me. I tracked it down to missing pci_enable_device and pci_set_master in mga* driver. But even after looking more than hour into that code I have no idea where I should place this call, as i

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Marcelo Tosatti
On Thu, 8 Feb 2001, Marcelo Tosatti wrote: > > On Thu, 8 Feb 2001, Ben LaHaise wrote: > > > > > > (besides, latency would suck. I bet you're better off waiting for the > > > requests if they are all used up. It takes too long to get deep into the > > > kernel from user space, and you cannot

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Mikulas Patocka
> > > How do you write high-performance ftp server without threads if select > > > on regular file always returns "ready"? > > > > Select can work if the access is sequential, but async IO is a more > > general solution. > > Even async IO (ie aio_read/aio_write) should block on the request queue

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Marcelo Tosatti
On Thu, 8 Feb 2001, Mikulas Patocka wrote: > > > > How do you write high-performance ftp server without threads if select > > > > on regular file always returns "ready"? > > > > > > Select can work if the access is sequential, but async IO is a more > > > general solution. > > > > Even async

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Jens Axboe
On Thu, Feb 08 2001, Mikulas Patocka wrote: > > Even async IO (ie aio_read/aio_write) should block on the request queue if > > its full in Linus mind. > > This is not problem (you can create queue big enough to handle the load). Well in theory, but in practice this isn't a very good idea. At som

RE: [Patch] ServerWorks peer bus fix for 2.4.x

2001-02-08 Thread Zink, Dan
> > What leads you to your belief it's correct? The lspci dump Adam has sent > to the list shows that there's something utterly wrong with our understanding > of the ServerWorks config registers -- they seem to say that the primary > bus numbers are 00 and 01, but in reality they are 00 and 02.

Re: [Patch] ServerWorks peer bus fix for 2.4.x

2001-02-08 Thread Andre Hedrick
On Thu, 8 Feb 2001, Adam Lackorzynski wrote: > On Thu Feb 08, 2001 at 03:06:27 -0800, Andre Hedrick wrote: > > Have you got a hack for 2.2.18/19x ?? > > I do not have problems with 2.2.x Kernels here. They see all the PCI > devices just fine. But it will not register the device Bus 0, devic

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Mikulas Patocka
> > The problem is that aio_read and aio_write are pretty useless for ftp or > > http server. You need aio_open. > > Could you explain this? If the server is sending many small files, disk spends huge amount time walking directory tree and seeking to inodes. Maybe opening the file is even slowe

Re: Aic7xxx troubles with 2.4.1ac6

2001-02-08 Thread Ville Herva
On Thu, Feb 08, 2001 at 07:53:55AM -0500, you [Doug Ledford] claimed: > Ville Herva wrote: > > > > It looks like ac6 (which I believe includes the patch you posted) is > > still a no-go with 7892. The boot halts and it just prints this once a > > second: > > > > (SCSI0:0:3:1) Synchronous at 160

Re: [PATCH] Re: UP APIC reenabling vs. cpu type detection o

2001-02-08 Thread Maciej W. Rozycki
On Thu, 8 Feb 2001, Petr Vandrovec wrote: > So it came to my mind - why (on K7 we easy can, as counter has 48 bits) > we do not reload NMI watchdog in each timer interrupt with 5sec timeout, > and if we receive even one NMI, we are locked up? It should increase > performance, as we'll do same num

Re: epic100 in current -ac kernels

2001-02-08 Thread ARND BERGMANN
On Thu, 8 Feb 2001, Francois Romieu wrote: > > > > Working epic100 drivers: > > - 2.4.0 > > - 2.4.0-ac9 > > Could you give a look at ac12 (fine here) ? > No, does not work, same problem. Arnd <>< - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread Hugh Dickins
On Wed, 7 Feb 2001, Linus Torvalds wrote: > On Wed, 7 Feb 2001, Hugh Dickins wrote: > > > > None of those optimizes this: I believe the semantics of "||" (don't > > try next test if first succeeds) forbid the optimization "|" gives? > > No. The optimization is entirely legal - but the fact that

Re: someone knows a good sendmail mailing list ?

2001-02-08 Thread Rik van Riel
On Thu, 8 Feb 2001, osamu wrote: > someone knows a good sendmail mailing list ? active like this one ? I doubt it, if only because sendmail wouldn't be able to handle the load. (yeah, I know it's off-topic; but I couldn't resist this one) cheers, Rik -- Linux MM bugzilla: http://linux-mm.org

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Marcelo Tosatti
On Thu, 8 Feb 2001, Mikulas Patocka wrote: > > > The problem is that aio_read and aio_write are pretty useless for ftp or > > > http server. You need aio_open. > > > > Could you explain this? > > If the server is sending many small files, disk spends huge amount time > walking directory tree

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread David Weinehall
On Thu, Feb 08, 2001 at 04:24:23PM +, Hugh Dickins wrote: > On Wed, 7 Feb 2001, Linus Torvalds wrote: > > On Wed, 7 Feb 2001, Hugh Dickins wrote: > > > > > > None of those optimizes this: I believe the semantics of "||" (don't > > > try next test if first succeeds) forbid the optimization "|"

serial problems

2001-02-08 Thread ViNiL
Switching from kernel 2.2.18 to 2.4.0 I found that my serial ports work no more. And while using serial mouse it is quite ugly situation. Some infos: - QDI PII440BX B-1 motherboard - 2 COMs + 1 internal modem -> requested state: /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A /dev/ttyS1 at 0x02f8 (irq

Re: 2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Alex Deucher
I'm not sure about the mga source, but you can enable busmaster manually as root. See the dri-devel list for more. I can't remember the exact message off hand. THere was also some discussion of this last week I think. Alex Hi, friend of mine bought g400 on my

Mem detection problem

2001-02-08 Thread Adam Schrotenboer
This is actually a repost of a problem that received few serious replies (IMNSHO). Basically 2.4.0 detects 192 MB(maybe 191, but big whoop) of memory. This is correct. However, 2.4.1-ac6 (as did Linus-blessed 2.4.1) detects 64. The problem is simple. 2.4.1 and later for some reason uses bios-8

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread Hugh Dickins
On Thu, 8 Feb 2001, David Weinehall wrote: > > Well, after all, it's debugging code, and the code now is easy to read. > Your code, while more efficient, isn't. I think that clarity takes > priority over efficiency in non-critical code such as debugging > code. Of course, this is my personal opin

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Rik van Riel
On Thu, 8 Feb 2001, Mikulas Patocka wrote: > > > You need aio_open. > > Could you explain this? > > If the server is sending many small files, disk spends huge > amount time walking directory tree and seeking to inodes. Maybe > opening the file is even slower than reading it Not if you have a

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread Rik van Riel
On Thu, 8 Feb 2001, Hugh Dickins wrote: > On Thu, 8 Feb 2001, David Weinehall wrote: > > > > Well, after all, it's debugging code, and the code now is easy to read. > > Your code, while more efficient, isn't. I think that clarity takes > > priority over efficiency in non-critical code such as deb

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread Richard B. Johnson
On Thu, 8 Feb 2001, Hugh Dickins wrote: > On Wed, 7 Feb 2001, Linus Torvalds wrote: > > On Wed, 7 Feb 2001, Hugh Dickins wrote: > > > > > > None of those optimizes this: I believe the semantics of "||" (don't > > > try next test if first succeeds) forbid the optimization "|" gives? > > > > No.

Re: 2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Jeff Hartmann
Alex Deucher wrote: > I'm not sure about the mga source, but you can enable busmaster manually > as root. See the dri-devel list for more. I can't remember the exact > message off hand. THere was also some discussion of this last week I > think. > > Alex > > > >

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread James Sutherland
On Thu, 8 Feb 2001, Rik van Riel wrote: > On Thu, 8 Feb 2001, Mikulas Patocka wrote: > > > > > You need aio_open. > > > Could you explain this? > > > > If the server is sending many small files, disk spends huge > > amount time walking directory tree and seeking to inodes. Maybe > > opening th

Re: 2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Alex Deucher
I wasn't talking about the drm driver I was talking about programming the PCI controller directly using setpci 1.0.0 or some such command, I can't remember off hand. Which turns on busmastering if it is off for a particular device. Alex Jeff Hartmann wrote: > > Alex Deucher wrote: > > >

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread Stephen Wille Padnos
"Richard B. Johnson" wrote: [snip] > Another problem with 'volatile' has to do with pointers. When > it's possible for some object to be modified by some external > influence, we see: > > volatile struct whatever *ptr; > > Now, it's unclear if gcc knows that we don't give a damn about >

sse for fast_clear_page()?

2001-02-08 Thread Manfred Spraul
fast_clear_page() uses mmx instructions for clearing a page, what about using sse instructions? sse instructions can store 128 bit in one instruction, mmx only 64 bit. On a Pentium III it isn't faster, but it should be faster on a Pentium 4. I've written a user space test app - could someone wit

Re: 2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Petr Vandrovec
On 8 Feb 01 at 12:15, Alex Deucher wrote: > I wasn't talking about the drm driver I was talking about programming > the PCI controller directly using setpci 1.0.0 or some such > command, I can't remember off hand. Which turns on busmastering if it > is off for a particular device. OK. >

Re: sse for fast_clear_page()?

2001-02-08 Thread Arjan van de Ven
In article <[EMAIL PROTECTED]> you wrote: > fast_clear_page() uses mmx instructions for clearing a page, what about > using sse instructions? > sse instructions can store 128 bit in one instruction, mmx only 64 bit. the sse FP registers might be lossy. On my athlon, the in-kernel mmx functions ar

Re: 2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Jeff Hartmann
Petr Vandrovec wrote: > On 8 Feb 01 at 12:15, Alex Deucher wrote: > >> I wasn't talking about the drm driver I was talking about programming >> the PCI controller directly using setpci 1.0.0 or some such >> command, I can't remember off hand. Which turns on busmastering if it >> is off fo

Re: [PATCH] Remaining net/ pci_enable_device cleanups.

2001-02-08 Thread Jeff Garzik
Francois romieu wrote: > > The Wed, Feb 07, 2001 at 10:48:17PM -0500, Jeff Garzik wrote : > [...] > > > diff -urN --exclude-from=/home/davej/.exclude linux/drivers/net/epic100.c >linux-dj/drivers/net/epic100.c > > > --- linux/drivers/net/epic100.c Wed Feb 7 21:55:56 2001 > > > +++ linux-dj/driv

Re: select() returning busy for regular files [was Re: [Kiobuf-io-devel]RFC: Kernel mechanism: Compound event wait]

2001-02-08 Thread Linus Torvalds
On Thu, 8 Feb 2001, Pavel Machek wrote: > > > > There are currently no other alternatives in user space. You'd have to > > create whole new interfaces for aio_read/write, and ways for the kernel to > > inform user space that "now you can re-try submitting your IO". > > Why is current select()

[OFF-TOPIC] sendmail (was: Re: someone knows a good sendmail mailing list ?)

2001-02-08 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] (Rik van Riel) writes: >On Thu, 8 Feb 2001, osamu wrote: >> someone knows a good sendmail mailing list ? active like this one ? >I doubt it, if only because sendmail wouldn't be able to >handle the load. Why does this lie gets repeated over and over again? This is as wrong as

Re: [PATCH] micro-opt DEBUG_ADD_PAGE

2001-02-08 Thread Richard B. Johnson
On Thu, 8 Feb 2001, Stephen Wille Padnos wrote: > "Richard B. Johnson" wrote: > [snip] > > Another problem with 'volatile' has to do with pointers. When > > it's possible for some object to be modified by some external > > influence, we see: > > > > volatile struct whatever *ptr; > > >

Re: DNS goofups galore...

2001-02-08 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] (Matti Aarnio) writes: >NSes and MXes must ALWAYS point to NAMEs with A//A6 records for >them, specifically those names MUST NOT be CNAMEs. With NSes the NS: must not MX: should not ...stickler for details. ;-) Henning -- Dipl.-Inf. (Univ.) Henn

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Linus Torvalds
On Thu, 8 Feb 2001, Martin Dalecki wrote: > > > > But you'll have a bitch of a time trying to merge multiple > > threads/processes reading from the same area on disk at roughly the same > > time. Your higher levels won't even _know_ that there is merging to be > > done until the IO requests hit

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait

2001-02-08 Thread Linus Torvalds
On Thu, 8 Feb 2001, Marcelo Tosatti wrote: > > On Thu, 8 Feb 2001, Stephen C. Tweedie wrote: > > > > > > How do you write high-performance ftp server without threads if select > > > on regular file always returns "ready"? > > > > Select can work if the access is sequential, but async IO is

Re: 2.4.x, drm, g400 and pci_set_master

2001-02-08 Thread Alex Deucher
Jeff Hartmann wrote: > > Petr Vandrovec wrote: > > > On 8 Feb 01 at 12:15, Alex Deucher wrote: > > > >> I wasn't talking about the drm driver I was talking about programming > >> the PCI controller directly using setpci 1.0.0 or some such > >> command, I can't remember off hand. Which t

  1   2   3   >