user-mode port 0.32-2.4.0-test10

2000-10-31 Thread Jeff Dike
The user-mode port of 2.4.0-test10 is available. The stack overflows seen in test9 are fixed. The stack is now allocated as four pages, the top two used as a kernel stack, the third is inaccessible and acts as a guard page, and the lowest page contains the task structure. Host devices can

Re: Linux-2.4.0-test10

2000-10-31 Thread Jeremy Fitzhardinge
On Tue, Oct 31, 2000 at 08:55:13PM +, Alan Cox wrote: Does autofs4 work yet Autofs4 was fixed in 2.4.0-test10-pre6 or so. Autofs4 for 2.2.x has been working for some time, though I just updated the 2.2 patch so it doesn't stomp on autofs (v3). J PGP signature

[ANN] 1st release of USAGI IPv6 environment

2000-10-31 Thread usagi-core
Sorry for our mess mail, but we want to improve linux kernel. We are glad to announce the 1st release of USAGI Project. The "USAGI" means UniverSAl playGround for Ipv6. It is the IPv6 development project for Linux operating systems mainly. As many other operating systems and routers, the Linux

1.2.45 Linux Scheduler

2000-10-31 Thread Anonymous
In the Linux scheduler they use a circular queue implementation with round robin. What is the advantage of this over just using a normal queue with a back and front. Also does anyone know what a test plan for such a design would even begin to look like. This is a project for a proposal going

Repeatable oops mounting snapshot fs on 2.4.0-test10

2000-10-31 Thread J Sloan
Greetings, I'm just getting started playing around with the lvm. I've used the HP-UX lvm, and was giving the Linux version a spin for the very first time when I ran into some big problems: Let me know if I'm doing something really stupid, but something tells me a kernel oops is not a good sign!

Re: scsi-cdrom lockup and ide-scsi problem (both EFS related)

2000-10-31 Thread Miles Lane
Jens Axboe wrote: On Tue, Oct 31 2000, Paul Jakma wrote: I have 2 problems related to reading IRIX EFS cd's. ---problem 1: mounting an EFS cd from my Yamaha CDR-4416S SCSI CDRW consistently causes a lockup when i try to read directory/file data from the CD. I observed this

Re: 2.2.18Pre Lan Performance Rocks!

2000-10-31 Thread Peter Samuelson
[Jeff Merkey] The numbers don't lie. [...] [Ingo Molnar] sure ;) I can do infinite context switches! You dont believe? See: #define schedule() do { } while (0) [Jeff] Actually, I think the compiler would optimize this statement completely out of the code. That was

Re: Linux-2.4.0-test10

2000-10-31 Thread M.H.VanLeeuwen
FYI, My list of 2.4.0-testX problems Further details, .config, etc...available if needed Martin 2.4.0-test10 and earlier problem list: Problem | UP UP-APIC SMP | 1 | OK OK

2.4.0-test10 AM53C974 driver cannot get kernel boot parameters. [patch]

2000-10-31 Thread Kaz Sasayama
I just tried version 2.4.0-test10 and found the AM53C974 driver does not get any kernel boot parameters when compiled in the kernel. This is my quick fix for it. It seems some other drivers need similar changes too, but I do not have fixes for them yet. Thanks. diff -ur -x *~ -x .depend

Re: 2.2.18Pre Lan Performance Rocks!

2000-10-31 Thread Larry McVoy
On Tue, Oct 31, 2000 at 11:01:20PM -0600, Peter Samuelson wrote: So the real question is, how many gettimeofday() per sec can Linux do? Oh, about 3,531,073 on a 1Ghz AM thunderbird running Linux disks.bitmover.com 2.4.0-test5. That's 283.2 nanoseconds per call, to save you the math. -- ---

Re: 2.2.18Pre Lan Performance Rocks!

2000-10-31 Thread Peter Samuelson
[me] So the real question is, how many gettimeofday() per sec can Linux do? [Larry McVoy] Oh, about 3,531,073 on a 1Ghz AM thunderbird running Linux disks.bitmover.com 2.4.0-test5. So, at two "context switches" (Jeff's term) per syscall, we're somewhere around half the speed of

Re: 2.2.18Pre Lan Performance Rocks!

2000-10-31 Thread Daniel Phillips
"Jeff V. Merkey" wrote: A "context" is usually assued to be a "stack". The simplest of all context switches is: movx, esp movesp, y Presumeably you'd immediately do a ret to some address, and there pop a base address off the stack to get some global memory. Is that right?

Re: Linux-2.4.0-test10

2000-10-31 Thread Miles Lane
Linus, Were there no changes between test10-pre7 and test10? I notice you didn't send out a Changelist. The Changelists help me focus my testing. Thanks, Miles - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: Linux-2.4.0-test10

2000-10-31 Thread adrian
On Tue, 31 Oct 2000, Linus Torvalds wrote: [snip] Naah, he mainly just does some browsing with netscape, and (don't tell a soul) plays QuakeIII with the door locked. Linus Although he might find that 2.2.18pre18 gives better frame rates. :) 1024x768, Max detail, 32bit,

Re: [patch] NE2000

2000-10-31 Thread Paul Gortmaker
Jeff Garzik wrote: Paul Gortmaker wrote: There is no urgency in trying to squeeze a patch like this in the back door of a 2.4.0 release. For example, there are people out there now who are using the ne.c driver to run both ISA and PCI cards in the same box without having to use 2

Re: Linux-2.4.0-test10

2000-10-31 Thread Linus Torvalds
On Tue, 31 Oct 2000, Miles Lane wrote: Were there no changes between test10-pre7 and test10? I notice you didn't send out a Changelist. The Changelists help me focus my testing. Sorry. Here it is.. Linus - - final: - Jeff Garzik: ISA network driver cleanup,

test10 compile fails on alpha

2000-10-31 Thread Tom Holroyd
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8 -mcpu=ev6 -Wa,-mev6-c -o binfmt_elf.o binfmt_elf.c binfmt_elf.c: In function `create_elf_tables': binfmt_elf.c:166: `CLOCKS_PER_SEC' undeclared (first

Re: test10-pre7

2000-10-31 Thread H. Peter Anvin
Peter Samuelson wrote: To Keith, Michael and me, the cleanest way to remove duplicates is $(sort). Since some object files must *not* be sorted, we came up with a simple, readable way to declare that certain things had to come in a certain order -- the idea being that most of the time it

Linus's poll variation

2000-10-31 Thread Lyle Coder
Hello, Is someone working on Linus's poll variation discussed in this list a week ago? Thanks Lyle - 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: test10-pre7

2000-10-31 Thread Peter Samuelson
[hpa] I would tend to agree with Linus on that. If that's truly what you're doing, it would be rather nonobvious. Well, ok, opinion vs. opinion. The thing is, userspace code almost *never* needs to care about link order -- and, not counting boot loader magic, kernel code didn't care about

Re: test10-pre7

2000-10-31 Thread Peter Samuelson
[Vladislav Malyshkin [EMAIL PROTECTED]] Also, the function remove_duplicates can be written using make rules and functions. Using functions "foreach" "if" from make and comparison you can easily build a function remove_duplicates in make, no shell involved. Could you please write me this

<    1   2   3   4   5