Re: who is writing to disk

2000-12-08 Thread richardj_moore
One option, if there's no bespoke mechanism is to use DPorbes and or Linux Trace Toolkit to set up a trace of file system apis. You could also start with strace. Richard Moore - RAS Project Lead - Linux Technology Centre (PISC). http://oss.software.ibm.com/developerworks/opensource/linux

Re: Why is double_fault serviced by a trap gate?

2000-12-08 Thread richardj_moore
No no. That's that the whole point of a gate. You make a controlled transition to ring 0 including stack switching. There are complex protection checking rules, however as long as the DPL of the gate descriptor is 3 then ring 3 is allowed to make the transition to ring 0. A stack fault in user

Re: kernel BUG at buffer.c:827 in test12-pre6 and 7

2000-12-08 Thread David Woodhouse
[EMAIL PROTECTED] said: Can you test some more? In particular, I'd love to hear if this happens with vfat even without loopback, or with loopback even without vfat (make an ext2 filesystem or similar instead). That woul dnarrow down the bug further. Loopback-mounted iso9660 does it too.

ASUS CUR-DLS LSI SYM53C896 SCSI driver

2000-12-08 Thread Edouard Soriano
Hello guys, Configuring a new box based on ASUS CUR-DLS dual Pentium III, 1GB RAM and using the new LSI SYM53C896 SCSI interface. Question: How to get sym53c8xx and eepro100 activated at start-up procedure ? Thanks for your help. [EMAIL PROTECTED] Description: Version used is Linux 2.2.17

question about tulip patch to set CSR0 for pci 2.0 bus

2000-12-08 Thread Clayton Weaver
Shouldn't the setting of the CSR0 value for x86 switch between normal (0x01A08000) and cautious (0x01A04800) based on some notion of what generation of pci bus is installed rather than what cpu the kernel is compiled for? That's one thing that bothered me about the method that the .90 driver

Re: Signal 11

2000-12-08 Thread David Woodhouse
[EMAIL PROTECTED] said: Sounds like a X Server bug. You should probably contact XFree86, not linux-kernel I quote from the X devel list, which perhaps I shouldn't do but this is hardly NDA'd stuff: On Mon 20 Nov 2000, [EMAIL PROTECTED] said: I have seen random crashes on dual P3 BX

Re: Linux 2.2.18pre25

2000-12-08 Thread Willy Tarreau
I asked people to explain why it was needed. I am still waiting. It is a patch that does nothing. I will not put random deep magic into the kernel. Alan, I replied to you a few weeks ago (pre20 times) when you asked me why I was sending you this patch. (perhaps you didn't receive my email).

FS Corruption Again, with known cause, and solution...

2000-12-08 Thread Andre Hedrick
Okay gang, here is the skinny and it is fat and ugly! Sometime ago some braindead engineers, at an unamed company that developed the first DMA engine, thought it was a good idea to wack and stop the DMA engine if there was a transaction delay of 1 micro-second or more; regardless if the

Re: cramfs filesystem patch

2000-12-08 Thread Shane Nay
On Friday 08 December 2000 05:11, Daniel Quinlan wrote: Here's a patch for the cramfs filesystem. Lots of improvements and a new cramfsck program, see below for the full list of changes. It only modifies cramfs code (aside from adding cramfs to struct super_block) and aims to be completely

[found?] Re: kernel BUG at buffer.c:827 in test12-pre6 and 7

2000-12-08 Thread Alexander Viro
I'm doing some massive grepping (basically, audit of page locking), but nothing relevant so far. There was some catch (aside of documenting the thing and finding several completely unrelated buglets): * ramfs_writepage() doesn't UnlockPage(). Deadlock. *

2.2.18pre21: iput: device 08:0x inode xy still has aliases!

2000-12-08 Thread Petr Vandrovec
Hi, one of my friends uses 2.2.18-pre21 (packaged by Debian...) and when he run tripwire, he got: iput: device 08:07 inode 47215 still has aliases! iput: device 08:07 inode 47592 still has aliases! iput: device 08:07 inode 110279 still has aliases! iput: device 08:02 inode 62928 still has

Re: Why is double_fault serviced by a trap gate?

2000-12-08 Thread Maciej W. Rozycki
On Thu, 7 Dec 2000 [EMAIL PROTECTED] wrote: Which surely we can on today's x86 systems. Even back in the days of OS/2 2.0 running on a 386 with 4Mb RAM we used a taskgate for both NMI and Double Fault. You need only a minimal stack - 1K, sufficient to save state and restore ESP to a known

Re: Why is double_fault serviced by a trap gate?

2000-12-08 Thread Maciej W. Rozycki
On Thu, 7 Dec 2000, Richard B. Johnson wrote: I am not denying the possibility of "warm-booting", i.e., reloate some code to where there is a 1:1 physical to virtual translation, jump to the relocated code, disable paging, restart kernel code, and possibly examine what happened. You just

Re: New patches for 2.2.18pre24 raw IO (fix for bounce buffer copy)

2000-12-08 Thread Andrea Arcangeli
On Mon, Dec 04, 2000 at 08:50:04PM +, Stephen C. Tweedie wrote: I have pushed another set of raw IO patches out, this time to fix a This fix is missing: --- rawio-sct/mm/memory.c.~1~ Fri Dec 8 03:05:01 2000 +++ rawio-sct/mm/memory.c Fri Dec 8 03:57:48 2000 @@ -455,7 +455,7 @@

[patch-2.4.0-test12-pre7] another bugfix for microcode driver

2000-12-08 Thread Tigran Aivazian
Hi Linus, I have just found and fixed another bug in the driver -- the -ioctl() method would print "freed 0 bytes" when it actually freed 0, if the update has failed previously. The patch is cumulative, i.e. contains all the previous fixes I have sent to you in the last few days. Tested

PROBLEM: SO_DETACH_FILTER has no parameters, but is checked to have some

2000-12-08 Thread Alexander Riesen
Summary: SO_DETACH_FILTER does not accept any parameter, but code in sock.c check for it. Problem description: Trying to remove attached filter i got EINVAL (and the filter was left attached). The code setsockopt(fd, SOL_SOCKET, SO_DETACH_FILTER, 0, 0) is correct, but does work. Looking in

Re: PCI bridge setup weirdness

2000-12-08 Thread Ivan Kokshaysky
On Thu, Dec 07, 2000 at 10:46:08PM +, Russell King wrote: It appears to be caused by the pci_read_bridge_bases code copying the pointer to the resources instead of making a copy of the resources themselves. No, pci_read_bridge_bases() is obsoleted by new pci setup code. ;-) You have to

Unresolved symbol problem

2000-12-08 Thread sswapnee
Hello, I am new to linux world and currently learning to write device drivers and modules. This question might have been repeated many times on the list but I havent found any satisfactory answer in the archives hence I am posting this question again. While loading the module, the insmod

Re: Why is double_fault serviced by a trap gate?

2000-12-08 Thread Richard B. Johnson
On Fri, 8 Dec 2000 [EMAIL PROTECTED] wrote: No no. That's that the whole point of a gate. You make a controlled transition to ring 0 including stack switching. There are complex protection checking rules, however as long as the DPL of the gate descriptor is 3 then ring 3 is allowed to

[PATCH,preliminary] cleanup shm handling

2000-12-08 Thread Christoph Rohland
Hi Linus, here is my first shot for cleaning up the shm handling. It did survive some basic testing but is not ready for inclusion. The smp locking needs some review, shmem_file_setup needs cleanup, we probably want to have triple indirect blocks... But the basic concept seems to work. Oh,

Re: java (and possibly other threaded apps) hanging in rt_sigsuspend

2000-12-08 Thread Frank de Lange
Can you reproduce this without strace? I only see this problem when I run with 'strace -f' and java wants to exit (apart from that java works correctly). I don't see the dependency on the heap size here. Yes, I only started using strace when the problem became apperent. Java 1.3.0 does NOT

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread David Relson
At 11:54 PM 12/7/00, Jeff V. Merkey wrote: Linux today monitors this list. Some public education may be the best route. How do we post a security advisory warning people that will get posted? I'm sure folks see the DANGEROUS comments, but they don't seem to stick in their heads. Then they

Re: io_request_lock question (2.2)

2000-12-08 Thread Alan Cox
spin_lock_irq(io_request_lock); we finish the request and return to the add_request function which calls spin_unlock_irqrestore(io_request_lock,flags); and restores the flags. Isn't it possible now that the flags which we restore are out of date now? Is this idiom the

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread David Weinehall
On Fri, Dec 08, 2000 at 08:19:46AM -0500, David Relson wrote: At 11:54 PM 12/7/00, Jeff V. Merkey wrote: Linux today monitors this list. Some public education may be the best route. How do we post a security advisory warning people that will get posted? I'm sure folks see the DANGEROUS

Re: who is writing to disk

2000-12-08 Thread Alan Cox
My question then is, is there a (monitoring) tool that can tell me who is writing to disk? Or how I configure the kernel to know that? Monitoring tool - none that I know of. FInd can do a search and find all very new files. Most likely it's a combination of cruddy CD-ROM drives and magicdev.

Re: Signal 11

2000-12-08 Thread Alan Cox
Various processes have been getting random signals after heavy CPU usage. Playing an MPEG movie, kernel compile, or even just some small apps compiling sometimes. Just for the record, this isn't an OOM situation, I've watched this box with half its memory free or in buffers left unattended,

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Alan Cox
somewhere in the thousands. Is NTFS write stable enough now in 2.4 to fix these problems, if so, can we DISABLE by REMOVING write code in the It says DANGEROUS in big letters on the configuration option. We are now down to the level of people who don't understand 'smoking kills you' in big

Re: 2.2.18pre21 oops reading /proc/apm

2000-12-08 Thread Alan Cox
I compiled the Debian distribution of 2.2.18pre21 source on and for a AcerNote-950, with APM enabled. All is fine except that I can reliably "oops" it simply by trying to read from /proc/apm (e.g. cat /proc/apm). oops output and ksymoops-2.3.4 output is attached. Is there anything

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Alan Cox
Agree. We need to disable it, since folks do not read the docs (obviously). Of course, we could leave it on, and I could start charging money for these tools -- there's little doubt it would be a lucrative business. Perhaps this is what I'll do if the numbers of copies keeps growing.

Re: Signal 11

2000-12-08 Thread Alan Cox
wrong with it. I've only seen this under 2.3.x/2.4 SMP kernels. I would say that this is definitely a kernel problem.=20 XFree86 3.9 and XFree86 4 were rock solid for a _long_ time on 2.[34] kernels - even on my BP6=B9. The random crashes started to happen when = I upgraded my

Re: Linux 2.2.18pre25

2000-12-08 Thread Alan Cox
my server currently works with that patch, but I'm sure it won't boot anymore if I apply this 2.2.18pre25 alone. Some days I don't know why I bother just in case, here it is again. It doesnt even apply - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: patch: test12-pre7 cd stuff

2000-12-08 Thread Miles Lane
Hi Jens, I have tested your latest stuff (cd-2) with the CD that was causing problems before. The problems still occur. The CD plays fine, but I get the following errors in my /var/log/messages: Dec 8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { DriveReady SeekComplete

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Rik van Riel
On Fri, 8 Dec 2000, Alan Cox wrote: I am very firmly against removing something because people do not read manuals, what is next fdisk , mkfs ?. I must say I like the CONFIG_MORON though. By setting that the (l)user exposes his true identity and leaves little for us to doubt ;) Added to the

Re: PCI bridge setup weirdness

2000-12-08 Thread Benjamin Herrenschmidt
No, pci_read_bridge_bases() is obsoleted by new pci setup code. ;-) You have to set up bus resources properly in pcibios_fixup_bus(). For a single root bus configuration, you don't need to do anything with the root bus itself - its resources already point to ioport_resource and iomem_resource,

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Jan-Benedict Glaw
On Fri, Dec 08, 2000 at 02:43:42PM +0100, David Weinehall wrote: On Fri, Dec 08, 2000 at 08:19:46AM -0500, David Relson wrote: At 11:54 PM 12/7/00, Jeff V. Merkey wrote: No amount of warnings can prevent morons from f**king up. Unix gives you enough rope et al. I'm not arguing for removal

K6-2+ and MSR registers (PowerNOW)

2000-12-08 Thread Janne Pänkälä
Bought myself this new CPU that is mainly available for laptops. I have Tyan S1590 board which BIOS won't POST if I set cpu speed (it's 500Mhz chip) 300Mhz. This won't matter much in windows since I can there use graphical utility which allows one to set whe CPU clock multiplier in flight as 2.0

BIOS / kernel vrt IDE DMA

2000-12-08 Thread Guennadi Liakhovetski
Hello all I posted on this subject before, but this time I just would like to receive an answer to the question - BIOS or kernel - who rules? So, the question: is it either 1) there ARE situations when BIOS's inability to support DMA for IDE cannot be fixed by the software or 2) it IS always

Re: patch: test12-pre7 cd stuff

2000-12-08 Thread Jens Axboe
On Fri, Dec 08 2000, Miles Lane wrote: Hi Jens, I have tested your latest stuff (cd-2) with the CD that was causing problems before. The problems still occur. The CD plays fine, but I get the following errors in my /var/log/messages: Dec 8 06:05:29 agate kernel: hdc: packet command

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Mohammad A. Haque
You know, couldn't we do something like prompting the (l)user with an disclaimer/agreement or something when selecting the option or maybe even when doing a make dep? They'd prolly blast through it without reading (You don't think they read teh MS agreement when istalling windows do you?) but I

Re: [PATCH] NTFS repair tools

2000-12-08 Thread Jeff Garzik
Peter Samuelson wrote: [Jeff Merkey] Please consider the attached patch to make it a little bit harder for folks to enable NTFS Write Support under Linux until it can get fixed properly. Hey! It was a joke! A better way would be just to comment out the CONFIG_NTFS_RW line entirely.

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Richard B. Johnson
On Fri, 8 Dec 2000, Rik van Riel wrote: On Fri, 8 Dec 2000, Alan Cox wrote: I am very firmly against removing something because people do not read manuals, what is next fdisk , mkfs ?. I must say I like the CONFIG_MORON though. By setting that the (l)user exposes his true identity and

Re: D-LINK DFE-530-TX

2000-12-08 Thread Jeff Garzik
Peter Horton wrote: On Wed, Dec 06, 2000 at 07:44:02PM -0500, Mike A. Harris wrote: Which ethernet module works with this card? 2.2.17 kernel If the PCI device ID is 3065 then it's via-rhine, but not supported by the driver in the kernel. Get updated via-rhine from Donald Becker's

Re: patch: test12-pre7 cd stuff

2000-12-08 Thread David Howells
Dec 8 06:05:29 agate kernel: hdc: packet command error: status=0x51 { DriveReady SeekComplete Error } Dec 8 06:05:29 agate kernel: hdc: packet command error: error=0x50 Dec 8 06:05:29 agate kernel: ATAPI device hdc: Dec 8 06:05:29 agate kernel: Error: Illegal request -- (Sense

Re: question about tulip patch to set CSR0 for pci 2.0 bus

2000-12-08 Thread Jeff Garzik
Clayton Weaver wrote: Shouldn't the setting of the CSR0 value for x86 switch between normal (0x01A08000) and cautious (0x01A04800) based on some notion of what generation of pci bus is installed rather than what cpu the kernel is compiled for? That's one thing that bothered me about the

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread David Woodhouse
[EMAIL PROTECTED] said: They'd prolly blast through it without reading (You don't think they read teh MS agreement when istalling windows do you?) but I bet we could argue that they accepted the agreement to protect us. tristate 'NTFS file system support (read only)' CONFIG_NTFS_FS

Re: [PATCH,preliminary] cleanup shm handling

2000-12-08 Thread David Howells
here is my first shot for cleaning up the shm handling. It did survive some basic testing but is not ready for inclusion. Can you help me with an SHM related problem? I'm currently writing a Win32 emulation kernel module to help speed Wine up, and I'm writing the file mapping support stuff

Re: Linux 2.2.18pre25

2000-12-08 Thread willy tarreau
It doesnt even apply sorry Alan, I think it's because I had to copy/paste it with my mouse under X into my browser (I don't have smtp access here at work), and it applies here with a -12 lines offset... Here it is attached for 2.2.18pre25, but since the raid server is running now (under

rage 128 mobility m/p and kernel DRI

2000-12-08 Thread Barry Smoke
Is there a development kernel with DRI for the ati rage 128 mobility m/p processor? DRI is available for the rage 128, but it is not working on this chipset. This seems to be the only way to get hardware acceleration working on XFree86 4.0, without reverting back to 3 The attempted compile of

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread David S. Miller
Date:Fri, 08 Dec 2000 15:46:59 +0100 From: Fabien Ribes [EMAIL PROTECTED] Looking at Linux kernel sources, I've found RFC1122 status splitted in each file. Is there a complete document showing RFC1122 status as a whole for a given kernel version ? No, unfortunately nobody

Re: Kernel Development Documentation?

2000-12-08 Thread Daniel Phillips
On Fri, 08 Dec 2000, Alan Cox wrote: Is there a project underway that documents how things like the VM, the Memory Manger, what a a specific driver needs to do, what it needs to return, how it is called, what do all those files in arch/whatever do? Are there bits and pieces Of course we

Re: Kernel Development Documentation?

2000-12-08 Thread Jeff Garzik
Daniel Phillips wrote: On Fri, 08 Dec 2000, Alan Cox wrote: For the kernel stuff there is a project to put documentation about functions and what they do inline into the kernel. Its slow progress. Trying to do anything formal and structured isnt going to be productive until the

Re: ASUS CUR-DLS LSI SYM53C896 SCSI driver

2000-12-08 Thread Dan Egli
easiest way I can think of is to compile them into the kernel, not as modules. Thus as soon as the kernel boots, they are active in memory. -- Dan Egli -- Network Administrator / President -- Frankenstein Computers -- 801-671-7875 - Original Message - From: "Edouard Soriano" [EMAIL

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Michael H. Warfield
On Fri, Dec 08, 2000 at 03:34:09PM +0100, Jan-Benedict Glaw wrote: [...] Maybe that can prevent pupils^H^H^H^H^Heople from shooting their foots... Nothing can "prevent" them from shooting themselves in the foot, even taking away their guns and ammunition (removing it from the

Re: Kernel Development Documentation?

2000-12-08 Thread Tigran Aivazian
On Fri, 8 Dec 2000, Daniel Phillips wrote: Tigran Aivazian has been preparing 'Linux Kernel Internals' which is *highly recommended* and 100% free. in case he is curious where to find it: http://www.moses.uklinux.net/patches/lki.html (or .sgml for master source). Interestingly, the main

[PATCH] 2.2.x Fixes for stackable filesystems

2000-12-08 Thread William Taber
Linus, Alan, I am resubmitting this patch for inclusion in the 2.2.x tree because I received no response to my initial submission. This patch has been tested this on 2.2.14-2.2.17. At Usenix last summer, Stephen Tweedie and Ted T'so looked at it and saw no problems with it (which is why I

Re: linux-2.4.0-test11 and sysklogd-1.3-31

2000-12-08 Thread Georg Nikodym
"KO" == Keith Owens [EMAIL PROTECTED] writes: KO You only removed the module symbol handling. The problem is that KO the entire klogd oops handling is out of date and broken. I KO recommend removing all oops processing from klogd, which means KO that klogd does not need any symbols nor

Re: Signal 11

2000-12-08 Thread Matthew Vanecek
Peter Samuelson wrote: [Dick Johnson] Do: char main[]={0xff,0xff,0xff,0xff}; Oh come on, at least pick an *interesting* invalid opcode: char main[]={0xf0,0x0f,0xc0,0xc8};/* try also on NT (: */ me2v@reliant DRFDecoder $ ./op Illegal instruction (core dumped) Is that the

[PATCH] for YMF PCI sound cards

2000-12-08 Thread Pavel Roskin
Hello! Description of the changes: Changed logic in drivers/sound/Config.in so that both drivers for YMF PCI can be compiled as modules, but neither of them is enabled if the other one is linked into the kernel (just like the UHCI drivers). Don't use ENOTTY in the ioctl routine in

Re: Signal 11

2000-12-08 Thread Matthew Vanecek
[EMAIL PROTECTED] wrote: On Thu, 7 Dec 2000, Jeff V. Merkey wrote: I think there may be a case when a process forks, that the MMU or some other subsystem is either not setting the page bits correctly, or mapping in a bad page. It's a LEVEL I bug in 2.4 is this is the case, BTW. In

Linux 2.4.0-test12-pre7 LVM .9 vs .8final

2000-12-08 Thread Ricardo Muggli
I have noticed that Linux 2.4.0-test12-pre7 still comes with .8final. Is there a plan to have .9 incorporated at some future time into the stock 2.4 kernels? Will this happen before 2.4 comes out? Also is there a transition path between .8final and .9? (short of save everything to tape and

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Andi Kleen
On Fri, Dec 08, 2000 at 07:41:22PM +0300, [EMAIL PROTECTED] wrote: /** *kfree_skb - free an sk_buff *@skb: buffer to free * *Drop a reference to the buffer and free it if the usage count has *hit zero. */ People, who need _literal_ translation from C to English to

Re: Signal 11

2000-12-08 Thread Richard B. Johnson
On Fri, 8 Dec 2000, Matthew Vanecek wrote: Peter Samuelson wrote: [Dick Johnson] Do: char main[]={0xff,0xff,0xff,0xff}; Oh come on, at least pick an *interesting* invalid opcode: char main[]={0xf0,0x0f,0xc0,0xc8};/* try also on NT (: */ me2v@reliant

Re: Why is double_fault serviced by a trap gate?

2000-12-08 Thread Richard B. Johnson
On Fri, 8 Dec 2000 [EMAIL PROTECTED] wrote: Actually what you are pointing out here is the differing needs for differing uses. Real-time, embedded systems etc have different requirements or at lest different priorities to enterprise usage. I'm coming from the enterprise server angle -

Pthreads, linux, gdb, oh my! (fwd)

2000-12-08 Thread Peter Berger
Hi. I have the following tiny test program which fails dramatically, using pthreads, in a number of fascinating ways on various version of linux, using various versions of glibc, under various (current) versions of GDB. I am honestly not sure if this is a linux bug, a glibc bug, or a gdb bug,

Re: Linux 2.2.18pre25

2000-12-08 Thread Martin Kacer
On Thu, 7 Dec 2000, Alan Cox wrote: # Ok we believe the VM crash looping printing error messages is now fixed. # Marcelo finally figured it out and my 8Mb 486 has been running 2.2.18pre # with that fix and stably[1]. Unfortunately, I don't think it is fixed. We maintain a heavy loaded

System.map with symbols from discarded sections

2000-12-08 Thread Peng Dai
Quite a few functions in the 2.3 kernels and up are marked as __exit. This puts the functions in the .text.exit section that is marked as DISCARD in vmlinux.lds. It turns out that if the function is static, ld never puts it into the symbol table of vmlinux; however, if the function is global, ld

Re: 2.4.0-test12-pre7 [ymfpci doesn't survive suspend to disk]

2000-12-08 Thread Simon Huggins
Hi, On Wed, Dec 06, 2000 at 05:29:14PM -0800, Linus Torvalds wrote: - test7: - Kai Germaschewski: ymfpci cleanups and resource leak fixes - pre5: - Jaroslav Kysela: ymfpci driver Just tried this out on my laptop and it played and didn't give strange messages that Pete's driver did

Re: Linux 2.2.18pre25

2000-12-08 Thread Alan Cox
as soon as I can reboot it, I promise I will test the kernel with and without the patch to be really sure. but before that, if people who have problems with megaraid/netraid could give it a try, that would be cool. Also, it would be nice if people for which the normal megaraid driver works

Re: Linux 2.2.18pre25

2000-12-08 Thread Alan Cox
Some days I don't know why I bother Bad day, Alan? ;) Umm no but having people _keep_ sending you do nothing patches gets annoying after a while ;) reading the patch, it makes sense. It probably does about the same as Willy's patch, but the "right" way by using pci_resource_start() which

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Alan Cox
BTW what is this? It is just a question, I missed even the moment, when these things appeared: It allows us to generate man9 sets for that part of the kernel and other documentation sets Well, I am a fossil, of course, and like to read sources printed on paper and all these pretentions to

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Alan Cox
Well, I am a fossil, of course, and like to read sources printed on paper and all these pretentions to convert readbale text to hypertext irritate me. But such deep thoughts eat even more expensive space on screen! So write a 4 line perl script to filter them out before printing ?

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Fabien Ribes
Andi Kleen a écrit : On Fri, Dec 08, 2000 at 06:54:28AM -0800, David S. Miller wrote: Date: Fri, 08 Dec 2000 15:46:59 +0100 From: Fabien Ribes [EMAIL PROTECTED] Looking at Linux kernel sources, I've found RFC1122 status splitted in each file. Is there a complete

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Andi Kleen
On Fri, Dec 08, 2000 at 05:19:30PM +0100, Fabien Ribes wrote: Andi Kleen a écrit : On Fri, Dec 08, 2000 at 06:54:28AM -0800, David S. Miller wrote: Date: Fri, 08 Dec 2000 15:46:59 +0100 From: Fabien Ribes [EMAIL PROTECTED] Looking at Linux kernel sources, I've

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Andi Kleen
On Fri, Dec 08, 2000 at 06:54:28AM -0800, David S. Miller wrote: Date: Fri, 08 Dec 2000 15:46:59 +0100 From: Fabien Ribes [EMAIL PROTECTED] Looking at Linux kernel sources, I've found RFC1122 status splitted in each file. Is there a complete document showing RFC1122 status

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread David S. Miller
Date: Fri, 8 Dec 2000 16:31:54 +0100 From: Andi Kleen [EMAIL PROTECTED] On Fri, Dec 08, 2000 at 06:54:28AM -0800, David S. Miller wrote: No, unfortunately nobody has the time to do this. The RFC evaluation is also out of date and should be either redone or removed. I agree,

Re: Pthreads, linux, gdb, oh my! (fwd)

2000-12-08 Thread Alan Cox
I have seen two failure modes: on my machine (linux 2.2.5-22, glibc 2.1.1), when run under gdb 5.0, the created pthreads stick around as glibc 2.1.1 definitely has problems with several bits of pthreads. You want 2.1.3 or higher I believe. zombies until the machine runs out of resources.

Re: Linux 2.2.18pre25

2000-12-08 Thread Alan Cox
We aplied 2.2.18pre25 patch yesterday hoping it could solve it. The only difference is that the server reached several hours uptime instead of 40 minutes (with pre24). After two hours of load between 6.00 and 15.00 the console was flooded with those unpopular messages ("VM: ..."). The

Re: 2.4.0-test12-pre7 [ymfpci doesn't survive suspend to disk]

2000-12-08 Thread Alan Cox
However when I then suspended the machine and resumed it sound no longer worked. In fact the mpg123 that I used to test it after the resume is now just sitting there. The driver does not currently support power management. In fact whoever hacked on the include files went and put __init in

On running user mode helpers

2000-12-08 Thread Jonathan Corbet
I see we have a new "call_usermodehelper" routine now. It looks like the end result is similer to exec_usermodehelper, except that you no longer need to mess with creating kernel threads yourself. Is call_usermodehelper now the officially blessed way for kernel code to run something in user

Re: Linux 2.2.18pre25

2000-12-08 Thread Martin Kacer
On Fri, 8 Dec 2000, Alan Cox wrote: # Is there any chance to get rid of these VMM failures? # By finding them. :-) I am not so familiar with MM in Linux. :^( And do not have enough time for intensive study... Although I would probably like that work... # Are you confident you are

Re: Signal 11

2000-12-08 Thread Peter Samuelson
[Dick Johnson] char main[]={0xf0,0x0f,0xc0,0xc8};/* try also on NT (: */ me2v@reliant DRFDecoder $ ./op Illegal instruction (core dumped) Yep. And on early Pentinums, the ones with the "f00f" bug, it would lock the machine tighter than a witches crotch. Ooops, not politically

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Jeff Garzik
"Jeff V. Merkey" wrote: On Fri, Dec 08, 2000 at 02:00:29PM +, Alan Cox wrote: Agree. We need to disable it, since folks do not read the docs (obviously). Of course, we could leave it on, and I could start charging money for these tools -- there's little doubt it would be a

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Jeff V. Merkey
On Fri, Dec 08, 2000 at 02:00:29PM +, Alan Cox wrote: Agree. We need to disable it, since folks do not read the docs (obviously). Of course, we could leave it on, and I could start charging money for these tools -- there's little doubt it would be a lucrative business. Perhaps this

Re: [Fwd: NTFS repair tools]

2000-12-08 Thread Jeff V. Merkey
On Fri, Dec 08, 2000 at 12:42:45PM -0500, Jeff Garzik wrote: "Jeff V. Merkey" wrote: We don't need any messages. If (DANGEROUS) is not sufficient, then disable the feature unconditionally. Someone hacking on the code will be smart enough to enable the stuff while they are debugging.

Serial cardbus code.... for testing, please.....

2000-12-08 Thread tytso
I haven't been able to get PCMCIA working under Linux 2.4 with any kind of serial devices (Cardbus or normal ISA), at least not reliably, on my Vaio 505TX. I've tried both yenta_socket and i82365. It works about one time in ten, but I've never figured out what causes it to work or not work.

Re: [PATCH] NTFS repair tools

2000-12-08 Thread Jeff V. Merkey
On Fri, Dec 08, 2000 at 07:37:55AM +, Anton Altaparmakov wrote: Hearing how many people trash their partition I would agree to comment out the NTFS write option altogether. I will make a patch for both 2.4.0-testX and 2.2.18latest and send them off to Linus/Alan over the weekend if no

Re: Linux 2.2.18pre25

2000-12-08 Thread Andrea Arcangeli
On Fri, Dec 08, 2000 at 06:02:57PM +0100, Martin Kacer wrote: Is there any chance to get rid of these VMM failures? You should apply this patch on top of 2.2.18pre25: ftp://ftp.us.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.18pre25/VM-global-2.2.18pre25-7.bz2 It

[PATCH] Re: kernel BUG at buffer.c:827 in test12-pre6 and 7

2000-12-08 Thread Alexander Viro
Folks, see if the following patch helps. AFAICS it closes a pretty real race - we could call block_write_full_page() for a page that has sync IO in progress and blindly change -b_end_io callbacks on the bh with pending requests. With a little bit of bad luck they would complete before we got to

Re: Linux 2.2.18pre25

2000-12-08 Thread Philipp Rumpf
On Fri, Dec 08, 2000 at 10:47:46AM +0100, Willy Tarreau wrote: |Bus 0, device 2, function 1: | Unknown class: Intel OEM MegaRAID Controller (rev 5). |Medium devsel. Fast back-to-back capable. BIST capable. IRQ 10. Master Capable. Latency=64. |Prefetchable 32 bit memory at

Re: io_request_lock question (2.2)

2000-12-08 Thread Matthew Jacob
spin_lock_irq(io_request_lock); we finish the request and return to the add_request function which calls spin_unlock_irqrestore(io_request_lock,flags); and restores the flags. Isn't it possible now that the flags which we restore are out of date now? Is this idiom

Re: [PATCH,preliminary] cleanup shm handling

2000-12-08 Thread Linus Torvalds
On 8 Dec 2000, Christoph Rohland wrote: here is my first shot for cleaning up the shm handling. It did survive some basic testing but is not ready for inclusion. The only comment I have right now is that you probably should not mark the page dirty in "nopage" - theoretically somebody

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Pete Zaitcev
Date: Fri, 8 Dec 2000 11:41:07 -0500 (EST) From: Pavel Roskin [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED], Pete Zaitcev [EMAIL PROTECTED], Jaroslav Kysela [EMAIL PROTECTED] --- ./drivers/sound/Config.in Thu Dec 7 10:59:06 2000 +++ ./drivers/sound/Config.in Fri

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Andi Kleen
On Fri, Dec 08, 2000 at 07:28:15AM -0800, David S. Miller wrote: Date: Fri, 8 Dec 2000 16:31:54 +0100 From: Andi Kleen [EMAIL PROTECTED] On Fri, Dec 08, 2000 at 06:54:28AM -0800, David S. Miller wrote: No, unfortunately nobody has the time to do this. The RFC evaluation

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Jaroslav Kysela
On Fri, 8 Dec 2000, Pete Zaitcev wrote: +++ ./drivers/sound/ac97_codec.cThu Dec 7 11:00:44 2000 @@ -61,6 +61,7 @@ } ac97_codec_ids[] = { {0x414B4D00, "Asahi Kasei AK4540 rev 0", NULL}, {0x414B4D01, "Asahi Kasei AK4540 rev 1", NULL}, + {0x41445303, "Yamaha YMF"

Re: [PATCH] Re: kernel BUG at buffer.c:827 in test12-pre6 and 7

2000-12-08 Thread Linus Torvalds
On Fri, 8 Dec 2000, Alexander Viro wrote: Fix: postpone changing -b_end_io until the call of ll_rw_block(); if by the time of ll_rw_block() some fragments will still have IO in progress - wait on them. Comments? Yes. On the other hand, I have this suspicion that there is an even

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread kuznet
Hello! They irritated you so much that you only noticed after six months ? I really edit and even read skbuff.h not every day and even not every month. Is this bad? 8) "Irritated" is wrong word. "To get a scare" is closer to truth. Alexey - To unsubscribe from this list: send the line

Kernel oops 2.2.17

2000-12-08 Thread Jean-Francois Nadeau
Hi, We run a heavily accessed Apache 1.3.6 Web server on a Redhat 6.0 distro over 2.2.17. We upgraded from 2.2.16 and I now got some kernel oops. System is : AMD Athlon 600 Mhz. 512 MB RAM. gcc version egcs-2.91.66 glibc 2.1.3-21 Kernel tweaks : echo 1 /proc/sys/net/ipv4/tcp_syncookies

Re: Networking: RFC1122 and 1123 status for kernel 2.4

2000-12-08 Thread Christoph Hellwig
In article [EMAIL PROTECTED] you wrote: BTW what is this? It is just a question, I missed even the moment, when these things appeared: It allows us to generate man9 sets for that part of the kernel and other documentation sets That could even be automated when this little patch (against

Re: Signal 11

2000-12-08 Thread Dr. Kelsey Hudson
On Thu, 7 Dec 2000, Peter Samuelson wrote: [Dick Johnson] Do: char main[]={0xff,0xff,0xff,0xff}; Oh come on, at least pick an *interesting* invalid opcode: char main[]={0xf0,0x0f,0xc0,0xc8}; /* try also on NT (: */ What's funny, is that this actually executes on SPARC

Re: [PATCH] Re: kernel BUG at buffer.c:827 in test12-pre6 and 7

2000-12-08 Thread Linus Torvalds
On Fri, 8 Dec 2000, Alexander Viro wrote: Erm... So you want to make -commit_write() page-unlocking? Fine with me, but that will make for somewhat bigger patch. Hey, _you_ are in position to change the locking rules, freeze or not, so if it's OK with you... No. Read the code a bit more.

  1   2   3   4   5   >