Re: 2.4.0-test8 tried to kill init! (addendum)

2000-09-16 Thread Nils Faerber
On Sat, 16 Sep 2000, Harley Anderson wrote: > > This sounds like either some bit errors in memory > > (memtest86 will find those), or a device driver > > scribbling over memory, or the memory not being > > refreshed or operated at the right speed (memory > > to slow for the speed you're running it

boot sequence in linux

2000-09-16 Thread Tulika Pradhan
i would like to boot linux (ported for a ppc based board) from ROM. This is how i think the booting should happen - Code in ROM should contain - - crt0.S (entry point in ROM code) - head.S (something like what is there is arch/ppc/boot/head.S) - other files containing code to download and decompr

system hang with usb audio driver

2000-09-16 Thread Narayan Desai
Hi, I have been having problems with the usb audio driver on a set of Philips DSS330. The driver seemed to work properly up until 2.3.99-6. The driver included with 2.3.99-6 worked correctly when included with kernels up to 2.4.0test6 or so. The current driver (2.4.0test7+) will hang my system re

Re: [ANNOUNCE] Darkstar Development Project

2000-09-16 Thread Thomas Graichen
Larry McVoy <[EMAIL PROTECTED]> wrote: > On Mon, Sep 11, 2000 at 09:55:01PM +0200, Jamie Lokier wrote: >> > Err, "faster"? The following is the moral equiv of 4 kernel updates >> > which had nothing to do using BitKeeper instead of CVS. The local copy >> > was in San Francisco and the remote cop

Re: An elevator algorithm (patch)

2000-09-16 Thread Peter Osterlund
Ragnar Kjørstad <[EMAIL PROTECTED]> writes: > If I understand the current code correctly, it works like this: [ example deleted ] > So we've ended up with a very silly queue Indeed, the elevator logic is somewhat flawed. There are two problems with the current code: 1. The test that decides

[PATCH] update to new VM

2000-09-16 Thread Rik van Riel
Hi Linus, after increasing the test base, the following 2 problems have been noticed with the VM patch, and are (hopefully) fixed in this patch: 1) if __alloc_pages() is called without __GFP_IO in the gfp_mask, we cannot wait for kswapd -> use try_to_free_pages() the oldfashioned wa

/proc/sys/vm/freepages not writable.

2000-09-16 Thread Patrick Mau
Dear kernel-hackers, I compiled kernel 2.4.0test9-pre1 (kernel names are a real mess these days ...) and noticed that /proc/sys/vm/freepages is no longer writable: [root@oscar] ll /proc/sys/vm/freepages -r--r--r--1 root root0 Sep 17 02:25 /proc/sys/vm/freepages If this was i

Re: SCSI scanning

2000-09-16 Thread Torben Mathiasen
On Sat, Sep 16 2000, Jan Niehusmann wrote: > test9-pre1 does not contain a fix for the test8 scsi scanning problem. SCSI > disks are detected twice if scsi is not compiled as a module. Torben already > posted a patch. > Linus, The proper way of fixing this is to add #ifdef MODULE around the init

Re: /proc/sys/vm/freepages not writable.

2000-09-16 Thread davej
> I compiled kernel 2.4.0test9-pre1 (kernel names are a real mess > these days ...) and noticed that /proc/sys/vm/freepages is no > longer writable: > If this was intentional, why has it changed ? New VM in test9-pre1. Changing this field is no longer relevant to the restructured code. Dave. -

Re: CONFIG_VIDEO_BT848 in 2.4.0-test9pre1 missing

2000-09-16 Thread Rui Sousa
Michael Elizabeth Chastain wrote: > > Hi Dietmar, > > First go to 'General Setup' and make sure that 'PCI support' is turned on. > > Then go to 'Character Devices' -> 'I2C support'. Turn on both > 'I2C support' and 'I2C bit-banging interfaces'. > > Then go to 'Multimedia devices'. Turn on 'V

Streams (again)

2000-09-16 Thread Cesar Eduardo Barros
This is a proposal for a simple way of adding streams support to the Linux kernel, without significant changes in current Unix-like semantics. It was inspired by a recent discussion in the #kernelnewbies IRC channel, and by the recent talk about the subject in the Linux Kernel mailing lists. I d

smp_num_cpus undeclared compile error in 2.4.0-test8

2000-09-16 Thread Hao Xu
Hi, I found a bug on the 2.4.0-test8 release: I was not able to build linux-2.4.0-test8 on my dual PIII box if I did NOT choose the "smp support". Here is the compile error message: /usr/src/linux/include/linux/kernel_stat.h:48: `smp_num_cpus' undeclared (first use in this function) /usr/src

[BUG] That bloody /usr/local busy back again

2000-09-16 Thread Daniel Stone
I haven't had time to test it thoroughly, but I've noticed from about test8-preX onwards (latest tested test8) that on shutdown, my /usr/local (/dev/ide/host0/bus0/target0/lun0/part6, ReiserFS), is always "busy" - the last thing I see in shutdown -r now is: "Unmounting filesystems... /dev/ide/host

Re: [BUG] That bloody /usr/local busy back again

2000-09-16 Thread Matthew Dharm
I'm seeing something very similar to this on test8 with my root partition. umount reports device is busy at shutdown. This is an IDE device. I'm using a x86 system based on RH6.2 with a few upgrades (modutils, etc). Matt On Sun, Sep 17, 2000 at 01:17:11PM -1100, Daniel Stone wrote: > I haven't

Re: [PATCH] arch/i386/kernel/acpi.c: get rid of check_region and other small fixes/cleanups

2000-09-16 Thread Jeff Garzik
Applied, but... :) In reviewing your patch, I noticed more ugliness. Can you be convinced to take care of these, too? In acpi_init(), it is possible for the function to error exit without cleaning up from a successful acpi_claim_ioports call. Further, acpi_claim_ioports itself is pretty nasty

RE: system hang with usb audio driver

2000-09-16 Thread Dunlap, Randy
> Hi, I have been having problems with the usb audio driver on a set of > Philips DSS330. The driver seemed to work properly up until 2.3.99-6. > The driver included with 2.3.99-6 worked correctly when included with > kernels up to 2.4.0test6 or so. The current driver (2.4.0test7+) will > hang my

2.2 VIA 82Cxxx Audio Driver - help

2000-09-16 Thread Gregory Maxwell
Hi. I've had great success with your VIA 82Cxxx in 2.4test9 on a new system I'm helping a friend setup for his mom. Unfortunately, I'm not having so much luck with the rest of 2.4. Because of general stability issues, I need to move back to 2.2 on this system. However, the VIA 82Cxxx driver in

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Albert D. Cahalan
Rik van Riel writes: > It would be better to put that in a userspace tool like > vmstat. > > Oh, and now we're talking about vmstat, I guess that > program also needs support for displaying the number > of active/inactive_dirty/inactive_clean pages ... ;) > > (any volunteers?) Umm, OK. I suppose

PROBLEM: Segmentation fault [SIGSEGV] reading from /proc/tty/driver/serial

2000-09-16 Thread David Ciemiewicz
Igmar, Thanks for attempting to validate that the problem is fixed in a later release. However, I still stand by my submission. If the readers will note, the problem is in 2.2.14 and AND in 2.3.5 as referenced by another auther. It looks like the info structure in drivers/char/serial.c:line_in

Re: [PATCH] arch/i386/kernel/acpi.c: get rid of check_region and other small fixes/cleanups

2000-09-16 Thread Arnaldo Carvalho de Melo
Em Sat, Sep 16, 2000 at 10:49:08PM -0400, Jeff Garzik escreveu: > Applied, but... :) > > In reviewing your patch, I noticed more ugliness. Can you be convinced > to take care of these, too? yap, I'm adding it to my todo list. > In acpi_init(), it is possible for the function to error exit wit

Ethernet Driver for Built in Network Card

2000-09-16 Thread Craig Whitmore
Does anyone know what driver will work with the ethernet card in a New Intel motherboard   /proc/pci says its ..   PCI_DEVICE_ID_INTEL_82865   0x1227 PCI_VENDOR_ID_INTEL   0x8086   But I can't find any drivers for this device :-(   Its a 820 Motherboard I think.       Thanks

webcam II & kernel compiling

2000-09-16 Thread Joe
I have 2 questions. 1) Who is working on the webcam II cpia driver. Under NT I can get 15 to 25 fps, while Linux seems to be limited to 15 max. Is this a hard coded value in the lernel somewhere and is there plans for changing this? (I know that this is an experimental driver, but rebooting to

Re: PROBLEM: Segmentation fault [SIGSEGV] reading from /proc/tty/driver/serial

2000-09-16 Thread David Ford
There was a round of discussion about /proc.../serial back in May. It covered corruption and bad addresses. Although it didn't specifically say "I'm fixing the segmentation fault that some people are going to report", they did indeed discuss the bad data, smp locking, and etc precisely on serial

Re: Ethernet Driver for Built in Network Card

2000-09-16 Thread David Ford
Craig Whitmore wrote: > Does anyone know what driver will work with the ethernet card in a New > Intel motherboard /proc/pci says its .. > PCI_DEVICE_ID_INTEL_82865 > 0x1227PCI_VENDOR_ID_INTEL 0x8086 But I can't find any > drivers for this device :-( Its a 820 Motherboard I think. >

Re: 2.2.17 doesnt build on sparc64 with CONFIG_IP_PNP

2000-09-16 Thread David S. Miller
The fix is to change, in arch/sparc64/kernel/setup.c: if (!ic_set_manually) { to: if (ic_myaddr == INADDR_NONE) { Shows how much this facility is used on sparc64 :-) I'll send this fix off to Alan. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: sen

Re: Q: sock output serialization

2000-09-16 Thread Henner Eisen
Hi, > "Alan" == Alan Cox <[EMAIL PROTECTED]> writes: Alan> LAPB does not expect ever to see re-ordering. Its a point to Alan> point wire level MAC protocol. Yes, it was never designed for handling re-ordering because this cannot happen on a single wire (and for that reason it is no

Re: (reiserfs) Re: More on 2.2.18pre2aa2

2000-09-16 Thread Jamie Lokier
[EMAIL PROTECTED] wrote: > If we played some "zippy" music that would add to the "feel". Of > course, we could actually use benchmarks instead. Benchmarks, famed for their universal appeal :-) > And, to me, if kernel compiles take longer, I don't care how fast it "feels". A kernel compile _by i

Re: (reiserfs) Re: More on 2.2.18pre2aa2

2000-09-16 Thread yodaiken
On Sat, Sep 16, 2000 at 02:15:16PM +0200, Jamie Lokier wrote: > [EMAIL PROTECTED] wrote: > > > Sure the global system is slower. But the "interactive feel" is faster. > > > > Let's pop up little buttons to make it "feel" faster. > > If little buttons pop up quickly when I click on them, then ye

Re: Q: sock output serialization

2000-09-16 Thread kuznet
Hello! > scheduler may re-order frames It cannot, provided sender holds order until dev_queue_xmit(). Actually, it is true about all the schedulers, except for the cases, when reordering is allowed explicitly with special policing rules. > or drop them. Yes. And if you share _single_ device

Re: Q: sock output serialization

2000-09-16 Thread Alan Cox
> > With the current scheme, lapb first acknowleges reception of the frame > > and after that, netif_rx() might still discard it -- which is evil. > > This might screw things a bit. Can you defer to say first call > netif_rx() then acknowledge or is this hard-coded into the f/ware? I think its f

Re: Q: sock output serialization

2000-09-16 Thread Andi Kleen
On Sat, Sep 16, 2000 at 11:39:45PM +0200, Henner Eisen wrote: > int netif_would_drop(dev) > { > return (queue->input_pkt_queue.qlen > netdev_max_backlog) > || ( (queue->input_pkt_queue.qlen) && (queue->throttle) ) > } > > would fulfil those requirements. It would just be racy.

Re: Q: sock output serialization

2000-09-16 Thread Henner Eisen
Hi, > "kuznet" == kuznet <[EMAIL PROTECTED]> writes: kuznet> Hello! >> scheduler may re-order frames kuznet> It cannot, provided sender holds order until kuznet> dev_queue_xmit(). But if I set different skb->priority? ;) Well that would be my fault than .. >> or dro

Re: Q: sock output serialization

2000-09-16 Thread Henner Eisen
Hi, > "Alan" == Alan Cox <[EMAIL PROTECTED]> writes: >> However, for drivers which support intelligent controllers >> (with lapb in firmware) this is not an option and the problem >> will persist. Alan> 'Smart hardware is broken' repeat .. ;) - but yes its an Alan> issu

Re: Q: sock output serialization

2000-09-16 Thread jamal
Seems all the good network stuff gets discussed on l-k instead ;-< (hint: some people are not subscribed to l-k) On Sat, 16 Sep 2000, Henner Eisen wrote: > > What about a function to query the state of the backlog queue? > > Something like > > if(netif_would_drop(dev)){ > kfree_skb(s

<    1   2