Re: 2.4.5 and gcc v3 final

2001-06-22 Thread Anatoly Ivanov
As you can see, this is just deprecation warning, i.e. you can use multi-string literals, but you'd better don't. You can forget about these warnings and test ac17 with gcc3. I hope that lk-developers would fix it one day. --- avi Fabian Arias wrote: I've just applied the patch, but te

Q serial.c

2001-06-22 Thread kees
Hi What may happen on a SMP machine if a serial port has been closed and the closing stage is at shutdown() in serial.c in the call to free_IRQ and BEFORE the IRQ is really shutdown, a new character arrives which causes an IRQ? Is it possible that the OTHER cpu takes this interrupt and causes a

Re: Does anybody know, where is the MIPS linux mailing list ?

2001-06-22 Thread =A7K=B6O=B3n=C5=E9=B0=F2=AA=F7=B7|?=
¡° ¤Þ­z¡[EMAIL PROTECTED] (Alexandr Andreev)¡n¤§»Ê¨¥¡G Hi all! I need to ask some questions about linux-2.4.3 for MIPS. try oss.sgi.com or [EMAIL PROTECTED] -- ¡° Origin: ¤g­ê¡D¤s¹ë bbs.poorman.org / poorman.twbbs.org  ¡» From: poorgod.poorman.org - To

Re: Linux 2.4.5-ac17

2001-06-22 Thread Mike Galbraith
On Thu, 21 Jun 2001, Tom Vier wrote: i having some strange vm behavour with -ac17 that didn't happen with -ac14 (i haven't tried 15 or 16). it starts swapping even when i have hundreds of megs of free ram. [...] vmstat: procs memoryswap io system

[Bug report] (Oops) Filesystem? - Unable to handle kernel NULL pointer dereference at virtual address

2001-06-22 Thread Rafael Martinez
I have got a error in my syslog about a Null pointer in the kernel (OOPS): /proc/version: Linux version 2.4.5 (root@coper) (gcc version 2.96 2731 (Red Hat Linux 7.0)) #4 SMP Tue Jun 12 10:05:20 EDT 2001

Your Free Report

2001-06-22 Thread mzgx9qqi1
FREE REPORT ON HOW TO LOWER YOUR TAXES 50-100% FOR THE REST OF YOUR LIFE. address Simply respond with your email address, name and phone number to receive the FREE 13 page REPORT on how to LEGALLY, LAWFULLY, ETHICALLY, SLASH YOU TAXES TO -0- . Name: Email address: Phone Number: Best time

Re: 2.4.6pre iptables masquerading seems to kill eth0

2001-06-22 Thread Helge Hafting
Thomas Weber wrote: I'm on 2.4.6pre3 + freeswan/ipsec on my gateway now for 5 days. It's an old 486/66 32MB with several isdn links, a dsl uplink (with iptables masquerading) behind a ne2k clone and a 3c509 to the inside network. no problems at all with the interfaces (all compiled as

Re: Alan Cox quote? (was: Re: accounting for threads)

2001-06-22 Thread Andi Kleen
Alexander Viro [EMAIL PROTECTED] writes: On Thu, 21 Jun 2001, Rusty Russell wrote: Disagree. A significant percentage of the netfilter bugs have been SMP only (the whole thing is non-reentrant on UP). I really doubt it. looking through the thing raised brows Well, if you use

Re: correction: fs/buffer.c underlocking async pages

2001-06-22 Thread Stefan . Bader
Chris Mason [EMAIL PROTECTED] 06/21/01 08:20 PM Please respond to Chris Mason To: Andrea Arcangeli [EMAIL PROTECTED], Linus Torvalds [EMAIL PROTECTED] cc: Stefan Bader/Germany/IBM@IBMDE, [EMAIL PROTECTED] Subject:Re: correction: fs/buffer.c

Re: ramdisk/tmpfs/ramfs/memfs ?

2001-06-22 Thread Padraig Brady
David Woodhouse wrote: [EMAIL PROTECTED] said: you could try using jffs2 on a RAM-simulated MTD partition. i think that would work but i have not tried it.. It works. Most of the early testing and development was done on it. It wouldn't give you dynamic sizing like ramfs though. It would

problem with select() - 2.4.5

2001-06-22 Thread Thomas Speck
Hi ! I have a problem with reading from a serial port using select() under 2.4.5. What I am doing is basically the following: fd_set readfds; struct timeval timeout; int s; serialfd = open(/dev/ttyS0, O_RDWR ); init_serial(B9600); timeout.tv_sec = 2; /* ! */ timeout.tv_usec = 0;

Re: fealnx problem

2001-06-22 Thread Francois Romieu
Jon Forsberg [EMAIL PROTECTED] ecrit : [...] Prints the same messages as before but continues working afterwards. No need for ifdown/ifup in other words. No crash so far. I'll polish and submit it to the maintainer next week then. -- Ueimor - To unsubscribe from this list: send the line

Re: Linux 2.4.5-ac15

2001-06-22 Thread Mike Galbraith
On Thu, 21 Jun 2001, Marcelo Tosatti wrote: On Thu, 21 Jun 2001, Mike Galbraith wrote: On Thu, 21 Jun 2001, Marcelo Tosatti wrote: 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 ^

Re: Is this part of newer filesystem hierarchy?

2001-06-22 Thread Luigi Genoni
I do not know if this is a new filesystem hierarchy, it should not be, at less untill lsb finishes all discussion (anyway it is similar to lsb standard). Your mail is a little confusing for me. Let's see if i can clarify my ideas. On Thu, 21 Jun 2001, D. Stimits wrote: I found on my newer

Re: Controversy over dynamic linking -- how to end the panic

2001-06-22 Thread David Woodhouse
[EMAIL PROTECTED] said: Earlier today I was contacted by a principal at a well-known Linux company who was in a mild panic over recent arguments by Alan Cox and David Miller. This company (not VA or Red Hat, BTW) fears that their customers will run from Linux if they get the idea that

Q: /proc/driver file philosophy

2001-06-22 Thread Kipp Cannon
Hi, I'm maintaining a device driver that has recently had the ability to control multiple units added to it. At present, applications can get info on the driver's and hardware's status through a file in /proc/driver. What I would like to know is what the prefered way to handle multiple

Re: Linux 2.4.5-ac15

2001-06-22 Thread Marcelo Tosatti
On Fri, 22 Jun 2001, Mike Galbraith wrote: On Thu, 21 Jun 2001, Marcelo Tosatti wrote: On Thu, 21 Jun 2001, Mike Galbraith wrote: On Thu, 21 Jun 2001, Marcelo Tosatti wrote: 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1

Re: mktime in include/linux

2001-06-22 Thread Erik Mouw
On Thu, Jun 21, 2001 at 10:30:40PM -0400, Rick Hohensee wrote: Why does Linux have a mktime routine fully coded in linux/time.h that conflicts directly with the ANSI C standard library routine of the same name? It breaks a couple things against libc5, including gcc 3.0. OK, you don't care

Re: Linux 2.4.5-ac15

2001-06-22 Thread Mike Galbraith
On Fri, 22 Jun 2001, Marcelo Tosatti wrote: On Fri, 22 Jun 2001, Mike Galbraith wrote: One thing that _could_ be done about looping allocations is to steal a page from the clean list ignoring PageReferenced (if you have any). That would be a very expensive 'rob Peter to pay Paul' trade

2.4.6-pre4 tulip driver still mashed with 21041

2001-06-22 Thread J Brook
I have been following the development of the tulip driver with some interest because my hardware requires it! I have described the hardware setup I use before, but I can post it again if necessary. I will only be able to test new versions/fixes until Tuesday morning (UK) because then I lose my

[PATCH][RFC] inode-u.nfs_i allocated separately

2001-06-22 Thread Trond Myklebust
== Alexander Viro [EMAIL PROTECTED] writes: Trond, could you review the patch below? I believe that it's OK wrt races around iget(), but I'd appreciate if you take a look at it. It certainly doesn't suffer from the problem I raised last time, so at first glance, I'd

RE: The latest Microsoft FUD. This time from BillG, himself.

2001-06-22 Thread Holzrichter, Bruce
Did I mention I'm writing a book on all this? (The history of linux and the computer industry, going back to World War II...) This makes me the only person I know who's excited about finding ~50 issues of Compute and Compute's gazette from the mid 80's at a garage sale. An the university

Re: Using page cache without a file system

2001-06-22 Thread Daniel Phillips
On Friday 22 June 2001 05:33, Ho Chak Hung wrote: Is it possible to allocate and add pages to the page cache without a underlying file system in Linux 2.4? I know that the host pointer to inode structure inside the address_space structure can be NULL, but does this mean that we can still make

Re: Linux 2.4.5-ac15

2001-06-22 Thread Walter Hofmann
On Wed, 20 Jun 2001, Rik van Riel wrote: FWIW, here is the vmstat output for the second (short) hang. Taken with ac14, vmstat 1 was started (long) before the hang and interrupted about five seconds after it. The machine has 128MB RAM and 256MB swap. procs memory

Kernel oopses 2.4.5

2001-06-22 Thread Joe W. Haas
Here is a series of oopses. They occured while realplay was running. The sound changed from the dulcit tones of Marvin Gaye to short, static-y bursts. Innocently enough, I thought to bother my sound driver's maintainer, but the problem isn't in his regime; not knowing who else to bother, I'm

Re: eepro100: wait_for_cmd_done timeout

2001-06-22 Thread Andrey Savochkin
On Thu, Jun 21, 2001 at 06:36:03PM -0700, Dionysius Wilson Almeida wrote: I tried inserting a udelay(1) and increasing the count ..but the same behaviour. any clues ? btw, i've been able to compile the redhat 7.1 intel e100 driver and it works fine for my card. Your problem is different

Re: Q serial.c

2001-06-22 Thread Stuart MacDonald
From: kees [EMAIL PROTECTED] What may happen on a SMP machine if a serial port has been closed and the closing stage is at shutdown() in serial.c in the call to free_IRQ and BEFORE the IRQ is really shutdown, a new character arrives which causes an IRQ? Is it possible that the OTHER cpu

ac17 kernel BUG at slab.c:1244!

2001-06-22 Thread Gav
The first occurrence of this I didn't even notice until i checked my logs. kernel BUG at slab.c:1244! invalid operand: CPU:0 EIP:0010:[c0126850] EFLAGS: 00010082 eax: 001b ebx: c187f788 ecx: 0001 edx: 2765 esi: d9a5f000 edi: d9a5f9aa ebp: 00012800 esp:

Re: Missing help entries in 2.4.6pre5

2001-06-22 Thread Wichert Akkerman
In article [EMAIL PROTECTED], Eric S. Raymond [EMAIL PROTECTED] wrote: You're a bit irritated. That's good. I *want* people who don't write help entries for their configuration symbols to be a bit irritated. That way, they might get around to actually doing what they ought to. You mean you

Re: loop device broken in 2.4.6-pre5

2001-06-22 Thread Jari Ruusu
[EMAIL PROTECTED] wrote: From: Jari Ruusu [EMAIL PROTECTED] File backed loop device on 4k block size ext2 filesystem: # dd if=/dev/zero of=file1 bs=1024 count=10 10+0 records in 10+0 records out # losetup /dev/loop0 file1 # dd if=/dev/zero of=/dev/loop0

Re: Linux 2.4.5-ac15 / 2.4.6-pre5

2001-06-22 Thread Walter Hofmann
Mike Galbraith schrieb am Donnerstag, den 21. Juni 2001: On Thu, 21 Jun 2001, Marcelo Tosatti wrote: 2 4 2 77084 1524 18396 66904 0 1876 108 2220 2464 66079 198 1 ^ Ok, I suspect that GFP_BUFFER

[PATCH] fbgen multiple RGBA

2001-06-22 Thread Romain Dolbeau
Hello, the attached patch fix a problem with fbgen when changing the RGBA components but not the depth ; fbgen would not change the colormap in this case, where it should. -- romain fbgen.patch.gz

2.4.5 - Kernel Panic

2001-06-22 Thread Andrews, Jeremy
Hello, I've been trying to update my home (originally RedHat 7.0) linux server from the 2.4.4 kernel to the 2.4.5 kernel. On other servers I've had no problems at all, but for some reason my Gateway GP7-550 P-III at home is being stubborn. I've reconfigured and rebuilt numerous times hoping

Re: Alan Cox quote? (was: Re: accounting for threads)

2001-06-22 Thread Mikulas Patocka
A lot of OS/2 software is written with this feature in mind. I know of one programmer who absolutely hates Linux because it's just too difficult porting software to it, and the lack of decent thread support is part of the problem. Yup. OS/2 is the largest nest of trained, experienced

Re: Alan Cox quote? (was: Re: accounting for threads)

2001-06-22 Thread Richard Gooch
Alexander Viro writes: BTW, proc_net_create() is also not a good idea if you block the interrupts. Ditto for netlink_kernel_create(), AFAICS (due to netlink_kernel_creat() - sock_alloc() - get_empty_inode() - kmem_cache_alloc() with SLAB_KERNEL). That, BTW, is a nice illustration - it's

Should __FD_SETSIZE still be set to 1024 ?

2001-06-22 Thread Dag Wieers
Hi, Is there a reason for __FD_SETSIZE to be 1024 in linux/posix_types.h and gnu/types.h ? Why can't we increase this number by default ? Shouldn't it be set to the real limit of the kernel ? (And let applications define their own limit if there is a need for one ?) PS The LKML faq remarks

2.4.5 kernel oops in inode.c:486

2001-06-22 Thread Christian Mudra
Hello, the following kernel-oops message I've found in my syslogs. As it's a production system, I'd very happy for a feedback/help. If you need further information, please let me know. As I'm not on the list, please cc: me. Christian.

Re: Loop encryption module locking bug (linux-2.4.5).

2001-06-22 Thread Ingo Rohloff
Locking twice? But what happens if some program calls loop_set_status more than once? Losetup doesn't, but if such program exists, locking is still screwed. No, it calls loop_release_xfer always before init_xfer, which will release the permanent use count. Calling lock twice in

Re: mktime in include/linux

2001-06-22 Thread Jonathan Lundell
At 1:43 PM +0200 2001-06-22, Erik Mouw wrote: On Thu, Jun 21, 2001 at 10:30:40PM -0400, Rick Hohensee wrote: Why does Linux have a mktime routine fully coded in linux/time.h that conflicts directly with the ANSI C standard library routine of the same name? It breaks a couple things against

Re: Q serial.c

2001-06-22 Thread Jonathan Lundell
At 9:51 AM -0400 2001-06-22, Stuart MacDonald wrote: From: kees [EMAIL PROTECTED] What may happen on a SMP machine if a serial port has been closed and the closing stage is at shutdown() in serial.c in the call to free_IRQ and BEFORE the IRQ is really shutdown, a new character arrives

Re: Q serial.c

2001-06-22 Thread Stuart MacDonald
From: Jonathan Lundell [EMAIL PROTECTED] The other CPU servicing the interrupt, was the question. cli() doesn't affect that. This could presumably happen if shutdown() gets run on a non-interrupt-servicing CPU, or if interrupts are dynamically routed (eg round-robin). Ah. Missed that. Hm.

Re: Linux 2.4.5-ac15 / 2.4.6-pre5

2001-06-22 Thread Mike Galbraith
On Fri, 22 Jun 2001, Walter Hofmann wrote: Ok, I managed to press SysRq-T this time ond got a trace for my hang. Symbols are resolved by klog. If you prefer ksymopps please tell me, I used klog because ksymopps seems to drop all lines without symbols. Someone else might want that and/or a

Re: The latest Microsoft FUD. This time from BillG, himself.

2001-06-22 Thread Rob Landley
On Thursday 21 June 2001 18:49, Alan Cox wrote: Except that Apple keeps the old code open. Probably because they'll gain nothing from it, and at best, they can appeal to the techies. A company that seems to write 'you shall not work on open source projects in your spare time' into its

For comment: draft BIOS use document for the kernel

2001-06-22 Thread Alan Cox
Linux 2.4 BIOS usage reference Boot Sequence - Linux is normally loaded either directly as a bootable floppy image or from hard disk via a boot loader called lilo. The kernel image is transferred into low memory and a parameter block above it. When booting from floppy disk the

Re: [PATCH] fbgen multiple RGBA

2001-06-22 Thread James Simmons
the attached patch fix a problem with fbgen when changing the RGBA components but not the depth ; fbgen would not change the colormap in this case, where it should. It would be much easier to use a memcmp. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: For comment: draft BIOS use document for the kernel

2001-06-22 Thread Timur Tabi
** Reply to message from Alan Cox [EMAIL PROTECTED] on Fri, 22 Jun 2001 17:20:33 +0100 (BST) Firstly a call is made to BIOS INT 15 AX=0xE820 in order to read the E820 map. A maximum of 32 blocks are supported by current kernels. The 'SMAP' signature is required and tested. In addition the

Re: Should __FD_SETSIZE still be set to 1024 ?

2001-06-22 Thread Dag Wieers
On Sat, 23 Jun 2001, Chris Wedgwood wrote: On Fri, Jun 22, 2001 at 04:59:36PM +0200, Dag Wieers wrote: Is there a reason for __FD_SETSIZE to be 1024 in linux/posix_types.h and gnu/types.h ? Why can't we increase this number by default ? It might break stuff, like things that

Re: Controversy over dynamic linking -- how to end the panic

2001-06-22 Thread Rob Landley
On Thursday 21 June 2001 14:46, Timur Tabi wrote: 1. License the Linux kernel under a different license that is effectively the GPL but with additional text that clarifies the binary module issue. Unfortunately, this license cannot be called the GPL. Politically, this would probably be a

Re: mktime in include/linux

2001-06-22 Thread Rick Hohensee
At 1:43 PM +0200 2001-06-22, Erik Mouw wrote: On Thu, Jun 21, 2001 at 10:30:40PM -0400, Rick Hohensee wrote: Why does Linux have a mktime routine fully coded in linux/time.h that conflicts directly with the ANSI C standard library routine of the same name? It breaks a couple things

Re: Reg:use of file_system_type structure

2001-06-22 Thread Anuradha Ratnaweera
On Sun, Jun 17, 2001 at 01:51:39PM +0530, SATHISH.J wrote: Every file system has file_system_type structure defined. Where else this structure is referred. Does register_filesystem() refer this structure. Does sys_mount refer to this structure by any means? For this and all your other

Re: Is this part of newer filesystem hierarchy?

2001-06-22 Thread D. Stimits
Luigi Genoni wrote: I do not know if this is a new filesystem hierarchy, it should not be, at less untill lsb finishes all discussion (anyway it is similar to lsb standard). Your mail is a little confusing for me. Let's see if i can clarify my ideas. On Thu, 21 Jun 2001, D. Stimits

Re: What happened to lookup_dentry?

2001-06-22 Thread Alexander Viro
On Tue, 19 Jun 2001, Timur Tabi wrote: Well, I didn't write the driver that I'm trying to port, so it's a little difficult. The code in question is: struct dentry * de = lookup_dentry(zfcdb[i].fullname, NULL, LOOKUP_FOLLOW); if (IS_ERR(de)) continue; if (de !=

Re: For comment: draft BIOS use document for the kernel

2001-06-22 Thread Brad Pepers
1.3 Type 'apm -s' The machine should standby 1.4 Wake it and type 'apm -S' The machine should suspend According to the man pages, apm -s does a suspend and apm -S does a standby. -- Brad Pepers [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe

Re: Linux 2.4.5-ac15 / 2.4.6-pre5

2001-06-22 Thread Walter Hofmann
Mike Galbraith schrieb am Freitag, den 22. Juni 2001: 6 5 1 77232 2692 2136 47004 560 892 2048 1524 10428 285529 2 98 0 ^ Was disk running? (I bet not.. bet it stopped just after stall began) There was no disk

ANN: FOLK kernel patch collection

2001-06-22 Thread Jonathan Day
Hi, Thought I'd drop a line to say that I've started a project, over on Sourceforge, entitled FOLK (Functionally Overloaded Linux Kernel), which basically aims to stuff as many patches as humanly possible into the Linux kernel, just to see what happens. :) This is NOT intended as a

Re: aic7xxx oops with 2.4.5-ac13

2001-06-22 Thread Jeff V. Merkey
On Thu, Jun 21, 2001 at 05:08:24PM +0900, Tachino Nobuhiro wrote: Thanks, I'll try this patch. Jeff Hello, At Thu, 21 Jun 2001 08:15:10, Trevor Hemsley wrote: On Thu, 21 Jun 2001 03:05:02, Jeff V. Merkey [EMAIL PROTECTED] wrote: Ditto. I am also seeing this oops

Re: problem with select() - 2.4.5

2001-06-22 Thread Thomas Speck
On Fri, 22 Jun 2001, Thomas Speck wrote: Hi ! I have a problem with reading from a serial port using select() under 2.4.5. What I am doing is basically the following: fd_set readfds; struct timeval timeout; int s; serialfd = open(/dev/ttyS0, O_RDWR ); init_serial(B9600);

Fair Use (Was Re: Controversy over dynamic linking -- how to end the panic)

2001-06-22 Thread Rob Landley
On Thursday 21 June 2001 16:34, Craig Milo Rogers wrote: The in-core kernel image, including a dynamically-loaded driver, is clearly a derived work per copyright law. As above, the portion consisting only of the dynamically-loaded driver's binary code may or may not be a derived work

Re: For comment: draft BIOS use document for the kernel

2001-06-22 Thread Alan Cox
I could not find any reference to BIOS int 0x15, function 0x87, block- move, used to copy the kernel to above the 1 megabyte real-mode boundary. I think this is still used. I dont think the kernel has ever used it. The path has always been to enter 32bit mode then relocate/uncompress the

Re: For comment: draft BIOS use document for the kernel

2001-06-22 Thread Alan Cox
You've described a relatively complicated procedure well in this document. My only suggestion would be to reference the applicable source code files throughout the text, so that it's easy to find the associated code. Thats a good idea . I'll fix that one up Thanks to all the folks who sent

Cleanup kbuild for aic7xxx

2001-06-22 Thread Keith Owens
The existing build process for aic7xxx on Linux has several problems. * Users have to manually select rebuild firmware. Relying on users to perform any action other than make *config is unacceptable. It is far too error prone. * Rebuilding the firmware requires lex, yacc and libdb. Not

/dev/nvram driver

2001-06-22 Thread Tim Hockin
Who is maintaining the /dev/nvram driver? I have a couple things I want to suggest/ask. Currently it tracks O_EXCL on open() and sets a flag, whereby no other open() calls can succeed. Is this functionality really needed? Perhaps it should just be a reader/writer model : n readers or 1

Re: Still some problems with UHCI driver in 2.4.5 on VIA chipsets

2001-06-22 Thread Johannes Erdfelt
On Tue, Jun 19, 2001, Dylan Griffiths [EMAIL PROTECTED] wrote: Johannes Erdfelt wrote: Could you load uhci with the debug=1 option? I did an 'insmod uhci.o debug=1' but the dmesg output did not alter. My easy steps to reproduce it is to 'delete selected images' in gphoto such that there

Re: /dev/nvram driver

2001-06-22 Thread Jeff Garzik
Tim Hockin wrote: Who is maintaining the /dev/nvram driver? I have a couple things I want to suggest/ask. I haven't seen any patches for ages to nvram, so I presume nobody. What I really want to know is: should I bother making nvram_open_cnt SMP safe, or should it just go away all

Re: For comment: draft BIOS use document for the kernel

2001-06-22 Thread H. Peter Anvin
Followup to: [EMAIL PROTECTED] By author:Richard B. Johnson [EMAIL PROTECTED] In newsgroup: linux.dev.kernel On Fri, 22 Jun 2001, Alan Cox wrote: I could not find any reference to BIOS int 0x15, function 0x87, block- move, used to copy the kernel to above the 1 megabyte real-mode

Re: The latest Microsoft FUD. This time from BillG, himself.

2001-06-22 Thread Kai Henningsen
[EMAIL PROTECTED] (Rob Landley) wrote on 22.06.01 in [EMAIL PROTECTED]: On Thursday 21 June 2001 18:49, Alan Cox wrote: Except that Apple keeps the old code open. Probably because they'll gain nothing from it, and at best, they can appeal to the techies. A company that seems to

[PATCH] cleanup of drivers/char/ip2main.c (245ac16)

2001-06-22 Thread Rasmus Andersen
Hi. The following patch #ifdefs a function to be in its preprocessor scope and eliminates the use of check_region, adds '\n' to printk's, adds checks for kmalloc and does error path resource releasing in ip2_init_board. All in drivers/char/ip2main.c and against 245ac16. (The kmalloc part of

Re: eepro100: wait_for_cmd_done timeout

2001-06-22 Thread Dionysius Wilson Almeida
Hi Andrey, I'm attaching the log file.. please let me know if u need other details. -Wilson * Andrey Savochkin ([EMAIL PROTECTED]) wrote: On Thu, Jun 21, 2001 at 06:36:03PM -0700, Dionysius Wilson Almeida wrote: I tried inserting a udelay(1) and increasing the count ..but the same

[PATCH] cleanup in drivers/mtd/ftl.c (245-ac16)

2001-06-22 Thread Rasmus Andersen
Hi. The patch below adds one instance of vmalloc return code checking and a number of error path resource release cleanups in build_maps. It is against 245-ac16. (The vmalloc non-check was reported by the Stanford team a while back.) --- linux-245-ac16-clean/drivers/mtd/ftl.c Sun May 27

Re: [PATCH] cleanup in drivers/mtd/ftl.c (245-ac16)

2001-06-22 Thread Arnaldo Carvalho de Melo
Hi Rasmus, I've fixed this ones and its already in 2.4.6-pre5, please take a look and see if something is missing. - Arnaldo Em Fri, Jun 22, 2001 at 10:29:31PM +0200, Rasmus Andersen escreveu: Hi. The patch below adds one instance of vmalloc return code checking and a number of

RE: Maintainers master list?

2001-06-22 Thread Holzrichter, Bruce
I have proposed that the MAINTAINERS file should be replaced by metadata markup in the kernel sources themselves, distributed so that it will naturally be kept up to date by the people named in it and mechanically gathered into a generated MAINTAINERS at make dep time. I still think this is the

[ANNOUNCE] Secondary mips tree.

2001-06-22 Thread James Simmons
Hi all, We have started a secondary tree for linux mips. This tree will be to SGI mips tree as Alan Cox's tree is to linus branch. We will test and play with experimental patches and then in time hand them off to the main branch Ralf Baechle maintains. Also one of the main reasons for

Re: [PATCH] cleanup in drivers/mtd/ftl.c (245-ac16)

2001-06-22 Thread Rasmus Andersen
On Fri, Jun 22, 2001 at 05:21:06PM -0300, Arnaldo Carvalho de Melo wrote: Hi Rasmus, I've fixed this ones and its already in 2.4.6-pre5, please take a look and see if something is missing. These patches are very close so I'll of course retract mine[1]. The only thing I'll recommend is

ACPI + Promise IDE = disk corruption :-(((

2001-06-22 Thread Pavel Roskin
Hello! It's just a word of warning for those who are trying ACPI with the latest kernels. I enabled ACPI in 2.4.5-ac17 (2.4.5-ac16 works fine with the same config except ACPI). When I booted I saw a message ACPI: If experiencing system slowness, try adding acpi=no-idle to cmdline and after

RE: ACPI + Promise IDE = disk corruption :-(((

2001-06-22 Thread Grover, Andrew
Just a note, in 2.4.6-pre5, the acpi=no-idle option goes away, but you should no longer experience any corruption issues, either. Regards -- Andy PS sorry you experienced problems - glad you could recover. From: Pavel Roskin [mailto:[EMAIL PROTECTED]] Hello! It's just a word of warning

Re: Maintainers master list?

2001-06-22 Thread Timur Tabi
** Reply to message from Eric S. Raymond [EMAIL PROTECTED] on Fri, 22 Jun 2001 17:09:45 -0400 What happens now when somebody takes over responsibility for a file or subsystem and the MAINTAINERS file doesn't get patched, either because that person forgets to send a MAINTAINERS update or

Re: Is this part of newer filesystem hierarchy?

2001-06-22 Thread Luigi Genoni
Again i am confused. /usr/bin/ld is linker at compilation time, at it works how i told in second part of my mail, (just try to compile it, it comes with binutils, ftp.kernel.org/pub/linux/devel/binutils). /lib/d-2.2.X.so is what you are talking about. So should i think os an hack to

How does ramfs actually fills the page cache with data?

2001-06-22 Thread Ho Chak Hung
In fs/ramfs/inode.c, how does ramfs actually fills the page cache with data? In the readpage operation, it only zero-fill the page if it didn't already exist in the page cache. However, how do I actually fill the page with data? Thanks a lot.

Microsoft and Xenix.

2001-06-22 Thread Alan Chandler
I am not subscribed to the list, but I scan the archives and saw the following. Please cc e-mail me in followups. Rob Landley ([EMAIL PROTECTED]) wrote ... In late '79 early '80, they heard the rumors that IBM was pondering a PC, and Paul Allen went any real computer will run Unix, so they

Re: Linux 2.4.5-ac17

2001-06-22 Thread Tom Vier
On Fri, Jun 22, 2001 at 09:06:42AM +0200, Mike Galbraith wrote: It's not actually swapping unless you see IO (si/so). It's allocating swap space, but won't send pages out to disk unless there's demand. One if it's pre-allocation, why does it show up as used? reserved would be a better fit.

RE: EEPRO100/S support

2001-06-22 Thread Mroczek, Joseph T
The e100 driver from intel claims to support these cards (the 100 S desktop adaptor, that is), but in fact the drivers lock up under heavy UDP load (at least they do for me in 2.2.19). It seems to only be a problem with these newer cards, the e100 is solid with older cards (and things like the

signals and user mode interaction...

2001-06-22 Thread Raj, Ashok
Hello Is there a method to stack signals? i.e when multiple signals are delivered to the process, instead of being 1 shot, that signals get delivered as many times? and from kernel mode, can we pass arguments in the signal handler? for eg: if i have SIGUSR1 for each signal delivered by the

High system CPU% in dual CPU System

2001-06-22 Thread Ingo Ciechowski
I'm experiencing very high system CPU% indications on my new dual Pentium III machine (SuSE Linux 7.1, Kernel 2.4.4-SMP): 12:26am up 1 day, 8:34, 9 users, load average: 1.44, 2.74, 3.26 116 processes: 113 sleeping, 3 running, 0 zombie, 0 stopped CPU0 states: 19.2% user, 32.0% system,

Re: Still some problems with UHCI driver in 2.4.5 on VIA chipsets

2001-06-22 Thread Dylan Griffiths
Johannes Erdfelt wrote: I think this may be a problem in the dc2xx.o then, since uhci didn't reveal any new messages. It's possible. Many cameras are touchy wrt to the commands it receives. If one is slightly wrong, some of them will just stop talking. Yeah, looks like I get to see if I

Re: 2.4.2 yenta_socket problems on ThinkPad 240

2001-06-22 Thread Eric Smith
I wrote: Does it make sense to turn pcibios_assign_all_busses into a variable with a default value of zero, and implement a kernel argument to set it? After some discussion of various alternatives, including always turning it on (bad for some systems), or writing a function to try to determine

Re: 2.4.2 yenta_socket problems on ThinkPad 240

2001-06-22 Thread Jeff Garzik
You should try 2.4.6-pre5, it already includes a patch for you :) pci=assign-busses on the command line. -- Jeff Garzik | Andre the Giant has a posse. Building 1024| MandrakeSoft | - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: spindown

2001-06-22 Thread Daniel Kobras
On Thu, Jun 21, 2001 at 06:07:01PM +0200, Jamie Lokier wrote: Pavel Machek wrote: Isn't this why noflushd exists or is this an evil thing that shouldn't ever be used and will eventually eat my disks for breakfast? It would eat your flash for breakfast. You know, flash memories have

Re: [RFC] Early flush (was: spindown)

2001-06-22 Thread Daniel Kobras
On Wed, Jun 20, 2001 at 10:12:38AM -0600, Richard Gooch wrote: Daniel Phillips writes: I'd like that too, but what about sync writes? As things stand now, there is no option but to spin the disk back up. To get around this we'd have to change the basic behavior of the block device and

Re: Linux 2.4.5-ac17

2001-06-22 Thread Marcelo Tosatti
On Fri, 22 Jun 2001, Tom Vier wrote: On Fri, Jun 22, 2001 at 09:06:42AM +0200, Mike Galbraith wrote: It's not actually swapping unless you see IO (si/so). It's allocating swap space, but won't send pages out to disk unless there's demand. One if it's pre-allocation, why does it show

[2.4.5]Patch - fix page leak in nfs_prepare_write()

2001-06-22 Thread Trond Myklebust
Hi, The following patch fixes a leak in high memory in case a process is signalled while in nfs_prepare_write(). Cheers, Trond diff -u --recursive --new-file linux-2.4.6-mmap/fs/nfs/file.c linux-2.4.6-file/fs/nfs/file.c --- linux-2.4.6-mmap/fs/nfs/file.c Tue May 22 18:26:06 2001 +++

[PATCH] fix RLIMIT_NPROC accounting

2001-06-22 Thread Rik van Riel
Hi, due to something which I consider to be a kernel bug it's impossible for pam to do its job and set the per-user RLIMIT_NPROC (number of processes limit) to something which is lower than the amount of processes root is running at that moment. At least, it fails with all programs which set

Re: bugreport: poll() timeout always takes 10ms too long

2001-06-22 Thread raf
Tachino Nobuhiro wrote: Hello, At Fri, 22 Jun 2001 11:52:12 +1000, [EMAIL PROTECTED] wrote: [1.] One line summary of the problem: poll() timeout always takes 10ms too long [2.] Full description of the problem/report: Select() timeouts work fine. A timeout between

Re: problem with select() - 2.4.5

2001-06-22 Thread Edgar Toernig
Thomas Speck wrote: tio.c_cflag = baud | CLOCAL; How about adding CREAD? Ciao, ET. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the

Compaq launches Open SSI Cluster Projects

2001-06-22 Thread bruce
Compaq has launched two open source technology projects under the GPL license. They are briefly described below and can be found through www.opensource.compaq.com. We are actively looking for technology partners, contributors, consultants and general kibitzers to participate via the email

Annoying kernel behaviour

2001-06-22 Thread Dylan Griffiths
I upgraded a fileserver to 2.4.5 because of the RAID support (the 0.90 patch I grabbed did not apply cleanly to 2.2.19, despite it being a fresh copy). Besides a nice speed increase (the EEPro now pumps 10 megs a second, instead of 2 or 3), there is a problem with the video4linux in it.

Re: What are the VM motivations??

2001-06-22 Thread Marcelo Tosatti
On Thu, 21 Jun 2001, Jason McMullan wrote: rant I've been reading the VM thread off-and-on for, oh, the last 8 _years_ on linux-kernel. It doesn't seem that much progress gets made in any one direction. For every throughput optimination for servers, the desktop people yell

Re: One more ZDNet article with BillG hammering Linux and Open Source.

2001-06-22 Thread Ben Ford
Miles Lane wrote: http://www.zdnet.com/zdnn/stories/news/0,4586,2777283,00.html [ . . . ] BillG -- We keep making it easier and easier, and anything people want source code for, we'll figure out a way to get it to them. It's kind of a strange thing in a way because most commercial customers

[OT]Re: One more ZDNet article with BillG hammering Linux and OpenSource.

2001-06-22 Thread Gerhard Mack
On Fri, 22 Jun 2001, Ben Ford wrote: Miles Lane wrote: http://www.zdnet.com/zdnn/stories/news/0,4586,2777283,00.html [ . . . ] BillG -- We keep making it easier and easier, and anything people want source code for, we'll figure out a way to get it to them. It's kind of a strange

Re: Linux 2.4.5-ac17

2001-06-22 Thread Mike Galbraith
On Fri, 22 Jun 2001, Tom Vier wrote: On Fri, Jun 22, 2001 at 09:06:42AM +0200, Mike Galbraith wrote: It's not actually swapping unless you see IO (si/so). It's allocating swap space, but won't send pages out to disk unless there's demand. One if it's pre-allocation, why does it show up

Re: Cleanup kbuild for aic7xxx

2001-06-22 Thread D. Stimits
Keith Owens wrote: On Fri, 22 Jun 2001 13:39:45 -0600, Justin T. Gibbs [EMAIL PROTECTED] wrote: The existing build process for aic7xxx on Linux has several problems. * Users have to manually select rebuild firmware. Relying on users to perform any action other than make *config is

  1   2   3   >