Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Alexander Viro
On 6 Sep 2000, Henrik [ISO-8859-1] Størner wrote: In [EMAIL PROTECTED] Linus Torvalds [EMAIL PROTECTED] writes: How about this patch? NOTE NOTE NOTE! I'm on my way home now to be a family man, so I've not actually tested it AT ALL. You have been warned. "When in doubt, always mount

Re: 2.2 / 2.4 ethernet detection order

2000-09-06 Thread Pekka Riikonen [Adm]
On Tue, 5 Sep 2000, Andries Brouwer wrote: : I described the cause on Mon, 14 Aug 2000, and soon afterwards : [EMAIL PROTECTED] sent a corrected (I hope - didnt check) : patch to l-k. (Look for: Pekka Riikonen, Re: devfs / eth micro-problems) : : I see that this patch didnt make it into

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Kai Henningsen
[EMAIL PROTECTED] (Martin Dalecki) wrote on 06.09.00 in [EMAIL PROTECTED]: Alexander Viro wrote: On Wed, 6 Sep 2000, Martin Dalecki wrote: Easy - the same way you do for cross compilation. Basically just: export CC=g++ --some-magic-long-option-i-dont-remember; make ... and

Re: Bug Report: Kernel 2.4.0-test7 - Floppy Drive?

2000-09-06 Thread Mike A. Harris
On Wed, 6 Sep 2000, S.J. Black wrote: Of all the bugs i've run into, this is one of the oddest. Hopefully, i've a) got all the req'd information here and b)a hope of finding a solution/workaround/a facsimile thereof to the problem. System Spec's: K6-2/500 64 MB RAM

Re: [PATCH] devfs support for LVM

2000-09-06 Thread David Ford
Christoph Hellwig wrote: + lvm_devfs_handle = devfs_register( + 0 , "lvm", 0, 0, LVM_CHAR_MAJOR, Does this really have to go into /dev rather than a subdirectory? Yes. The userlevel tool can't handle other things without recompiling. I can't use /dev/lvm, too because

Re: Remarks about sigtestsetmask()

2000-09-06 Thread Alan Cox
1. This function is only used in the poorly maintained ftape driver. The usage there isn't appriopriate for modern kernels. The ftape driver isnt exactly poorly maintained. Its just not integrated into 2.3/2.4. Ftape 4.0 is still elsewhere - To unsubscribe from this list: send the line

Processes still get stuck when killed with -9

2000-09-06 Thread David Ford
# pse|grep defunct 7854 [gftp defunct] exit_notify 7855 [gftp defunct] exit_notify 31281 [xmms defunct] exit_notify 31282 [xmms defunct] exit_notify 31285 [xmms defunct] exit_notify 31717 [xmms defunct] exit_notify test8-pre5 -d -- "The difference between 'involvement' and 'commitment' is

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alan Cox
As readability - it's definitely at least as readable as #if[def]. It also provides more consistent syntax. And when you are using ifdef to violate scoping - your code is in need of rewrite anyway. You still need the #ifdef stuff as well for half of it so I dont see what it buys you -

[PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Joshua Uziel
Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build without modules (as I do on some of my SPARCs)... this change was made in 2.4.0-test8-pre5... drivers/scsi/scsidrv.o: In function `init_sr': drivers/scsi/scsidrv.o(.text+0x1ece8):

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Dan Aloni
On Wed, 6 Sep 2000, Peter Samuelson wrote: - VIA ide driver update (well, rewrite - the old one was buggy and broken) Can someone explain this line from the VIA update? #define FIT(v,min,max) (((v)(max)?(max):(v))(min)?(min):(v)) Barring side effects on the variables, it is

Re: eepro100 trouble

2000-09-06 Thread Andrey Savochkin
On Tue, Sep 05, 2000 at 12:35:16PM -0400, Kernel Related Emails wrote: Has this been integrated into the 2.4.0-testX kernels? And if so which version? No, it hasn't. A version with a workaround is at ftp://ftp.sw.com.sg/pub/Linux/people/saw/kernel/v2.3/ It has been submitted it to Linus, but

Clearing of Ram?

2000-09-06 Thread Frank Peters
Hi all When I'm in user mode and malloc ram this portion of ram is cleared (zeroed) or? i think it is! My question is who cleared it the kernel or the malloc function in glibc?? (i found some code in glibc but nothing in kernel) thx mfg Frank Peters - To unsubscribe from this list: send

Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS forLinux

2000-09-06 Thread Mike A. Harris
On Tue, 5 Sep 2000, Jeff V. Merkey wrote: "Mike A. Harris" wrote: Here Mike, we need to update your email signature block to reflect your new avocation (this is where I try to be your mega-buddy). I think the reason I'm so obtuse is that God gave me such a thick skin (or perhaps a thick

Re: pagecache sysctl ignored? (fwd)

2000-09-06 Thread Thomas Köhler
On Wed, Sep 06, 2000 at 12:52:42PM +0100, Tigran Aivazian [EMAIL PROTECTED] wrote: argggh couldn't they keep the rutgers.edu to be valid... or keep redhat.com - it's much easier to remember than kernel.org :) redhat.com easier to remember than kernel.org? We're talking bout the kernel

Re: Quick memory corruption with cramfs

2000-09-06 Thread Pavel Machek
Hi! Is anyone using cramfs? We use cramfs everyday at http://handhelds.org with Linux 2.4.0-test6-rmk1-np2-hh1. We have no problems. I use test4-pre3 from linux-vr tree. I copy cramfs image from nfs onto /dev/ram0, then mount it. It mounts, and first few accesses are okay, but then

Multiple Keyboards in 2.2/2.4?

2000-09-06 Thread Nicholas Towers
Is it / will it be possible to run multiple, or at least two keyboards before the new linux console code in 2.5? What we would like to do is to run multiple user sessions off a single machine. Using either Dualhead graphics cards, or simply using two graphics cards, the display is not a problem

Re: [PATCH] devfs support for LVM

2000-09-06 Thread Chris Meadors
On Tue, 5 Sep 2000, Richard Gooch wrote: Yes. The userlevel tool can't handle other things without recompiling. Don't worry about that. I can add a rule to devfsd so it creates appropriate compatibility entries. But the userlevel tool needs fixed too. Recompiling is fine, as long as it

Re: Clearing of Ram?

2000-09-06 Thread Ingo Molnar
On Wed, 6 Sep 2000, Frank Peters wrote: My question is who cleared it the kernel or the malloc function in glibc?? (i found some code in glibc but nothing in kernel) thx it's the second clear_user_highpage() in mm/memory.c that does the page clearing in the typical malloc()-ed memory case.

Re: Remarks about sigtestsetmask()

2000-09-06 Thread Martin Dalecki
Alan Cox wrote: 1. This function is only used in the poorly maintained ftape driver. The usage there isn't appriopriate for modern kernels. The ftape driver isnt exactly poorly maintained. Its just not integrated into 2.3/2.4. Ftape 4.0 is still elsewhere This is wrong, since last

Re: [patch]2.4.0-test6 spinlock preemption patch

2000-09-06 Thread Andrew Morton
George Anzinger wrote: This patch, for 2.4.0-test6, allows the kernel to be built with full preemption. Neat. Congratulations. ... The measured context switch latencies with this patch have been as high as 12 ms, however, we are actively working to isolate and fix the areas of the

Re: [PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 06, 2000 at 02:42:02AM -0700, Joshua Uziel escreveu: Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build without Nope, I didn't touched this, Jens? - Arnaldo modules (as I do on some of my SPARCs)... this change

Re: [PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Jens Axboe
On Wed, Sep 06 2000, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 06, 2000 at 02:42:02AM -0700, Joshua Uziel escreveu: Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build without Nope, I didn't touched this, Jens? Yeah, this

Fwd: ACPI I4L irq confilct: bug reporting on kernel 2.4.0-test8-pre4

2000-09-06 Thread Guido Trentalancia
Hi ! This is a bug reporting, included are the output of various /proc file on my system: Motherboard: ASUS P2B-F with the latest bios bx2f113.awd (microcode update) ISDN: Winbond based card (Hisax type=36) Distribution: based on updated SuSE 6.4 The problem is that if I compile the kernel

Re: scheduler policy question

2000-09-06 Thread George Anzinger
Hubert Tonneau wrote: Benchmarking Pliant (http://pliant.cx/) semaphores led to unexpectedly low results. The problem to either kernel bad features or bugs in my program since Pliant uses no glue library such as glibc: it calls directly kernel funtions. Not enough scheduling problem:

RE: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for Linux

2000-09-06 Thread Mike Jagdis
What IS this urge to be handicapped when trying to debug the most important pieces of what gets delivered on the distribution CDROMs. Is it, "I'm so hairy chested that I can code with one metaphorical arm tied behind my equally cliched back?" There are those that like to visualize things

Re: [PATCH] devfs support for LVM

2000-09-06 Thread Christoph Hellwig
On Wed, Sep 06, 2000 at 03:48:53PM +, Heinz J. Mauelshagen wrote: I can add a patch that does full-blown devfs checking to the tools, but this needs a lot of work. Actually changing the tools to recognize devfs seems fairly simple. I am already working on it. _But_ the LVM Metadata

Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for Linux

2000-09-06 Thread Horst von Brand
"J. Dow" [EMAIL PROTECTED] said: [...] I note again that the same arguement applies vis a vis printk and desk checks with a paper and pencil. The printk leverages the capable person's time. The kernel debugger leverages the capable person's time. What IS this urge to be handicapped when

Re: [PATCH] devfs support for LVM

2000-09-06 Thread Heinz J. Mauelshagen
On Wed, Sep 06, 2000 at 04:02:15PM +0200, Christoph Hellwig wrote: On Wed, Sep 06, 2000 at 03:48:53PM +, Heinz J. Mauelshagen wrote: I can add a patch that does full-blown devfs checking to the tools, but this needs a lot of work. Actually changing the tools to recognize devfs

Re: Linux 2.2 - BSD/OS 4.1 ARP incompatibility

2000-09-06 Thread Matthew Kirkwood
On Mon, 4 Sep 2000, Andi Kleen wrote: /proc/sys/net/ipv4/\"correct\"_arp_reply_interface_selection It is called arpfilter. Here is the old 2.2.16 version (applies to 2.4 with minor changes) It is useful for various things, one of them being automatic load balancing for incoming

Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Chris Mason
--On 09/05/00 21:35:13 -0400 Chris Mason [EMAIL PROTECTED] wrote: Ok, hopefully this will make sense... __block_commit_write calls balance_dirty, which might wait on bdflush, running all the io on the page. The async_end_io handlers will unlock the page once io on all the buffer heads is

Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Tim Waugh
On Tue, Sep 05, 2000 at 07:14:02PM -0700, Linus Torvalds wrote: How about this patch? Got this oops. Tim. */ ksymoops 2.3.3 on i586 2.4.0-test8-pre5+trfix. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o

Re: ps2esdi maintainer?

2000-09-06 Thread Christophe Beauregard
On Wed, 06 Sep 2000, A Duston wrote: Hello, I am trying to contact the ps2esdi maintainer, as I have some questions about the driver. I have an ancient PS/2 Thinkpad that gives an annoying but cosmetic error when it boots. I can't recall a time where that cosmetic error didn't exist.

Re: Fwd: ACPI I4L irq confilct: bug reporting on kernel 2.4.0-test8-pre4

2000-09-06 Thread Werner Cornelius
Guido Trentalancia schrieb: Hello Guido, Hi ! This is a bug reporting, included are the output of various /proc file on my system: Motherboard: ASUS P2B-F with the latest bios bx2f113.awd (microcode update) ISDN: Winbond based card (Hisax type=36) Distribution: based on updated SuSE

Re: eepro100 trouble

2000-09-06 Thread Admin Mailing Lists
On Tue, 5 Sep 2000, Andrey Savochkin wrote: Hello, On Sun, Sep 03, 2000 at 02:57:54PM -0300, Cesar Eduardo Barros wrote: I'm having endless problem with an eepro100 here. After some trying found out that doing a soft reset (ctrl+alt+del) fixed the problem, and that a power cycle

Re: eepro100 trouble

2000-09-06 Thread Stephen Frost
* Admin Mailing Lists ([EMAIL PROTECTED]) wrote: On Tue, 5 Sep 2000, Andrey Savochkin wrote: On Sun, Sep 03, 2000 at 02:57:54PM -0300, Cesar Eduardo Barros wrote: I'm having endless problem with an eepro100 here. After some trying found out that doing a soft reset (ctrl+alt+del)

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Richard Gooch
Jamie Lokier writes: Chris Wedgwood wrote: I think would be really cool if all this 'magic' in gcc (whatever part of gcc is irrelevant right now) would be exported into a library or shared object which editors could then load and use... dynamically perhaps. Sorry, there's a GCC policy

acenic-v0.46 update

2000-09-06 Thread Jes Sorensen
Hi Here is a patch for the acenic-v0.46 driver relative to whats in test8-pre4 - it solves a few bugs and cleans up a few minor issues in the code and comments. I have been unable to test this patch but looking over the changes I cannot see any reason why it would cause problems. Jes ---

Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Chris Mason wrote: Ah, I was missing that __block_prepare_write and __block_write_fullpage both set the end_io handler to end_io_sync. In one case, reiserfs is doing i/o without properly setting the handler, which is why I was seeing bugs caused by the above

Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Tim Waugh wrote: On Tue, Sep 05, 2000 at 07:14:02PM -0700, Linus Torvalds wrote: How about this patch? Got this oops. This one I cannot explain. It's a bh that is NULL, but it's a new case completely. It looks like you have a 1kB blocksize, no? It furthermore looks

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Alan Cox wrote: As readability - it's definitely at least as readable as #if[def]. It also provides more consistent syntax. And when you are using ifdef to violate scoping - your code is in need of rewrite anyway. You still need the #ifdef stuff as well for

Re: pagecache sysctl ignored?

2000-09-06 Thread Tigran Aivazian
On Wed, 6 Sep 2000, Rik van Riel wrote: Nope. These magic numbers were added as a stopgap measure when VM was completely fouled up in 2.1.89. ok, but at least do you agree that that tunable is unused and therefore can be thrown away? Or are you saying it is unused today but shall be used

Re: if (CONFIG_FOO) Re: 2.4.0-test8-pre1 is quite bad / how aboutintegrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Martin MaD Douda wrote: Problem: every bloody line will go through the parser. There is too many lines. Compilation is realy slow today. I'm affraid this approach would make it worse. Note that 2.4.0-test7 has more than 2.75 milion lines. Or did you mean drivers will

Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for Linux

2000-09-06 Thread Daniel Phillips
Mike Jagdis wrote: I disagree. No one here is dumb enough to use a wholely inappropriate tool for a particular task. But using a debugger is often (but not always) like sawing bits off your 2x4 until it happens to fit the gap. What you need to do is to understand the problem parameters,

Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Tim Waugh wrote: On Tue, Sep 05, 2000 at 07:14:02PM -0700, Linus Torvalds wrote: How about this patch? Got this oops. Code; c012cae6 block_truncate_page+d2/1c8 = 0: 8b 00 movl (%eax),%eax = Offset 0 is -b_next... Huh? It

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Richard Gooch wrote: Jamie Lokier writes: Chris Wedgwood wrote: I think would be really cool if all this 'magic' in gcc (whatever part of gcc is irrelevant right now) would be exported into a library or shared object which editors could then load and use...

Re: pagecache sysctl ignored?

2000-09-06 Thread Rik van Riel
On Wed, 6 Sep 2000, Tigran Aivazian wrote: On Wed, 6 Sep 2000, Rik van Riel wrote: Nope. These magic numbers were added as a stopgap measure when VM was completely fouled up in 2.1.89. ok, but at least do you agree that that tunable is unused and therefore can be thrown away? I can

Re: acenic-v0.46 update

2000-09-06 Thread Stephen Hack
Jes, I've been debugging a new acenic device for HP and have been using a linux machine for bring up. One of the problems we encountered was a need to change the cards MAC address. Under linux ia32, the driver set an invalid MAC address. If I would say ifconfig eth0 hw ether

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Richard Gooch
Alexander Viro writes: On Wed, 6 Sep 2000, Richard Gooch wrote: Jamie Lokier writes: Chris Wedgwood wrote: I think would be really cool if all this 'magic' in gcc (whatever part of gcc is irrelevant right now) would be exported into a library or shared object which

2.4.0-test7: PCMCIA misc rem

2000-09-06 Thread Marc-Eric Uldry
A reboot with 2.4.0-test7 (on i386 at least) doesn't properly "release" the card and hang the computer after displaying Linux PCMCIA options, just before YENTA IRQ is displayed no matter which kernel is then used to boot or segfault windows 98SE. Only way is to turn down computer. With the

Re: [RFC] my current kernel todo list

2000-09-06 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 06, 2000 at 05:37:50PM +0100, Tigran Aivazian escreveu: On Mon, 4 Sep 2000, Tigran Aivazian wrote: On Fri, 25 Aug 2000, Arnaldo Carvalho de Melo wrote: now the driver init sequence is not serialized anymore, so races are possible since when? In 2.4.0-test8-pre2

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Bill Wendling
Also sprach Dan Aloni: } On Wed, 6 Sep 2000, Peter Samuelson wrote: } } Can someone explain this line from the VIA update? }#define FIT(v,min,max) (((v)(max)?(max):(v))(min)?(min):(v)) } Barring side effects on the variables, it is equivalent to }#define FIT(v,min,max)

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Linus Torvalds
In article [EMAIL PROTECTED], Jamie Lokier [EMAIL PROTECTED] wrote: Linus Torvalds wrote: And I'm saying that if people really want to do this, then use the computer to do it for you, having more than just "grep", and making your tools aware of it. I'd just like to add, for the benefit of

Race condition in 2.2.15 and 2.2.16

2000-09-06 Thread Richard B. Johnson
There is a race condition somewhere in linux-2.2.15 and 2.2.16 that is demonstrated here. Cut and save the included 'Makefile'. Execute: mkdir zam mv Makefile zam cd zam Make sure you are in the empty directory with only "Makefile" Execute: while true ; do make clean ; done The file,

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Arjan van de Ven
In article 8p5u21$r0$[EMAIL PROTECTED] you wrote: However, what I think Al Viro dislikes about this is that it does tend to leave code that won't compile, just because some of the accesses are in places that the compiler doesn't see due to the pre-processor (or due to other build-rules: like

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Michael Elizabeth Chastain
We could use some more infrastructure here. (1) A 'make randomconfig' tool that generates a random configuration. (2) Make the architecture a configuration variable (!) (3) A collection of RPM's so that people can download and install all the cross tools easily. With this stuff available,

RE: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for

2000-09-06 Thread Marty Fouts
Isn't it time to offer the platitude about working smarter rather than harder? Nah, probably not. Marty -Original Message- From: Alan Cox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 06, 2000 2:20 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alexander Viro
On 6 Sep 2000, Linus Torvalds wrote: At the same time, there is no question that true #ifdef's have advantages, even outside the issue of gcc's inability to forget literal strings. They are often required for data structures in general: C does not have "conditional data structures".

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Michael Elizabeth Chastain wrote: We could use some more infrastructure here. (1) A 'make randomconfig' tool that generates a random configuration. (2) Make the architecture a configuration variable (!) (3) A collection of RPM's so that people can download and

WinTV problem (Was: Re: [ANNOUNCE] Withdrawl of Open Source NDS

2000-09-06 Thread Takashi Oe
On Wed, 6 Sep 2000, mberglund wrote: Recently I purchased a PPC 7200. It is a beat up old mac that I could pick up cheap. I have used intels since I was a boy (SysV3.3 on 386!) and saw some characteristics of the mac that were lacking in the intel boxes. Finally, I tried to use the box to

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Michael Elizabeth Chastain wrote: We could use some more infrastructure here. (1) A 'make randomconfig' tool that generates a random configuration. There already are people that do this. The problem is that developers are lazy. All good programmers are lazy. They want

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Michael Elizabeth Chastain
Linus writes ... mec (2) Make the architecture a configuration variable (!) linus Why? The real reason is that it's the right thing to do. Part of a configuration is "what machine it's for". Here are some benefits: (a) Arjan's testing machinery would catch problems in all architectures,

SCSI cdrom is broken in 2.4.0-test8-pre5

2000-09-06 Thread Lawrence Walton
It appears that SCSI cdroms as modules are broken in 2.4.0-test8. It works fine 2.4.0-test7. cat /dev/scd0 cat: /dev/scd0: No such device Module Size Used by isofs 20168 0 (autoclean) sg 21712 0 (unused) sr_mod 13224

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Martin Dalecki
Alexander Viro wrote: On Wed, 6 Sep 2000, Michael Elizabeth Chastain wrote: We could use some more infrastructure here. (1) A 'make randomconfig' tool that generates a random configuration. (2) Make the architecture a configuration variable (!) (3) A collection of RPM's so that

Re: SCSI cdrom is broken in 2.4.0-test8-pre5

2000-09-06 Thread Jens Axboe
On Wed, Sep 06 2000, Lawrence Walton wrote: It appears that SCSI cdroms as modules are broken in 2.4.0-test8. It works fine 2.4.0-test7. cat /dev/scd0 cat: /dev/scd0: No such device Yup, apparently I was a bit too trigger happy. -- * Jens Axboe [EMAIL PROTECTED] * SuSE Labs ---

Availability of kdb

2000-09-06 Thread Daniel Phillips
Mike Galbraith wrote: On Wed, 6 Sep 2000, Damien Miller wrote: Tools like a KDB would make the kernel a lot more accessible to the time-poor. Kdb is available to all. I think it should be _integrated_ mostly because of the (potential) improvement in bug report quality. Well, yes

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Alexander Viro wrote: On 6 Sep 2000, Linus Torvalds wrote: However, what I think Al Viro dislikes about this is that it does tend to leave code that won't compile, just because some of the accesses are in places that the compiler doesn't see due to the

RE: Availability of kdb

2000-09-06 Thread Dunlap, Randy
I agree completely. I'd love to see it there. I'd even help break^W fix it. ~Randy ___ |Randy Dunlap Intel Corp., DALSr. SW Engr.| |randy.dunlap.at.intel.com503-696-2055| |NOTE: Any views presented here are mine alone | |and

Re: SCSI cdrom is broken in 2.4.0-test8-pre5

2000-09-06 Thread Jens Axboe
On Wed, Sep 06 2000, Jens Axboe wrote: It appears that SCSI cdroms as modules are broken in 2.4.0-test8. It works fine 2.4.0-test7. Bah, try this one instead... -- * Jens Axboe [EMAIL PROTECTED] * SuSE Labs --- /opt/kernel/linux-2.4.0-test8-pre5/drivers/scsi/sr.cWed Sep 6

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Martin Dalecki wrote: IRONY ON So may I just suggest to repleace the usage of cpp at all with something more suitable for the task at hand and with a much more regular/stringent syntax better fitting into the syntax of the pure C language like m4 for example? /IRONY

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Alexander Viro wrote: Add "and that broken code gets fixed in utterly bogus ways 20 versions down the road, when nobody remembers WTF had happened". Repeat several times (and rarely-used parts _will_ accumulate such crap) and you've got Lovecraftian beasts lurking in

Re: 2.4.0-test8-pre1 is quite bad / how about integrating Rik's VM

2000-09-06 Thread Martin Dalecki
Alexander Viro wrote: On Wed, 6 Sep 2000, Martin Dalecki wrote: IRONY ON So may I just suggest to repleace the usage of cpp at all with something more suitable for the task at hand and with a much more regular/stringent syntax better fitting into the syntax of the pure C language

Re: zero-copy TCP

2000-09-06 Thread Stephen Williams
Alan Cox wrote: I've spent over 2 years trying to extract eepro100 server docs out of Intel and failed. [EMAIL PROTECTED] said: Sounds familiar :-) Very familiar. I have a whole development environment for the i960RP (we use the processor on boards we make) and by looking at pictures I was

modules directory

2000-09-06 Thread Andrew Park
Hi, Just installed linux-2.4.0-test7, but I noticed that the modules get installed /lib/modules/`uname -r`/kernel/drivers/... which is different from previous kernels. Do I need to modify modules path in conf.modules in order that the modules can be found during boot? or is there an

[PATCH] linux-2.4.0-test7/driver/sbus/char/vfc_dev.c

2000-09-06 Thread Philipp Matthias Hahn
Hello! I'm just trying to compile a kernel for my sparc and found a bug in the above file: In line 170: dev-de = devfs_register (devfs_handle, devname, DEVFS_FL_DEFAULT, VFC_MAJOR, instance, S_IFCHR | S_IRUSR | S_IWUSR,

Re: [PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Joshua Uziel
* Jens Axboe [EMAIL PROTECTED] [000906 06:32]: On Wed, Sep 06 2000, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 06, 2000 at 02:42:02AM -0700, Joshua Uziel escreveu: Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build

Re: [RFC] my current kernel todo list

2000-09-06 Thread Tigran Aivazian
On Wed, 6 Sep 2000, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 06, 2000 at 05:37:50PM +0100, Tigran Aivazian escreveu: On Mon, 4 Sep 2000, Tigran Aivazian wrote: On Fri, 25 Aug 2000, Arnaldo Carvalho de Melo wrote: now the driver init sequence is not serialized anymore, so

Re: modules directory

2000-09-06 Thread Mohammad A . Haque
Just make sure you have the latest modutils. On Wed, Sep 06, 2000 at 03:09:02PM -0400, Andrew Park wrote: Hi, Just installed linux-2.4.0-test7, but I noticed that the modules get installed /lib/modules/`uname -r`/kernel/drivers/... which is different from previous kernels. Do I

Re: Availability of kdb

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Tigran Aivazian wrote: very nice monologue, thanks. It would be great to know Linus' opinion. I mean, I knew Linus' opinion of some years' ago but perhaps it changed? He is a living being and not some set of rules written in stone so perhaps current

Re: Screen corruption on startup 2.4.0-test7

2000-09-06 Thread James Simmons
What video driver are you using? Fbcon or vgacon? If Fbcon which fbdev driver in particular? This would be vgacon, having never figured out if it's even possible to get framebuffers working on the machine. Also, the normal power-saving/screen-saving function of blanking the screen is

Compiler warnings

2000-09-06 Thread davidge
I'm trying to compile 2.2.17 with gcc 2.96, and it shows a lot of warnings like this in several files. warning: pasting would not give a valid preprocessing token And fails to compile with the error: checksum.S:231: badly punctuated parameter list in #define It's the update to gcc2.96 causing

Re: [RFC] my current kernel todo list

2000-09-06 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 06, 2000 at 06:28:27PM +0100, Tigran Aivazian escreveu: On Wed, 6 Sep 2000, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 06, 2000 at 05:37:50PM +0100, Tigran Aivazian escreveu: On Mon, 4 Sep 2000, Tigran Aivazian wrote: On Fri, 25 Aug 2000, Arnaldo Carvalho de Melo

Re: Availability of kdb

2000-09-06 Thread Jeff V. Merkey
Linus Torvalds wrote: Apparently, if you follow the arguments, not having a kernel debugger leads to various maladies: - you crash when something goes wrong, and you fsck and it takes forever and you get frustrated. - people have given up on Linux kernel programming because it's too

Re: 2.4.0-test8-pre1 is quite bad / Kernel build tools

2000-09-06 Thread Horst von Brand
[EMAIL PROTECTED] (Arjan van de Ven) said: [...] This is technically not true. I can cross-compile with my tools just fine, it "just" requires a decent cross-compiler on my system[1] [2]. That helps weeding out non-compile combinations. The _real_ fun ones are those which boot and eat your

Re: Availability of kdb

2000-09-06 Thread Rik van Riel
On Wed, 6 Sep 2000, Michael Peddemors wrote: Is there any sort of plan to help newbie kernel programmers to get to the point where the Linus's and Alan's of the world will take them under their wings? On the risk of repeating myself: http://kernelnewbies.org/ [EMAIL PROTECTED] (ask

Re: Availability of kdb

2000-09-06 Thread Horst von Brand
Michael Peddemors [EMAIL PROTECTED] said: [...] Because I'm a bastard, and proud of it! Linus Any general thoughts on how to keep recruiting the next generation of bastards? Clean design, clean code. Modularization. Better (internal) documentation. -- Dr. Horst

Re: Availability of kdb

2000-09-06 Thread Daniel Phillips
Linus Torvalds wrote: And quite frankly, for most of the real problems (as opposed to the stupid bugs - of which there are many, as the latest crap with "truncate()" has shown us) a debugger doesn't much help. And the real problems are what I worry about. The rest is just details. It will

Re: Availability of kdb

2000-09-06 Thread Alan Cox
Apparently, if you follow the arguments, not having a kernel debugger leads to various maladies: - you crash when something goes wrong, and you fsck and it takes forever and you get frustrated. 'It crashed.' [Spend hour teaching and end user to patch kdb] 'It crashed, it says foo, but

Re: Compiler warnings

2000-09-06 Thread Alan Cox
I'm trying to compile 2.2.17 with gcc 2.96, and it shows a lot of Dont It's the update to gcc2.96 causing this problems?? How can i get to compile the kernel? Use a different gcc. There are reasons people shipping 2.96 for intel x86 also include egcs. The kernel isnt ready for 2.96 - To

Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for Linux

2000-09-06 Thread Jonathan Walther
-BEGIN PGP SIGNED MESSAGE- To do this, we need to be taught how. Where are the manuals for these potential power saws? What books do we read? What courses do we take? What websites do we visit? In short, wheres the beef? Where does one learn the theory and concepts that go into

Re: Availability of kdb

2000-09-06 Thread Linus Torvalds
In article [EMAIL PROTECTED], Jeff V. Merkey [EMAIL PROTECTED] wrote: Linus Torvalds wrote: Apparently, if you follow the arguments, not having a kernel debugger leads to various maladies: - you crash when something goes wrong, and you fsck and it takes forever and you get frustrated.

Re: Availability of kdb

2000-09-06 Thread Dan Hollis
On Wed, 6 Sep 2000, Alan Cox wrote: For things like driver debugging its the only way to work. Hardware simply does not work like the manual says and no amount of Zen contemplation will ever make you at one with a 3c905B ethernet card. This is probably the best argument for a kernel

Re: Still ext2-corruption in test8-pre5 (incl. OOPS)

2000-09-06 Thread Rik van Riel
On Wed, 6 Sep 2000, Tim Waugh wrote: On Wed, Sep 06, 2000 at 08:29:49AM -0700, Linus Torvalds wrote: Just change block_truncate_page() to use b_this_page instead of b_next. That seems to fix it. Obvious I'm really really really looking forward to the first kernel since 2.3.7 that doesn't

Re: Availability of kdb

2000-09-06 Thread Rik van Riel
On Wed, 6 Sep 2000, Horst von Brand wrote: Michael Peddemors [EMAIL PROTECTED] said: Because I'm a bastard, and proud of it! Linus Any general thoughts on how to keep recruiting the next generation of bastards? Clean design, clean code. Modularization.

Re: Availability of kdb

2000-09-06 Thread Marco Colombo
On Wed, 6 Sep 2000, Linus Torvalds wrote: [...] Oh. And sure, when things crash and you fsck and you didn't even get a clue about what went wrong, you get frustrated. Tough. There are two kinds of reactions to that: you start being careful, or you start whining about a kernel debugger.

Glad we did not add NTFS stream support

2000-09-06 Thread Keith Owens
http://www.net-security.org/text/articles/viruses/generation.shtml describes a new generation of viruses which use NTFS stream support to hide themselves. "Certainly, this virus begins a new era in computer virus creation," said Eugene Kaspersky, Head of Anti-Virus Research at Kaspersky Lab.

Re: [patch-2.4.0-test8-pre5] bugfixes for rtc driver (fwd)

2000-09-06 Thread Jeff Garzik
Tigran Aivazian wrote: sorry, I've done it again... -- Forwarded message -- Date: Wed, 6 Sep 2000 21:29:20 +0100 (BST) From: Tigran Aivazian [EMAIL PROTECTED] To: Linus Torvalds [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [patch-2.4.0-test8-pre5] bugfixes for rtc

Re: Availability of kdb

2000-09-06 Thread Jeff V. Merkey
Linus Torvalds wrote: In article [EMAIL PROTECTED], Jeff V. Merkey [EMAIL PROTECTED] wrote: Linus Torvalds wrote: Apparently, if you follow the arguments, not having a kernel debugger leads to various maladies: - you crash when something goes wrong, and you fsck and it takes

Re: Availability of kdb

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Daniel Phillips wrote: Linus Torvalds wrote: And quite frankly, for most of the real problems (as opposed to the stupid bugs - of which there are many, as the latest crap with "truncate()" has shown us) a debugger doesn't much help. And the real problems are what I

Re: Availability of kdb

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Marco Colombo wrote: As you said, the are two kinds of reactions. I don't understand why you think that the presence of a debugger will *prevent* people from doing the Right Thing and "think about problems another way". Are debuggers so evil? Will a KDB option in the

Re: Availability of kdb

2000-09-06 Thread Linus Torvalds
On Wed, 6 Sep 2000, Jeff V. Merkey wrote: Think of rabbits. And think of how the wolf helps them in the end. Not by being nice, no. But the rabbits breed, and they are better for having to worry a bit. You know those huge, sharp teeth on the wolf? Want to make them longer and

  1   2   3   4   >