interrupt problem....

2001-06-26 Thread mdaljeet
I am experiencing a strange problem. I am doing a continuous DMA for long hours using a card on my system. In my code I enable interrupts and clear the interrupts in the interrupt handler which is called on completion of every DMA cycle. Now, the program works fine for say 16-20 hours but I think

bad file descriptor

2001-06-26 Thread shantanu
Hello all, i am facing a problem on my Red Hat Linux 6.2 machine. When i boot in my Linux box it boot properly till it reaches the stage where it says Press I for interactive setup From there it starts giving me errors like this : - Mounting proc file system dup2 : Bad File Descriptor

Re: proc_file_read() question

2001-06-26 Thread Mike Galbraith
On Mon, 25 Jun 2001, Martin Wilck wrote: Hi, the hack below in proc_file_read() fs/proc/generic.c (2.4.5) irritates me: If I do use start for a pointer into a memory area allocated in read_proc, will it be always guaranteed that (start page)? If no, this will IMO lead to spuriously

Possible timing problems after a bios upgrade.

2001-06-26 Thread Yarick
After upgrading to a new bios (dated 06/14/2001) on EPOX EP-8KTA3+ motherboard I have the following problems: - The SB128 PCI (module es1371) plays about twise slower than normal. - The via UDMA shows about 15Mb/sec instead of ~35Mb/sec. The text from the bios upgrade says: * Fixed

Re: 2.4.5-ac12 kernel oops

2001-06-26 Thread Colonel
Hmm, I would have thought that /proc was more up to date, because it would reflect changes. No reboot, never even considered it (I've rescued too many junior sysadmins that think rebooting is _the_ answer). /proc/ksyms is dynamic, it changes as modules are loaded and unloaded. And often the

Re: Oops in iput

2001-06-26 Thread Ville Herva
On Mon, Jun 25, 2001 at 07:42:13PM +0100, you [Stephen C. Tweedie] claimed: Hi, On Mon, Jun 25, 2001 at 08:16:12PM +0200, Florian Lohoff wrote: oops in iput - Kernel 2.2.19/i386 + ide-udma patches + ext3 patches (0.0.7a) The ide-udma patches for 2.2 haven't had nearly the testing of

Re: GCC3.0 Produce REALLY slower code!

2001-06-26 Thread Hacksaw
Apart from questions of optimization, compiling the same code with two different compilers is a very good way to find bugs, both in the code and in the compilers. I agree that this is a workable idea. On the other hand, I'd bet Linus would put that idea right up there with shipping a debugger

Re: loop device broken in 2.4.6-pre5

2001-06-26 Thread Jari Ruusu
This patch fixes the problem. Please consider applying. --- linux-2.4.6-pre5/drivers/block/loop.c Sat Jun 23 07:52:39 2001 +++ linux/drivers/block/loop.c Tue Jun 26 09:21:47 2001 @@ -653,7 +653,7 @@ bs = 0; if (blksize_size[MAJOR(lo_device)]) bs =

Re: AMD thunderbird oops

2001-06-26 Thread Thomas Foerster
Hi, as i've said before - i have the same problem too Me too the memory is OK! - have run memtest86 for hours ... - no errors ... - heatsink - CPU@45°C - Case @ 25°C after changing the kernel compile to PentiumII (nearly) everything worked fine I HAD a Asus K7M with a 650 MHz

[PATCH] fbgen multiple RGBA (w/ memcmp)

2001-06-26 Thread Romain Dolbeau
Romain Dolbeau wrote: 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. This is the same patch but using memcmp() on the 3 color components. -- DOLBEAU Romain |

When the FUD is all around (sniff).

2001-06-26 Thread Luigi Genoni
HI, a couple of weeks ago, in Italy, on the review Affari e Finanza, that comes with the newspaper La Repubblica ([EMAIL PROTECTED]) one of the biggest newspapaer in Italy, there was an article with this title: Also Linux goes in Tribunal

a repeatable way to stall vm?

2001-06-26 Thread Mike Galbraith
Hi, I stumbled onto a strange behavior which may or may not be related to the stalls reported by a couple of people. What I did, was to run bonnie in tmpfs to beat up the swap code a bit. My setup is 128mb ram, and 256mb swap on /dev/hda2, single spindle. All runs very smoothly (tremendous

Configure.help CONFIG_PPC

2001-06-26 Thread Geert Uytterhoeven
Hi Eric, This patch fixes a typo in the help for CONFIG_PPC. Of course we can discuss whether the PPC is the successor to the 68000 series or to the 88000 series... Perhaps it's best to not mention the 88000, else people will think they found another CPU that doesn't run Linux yet :-)

Re: AMD thunderbird oops

2001-06-26 Thread Luigi Genoni
I went trought 8 Athlon, (latest 1300 Mhz 200Mhz FSB). Usually those stability problems are related to power supply (it should be at less 300 Watt). If the power supply does not give enought Ampere, and the energy is fluttuant, the Athlon cpu really suffers. I usually do a little overvolt of

Re: VIA Southbridge bug (Was: Crash on boot (2.4.5))

2001-06-26 Thread pazke
On Mon, Jun 25, 2001 at 01:27:56PM -0700, David Grant wrote: I'd be interested in testing any fixes for the VIA Southbridge chip. I have an ASUS A7V133. I was having problems with the IDE controller, but I've switched to the on-board Promise IDE and it works fine. I couldn't get rid of

Re: all processes waiting in TASK_UNINTERRUPTIBLE state

2001-06-26 Thread Christian Ehrhardt
On Mon, Jun 25, 2001 at 12:05:14PM -0500, Jeff Dike wrote: [EMAIL PROTECTED] said: I am running in to a problem, seemingly a deadlock situation, where almost all the processes end up in the TASK_UNINTERRUPTIBLE state. All the process eventually stop responding, including login shell, no

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Tim Waugh
On Tue, Jun 26, 2001 at 03:17:32AM -0300, Marcelo Tosatti wrote: If the initialization of parport_serial fails, we obviously get an error message, which is really annoying: [This is different to the issue that is fixed in the -ac tree about parport_serial getting probed for even when disabled

Re: [Ext2-devel] Re: [UPDATE] Directory index for ext2

2001-06-26 Thread Tony Gale
I use debugfs to remove the flag before fsck'ing: Start debugfs. Type open -f -w /dev/part features -FEATURE_C5 -tony On 26 Jun 2001 00:25:32 +0200, Daniel Phillips wrote: On Monday 25 June 2001 21:51, Andreas Dilger wrote: Daniel writes: Sure, if your root partition is expendable,

using gdb to debug kernel

2001-06-26 Thread SATHISH.J
Hi, I would like to know how I can use gdb to debug some function in the kernel. Please help me out with this detail. Thanks in advance, Regs, sathish - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: 2.4.5 and gcc v3 final

2001-06-26 Thread Anuradha Ratnaweera
On Sun, Jun 24, 2001 at 01:33:51PM -0400, Horst von Brand wrote: Fabian Arias [EMAIL PROTECTED] said: What gcc objects to is stuff like: This is a nice long string that just goes on and on\n which is illegal in C AFAIU. It does not object to: This long string

Re: loop device broken in 2.4.6-pre5

2001-06-26 Thread Andries . Brouwer
From [EMAIL PROTECTED] Tue Jun 26 10:20:51 2001 This patch fixes the problem. Please consider applying. --- linux-2.4.6-pre5/drivers/block/loop.cSat Jun 23 07:52:39 2001 +++ linux/drivers/block/loop.cTue Jun 26 09:21:47 2001 @@ -653,7 +653,7 @@ bs = 0;

Reg installing a patch on linux

2001-06-26 Thread SATHISH.J
Hi, Please tell me how to install a patch on linux kernel. I have downloaded a patch kernel-patch-2_2_13-kdb_0_6-2.deb. How to install this patch? I am using a 2.2.14-12 kernel. Can I install the above patch. The main idea of mine is to install kdb to debug the kernel. Please help me out with

Re: loop device broken in 2.4.6-pre5

2001-06-26 Thread Rogier Wolff
[EMAIL PROTECTED] wrote: From [EMAIL PROTECTED] Tue Jun 26 10:20:51 2001 This patch fixes the problem. Please consider applying. --- linux-2.4.6-pre5/drivers/block/loop.cSat Jun 23 07:52:39 2001 +++ linux/drivers/block/loop.cTue Jun 26 09:21:47 2001 @@ -653,7

Re: Oops in iput

2001-06-26 Thread Stephen C. Tweedie
Hi, On Tue, Jun 26, 2001 at 11:09:33AM +0300, Ville Herva wrote: Well, I for one use the 2.2 ide patches extensively (on almost all of my machines, including a heavy-duty backup server) It is highly hardware-dependent. A huge amount of effort was spent early in 2.4 getting blacklists and

Re: using gdb to debug kernel

2001-06-26 Thread Lars Marowsky-Bree
On 2001-06-26T15:31:04, SATHISH.J [EMAIL PROTECTED] said: I would like to know how I can use gdb to debug some function in the kernel. Please help me out with this detail. The easiest way would be user-mode-linux, hosted on sourceforge.net. Sincerely, Lars Marowsky-Brée [EMAIL

Re: Oops in iput

2001-06-26 Thread Ville Herva
On Tue, Jun 26, 2001 at 11:56:51AM +0100, you [Stephen C. Tweedie] claimed: Hi, On Tue, Jun 26, 2001 at 11:09:33AM +0300, Ville Herva wrote: Well, I for one use the 2.2 ide patches extensively (on almost all of my machines, including a heavy-duty backup server) It is highly

2.2.19 and grow_inodes: allocation failed

2001-06-26 Thread Rafa Kleger-Rudomin
Hello! I get 'grow_inodes: allocation failed' during installation of dev*rpm package. I've found archive thread about inode leakage in 2.2.6 and 2.2.13 but I couldn't find whether this has been fixed in later kernels. Is it possible that I have the same problem in 2.2.19? Regards, Rafal --

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

2001-06-26 Thread john slee
On Mon, Jun 25, 2001 at 08:05:41PM +0200, Andreas Bombe wrote: On Thu, Jun 21, 2001 at 02:21:18PM -0400, Rob Landley wrote: Name one thing Microsoft actually invented. Other than Microsoft Bob. were listed and where they bought or stole it from. The only things that were really

New clone(2) and wait(2) man pages for review

2001-06-26 Thread Michael Kerrisk
Hello, I have just been upgrading the clone(2) and wait(2) man pages so that they correspond with (my reading of) kernel 2.4.x. Before these go into Andries' manual distribution, I would be happy if people who know better could review the changes. I have included the complete clone(2) man

Re: [OT] Re: Thrashing WITHOUT swap.

2001-06-26 Thread john slee
On Mon, Jun 25, 2001 at 06:32:16PM +0200, Daniel Phillips wrote: On Monday 25 June 2001 18:16, Colonel wrote: Had you tried fvwm-1.24r (the original) ? It was designed long ago to be lean and fast on the desktop. I know it whips KDE. Yes, I did. It's even faster than xfce but there's

Re: When the FUD is all around (sniff).

2001-06-26 Thread Alessandro Suardi
Luigi Genoni wrote: HI, a couple of weeks ago, in Italy, on the review Affari e Finanza, that comes with the newspaper La Repubblica ([EMAIL PROTECTED]) one of the biggest newspapaer in Italy, there was an article with this title: Also Linux goes in Tribunal

patch: af_netlink rmmod problem

2001-06-26 Thread Herbert Rosmanith
hello, when doing a series of insmod/rmmod of af_netlink, I noticed /proc/net/netlink entries being added each time. this small patch addresses the problem: --- snip --- bash-2.03# diff -u linux-2.4.5.orig/net/netlink/af_netlink.c linux-2.4.5.new/net/netlink/af_netlink.c ---

Re: Tvmixer Oops

2001-06-26 Thread Gerd Knorr
On Mon, Jun 25, 2001 at 12:56:03PM +0200, Udo A. Steinberg wrote: Hello, Attached is the trace of an oops which seems to be caused by the tvmixer code. Tvmixer is compiled monolithically into the kernel, the rest of bttv is compiled as modules. Any hints on how to reproduce that one?

Re: Linux and system area networks

2001-06-26 Thread Jesse Pollard
- Received message begins Here - Pete == Pete Zaitcev [EMAIL PROTECTED] writes: Roland The rough idea is that WSD is a new user space library Roland that looks at sockets calls and decides if they have to go Roland through the usual kernel network stack, or

freeing pagetables in vmfree_area_pages in vmalloc.c

2001-06-26 Thread alad
we have in vfree -- vmfree_area_pages (calling) free_area_pmd (calling) free_area_pte (calling) free_page. The final free_page frees all the pages that are allocated to a memory region in vmalloc. Now where are we freeing pages that are allocated to page table themselves. For simplicity we can

nonzero shared ram and 2.4.x

2001-06-26 Thread CaT
I thought it wasn't meant to try and count it: 0 [22:40:59] bowman@europa:/home/bowman uname -a Linux europa 2.4.5-ac9 #4 Wed Jun 13 12:54:18 EST 2001 i686 unknown 0 [22:41:29] bowman@europa:/home/bowman more /proc/meminfo total:used:free: shared: buffers: cached: Mem:

Re: Tvmixer Oops

2001-06-26 Thread Udo A. Steinberg
Hi, Gerd Knorr wrote: On Mon, Jun 25, 2001 at 12:56:03PM +0200, Udo A. Steinberg wrote: Attached is the trace of an oops which seems to be caused by the tvmixer code. Tvmixer is compiled monolithically into the kernel, the rest of bttv is compiled as modules. Any hints on how to

Re: all processes waiting in TASK_UNINTERRUPTIBLE state

2001-06-26 Thread Rik van Riel
On Tue, 26 Jun 2001, Christian Ehrhardt wrote: I've seen this under UML, Rik van Riel has seen it on a physical box, and we suspect that they're the same problem (i.e. mine isn't a UML-specific bug). Could it be smbfs? No. I've seen the hang on pure ex2. Rik -- Virtual memory is like a

A signal fairy tale

2001-06-26 Thread Dan Kegel
Once upon a time a hacker named Xman wrote a library that used aio, and decided to use sigtimedwait() to pick up completion notifications. It worked well, and his I/O was blazing fast (since was using a copy of Linux that was patched to have good aio). But when he tried to integrate his library

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Simon Huggins
Hi lkml, On Tue, Jun 26, 2001 at 10:23:03AM +0100, Tim Waugh wrote: If the initialization of parport_serial fails, we obviously get an error message, which is really annoying: [This is different to the issue that is fixed in the -ac tree about parport_serial getting probed for even when

Re: VM tuning through fault trace gathering [with actual code]

2001-06-26 Thread John Fremlin
Marcelo Tosatti [EMAIL PROTECTED] writes: On 25 Jun 2001, John Fremlin wrote: Last year I had the idea of tracing the memory accesses of the system to improve the VM - the traces could be used to test algorithms in userspace. The difficulty is of course making all memory accesses

how to change module to character driver

2001-06-26 Thread Barry Wu
Hi, all, I got a ATI HDTV module. I can use insmod to work on it. Now I want to make it a character driver in my new kernel. Then I can directly use it in kernel booting, and printk on it. How to change module to character driver? Where can I get some information about it? If someone knows,

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Simon Huggins
Hi lkml, On Tue, Jun 26, 2001 at 02:55:31PM +0200, Simon Huggins wrote: post-rm rmmod parport-serial post-remove rmmod parport-serial even. Simon. -- * Oops, yes, we now return you to your regularly scheduled kgcc* | wars. -- Malcolm Beattie | *

Re: Fwd: Re: Microsoft and Xenix.

2001-06-26 Thread Patrick O'Callaghan
Ah, fame at last :-) I'm not on the linux-kernel list but a friend forwarded me this message: Subject: Re: Microsoft and Xenix. Date: Mon, 25 Jun 2001 18:11:01 +0100 (BST) From: [EMAIL PROTECTED] I first used Unix on a PDP11/44 whilst studying for my Computer Engineering degree at

Re: Fork vs GDB

2001-06-26 Thread Nick Papadonis
Julien Laganier [EMAIL PROTECTED] writes: Greetings, Does anyone knows how to debug a program which fork. It seems that gdb doesn't allow us to debug the child processes without calling 'sleep' in the child, and attach it to gdb (Except on HP-UX, but I choose to use Linux ;-)) ? Tnx.

binfmt_misc for executable jar files

2001-06-26 Thread Kurt Huwig
Hello! The applied patch updates the documentation of using binfmt_misc to execute Java applications. It adds support for executable jar files, the normal packaging for Java applications. With Windows, you just double-click on the file, so Linux should be able to run them, too :-) Kurt P.S.:

Re: AMD thunderbird oops

2001-06-26 Thread Thomas Foerster
Hi, I went trought 8 Athlon, (latest 1300 Mhz 200Mhz FSB). Usually those stability problems are related to power supply (it should be at less 300 Watt). If the power supply does not give enought Ampere, and the energy is fluttuant, the Athlon cpu really suffers. I have a 400 Watt power

Re: loop device broken in 2.4.6-pre5

2001-06-26 Thread Andries . Brouwer
Rogier Wolff writes: But why 1024? (Or make the set blocksize ioctl also work on loop devices.) I thought the change was a quick hack that would make stuff work (page cache?) near the end of the file. That would mean that this kind of quick hack won't work. I am not sure I can parse your

Re: Making a module 2.4 compatible

2001-06-26 Thread Anthony Barbachan
- Original Message - From: Christoph Hellwig [EMAIL PROTECTED] To: Horst von Brand [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, June 25, 2001 11:53 AM Subject: Re: Making a module 2.4 compatible Hi Horst, In article [EMAIL PROTECTED] you wrote: Seconded! There are a few

Re: AMD thunderbird oops

2001-06-26 Thread Alan Cox
With 2.2.x Kernel my System runs stable, but when i'm using whatever 2.4.x kernel i like, i get the oopses and processcrashes (but only when i'm NOT root!) That bit is fascinating. Do you do different things as non root ? - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Reg installing a patch on linux

2001-06-26 Thread thunder7
Hi, Please tell me how to install a patch on linux kernel. I have downloaded a patch kernel-patch-2_2_13-kdb_0_6-2.deb. How to install this patch? I am using a 2.2.14-12 kernel. Can I install the above patch. You seem to ask a lot of questions starting with 'Please tell me how', and so

[PATCH] SMSC SLC90E66: IRQ router support and PCI quirk

2001-06-26 Thread pazke
Hi all, SMSC SLC90E66 is southbridge chip, designed to be almost exact clone of Intel PIIX4. So it needs same handling as an original chip. Attached two patches against 2.4.5-ac17, first adds IRQ router support (using functions for Intel PIIX4), second adds quirk handling (ACPI/SMBus

Re: [PATCH] wrong disk index in /proc/stat

2001-06-26 Thread Martin Wilck
Hi, On the other hand, in my tree: static inline unsigned int disk_index (kdev_t dev) { struct gendisk *g = get_gendisk(dev); return g ? (MINOR(dev) g-minor_shift) : 0; } Well, a) this is not in the official kernel, b) the original genhd.h says that's too slow (is it

Re: AMD thunderbird oops

2001-06-26 Thread Alex Deucher
I get oopses too when I use kernels compiled for athlon on my redhat 7.1, athlon 850 system. runs rock solid when I compile for i686. I assumed the athlon optimizations in the kernel were broken, or gcc's athlon optimization was, as I seem to recall some discussion of this a while back on the

Re: Oops in iput

2001-06-26 Thread Florian Lohoff
On Tue, Jun 26, 2001 at 11:09:33AM +0300, Ville Herva wrote: Well, I for one use the 2.2 ide patches extensively (on almost all of my machines, including a heavy-duty backup server), and haven't seen any problems whatsoever. I see _much_ more problems with scsi (aic7xxx), for example. I have

RAID Controller Card

2001-06-26 Thread Ryan C. Bonham
Hello, I am getting ready to install a new server and am planning an installing Linux on it. My Question is Does the 2.4.5 kernel support the Promise SuperTrak100? I know there were problems with this card and Linux, I saw AC was working on fixes for I2O in the 2.4.4 kernels. I just want to know

Problems with 2.4.5ac1[78]

2001-06-26 Thread Meino Christian Cramer
Hi, I tried to compile linux-2.4.5ac17 with processor type Athlon settings. Compilation/Install was successful. But boot produces dozens of unresolved symbols if trying to insmod any of the modules. Not one module was insmodded successfully. I tried PENTIUM III setting, which works

Re: When the FUD is all around (sniff).

2001-06-26 Thread Stephen Satchell
At 02:33 PM 6/26/01 +0200, Alessandro Suardi wrote: To top this off with complete crap, after mentioning Gracenote: There may be a paradoxical situation: the [Microsoft] appeal judge may restore the Microsoft monolith that judge Jackson wanted to break in small pieces. And in the

Questionable SIGSEGV signal handling bug concerning siginfo.si_addr on i386-linux 2.4.2

2001-06-26 Thread Hugo Mildenberger
Dear friends, I'm working on a library, which is able to map (at least synchronous) kernel signals to c++ exceptions in a way, that c++ exception handlers can determine reason and location of failure in a very detailed manner. Within that context, I detected a surprising difference in the

Re: all processes waiting in TASK_UNINTERRUPTIBLE state

2001-06-26 Thread Bulent Abali
I am running in to a problem, seemingly a deadlock situation, where almost all the processes end up in the TASK_UNINTERRUPTIBLE state. All the could you try to reproduce with this patch applied on top of 2.4.6pre5aa1 or 2.4.6pre5 vanilla? Andrea, I would like try your patch but so far I

Re: Questionable SIGSEGV signal handling bug concerning siginfo.si_addr on i386-linux 2.4.2

2001-06-26 Thread Brian Gerst
Hugo Mildenberger wrote: Dear friends, I'm working on a library, which is able to map (at least synchronous) kernel signals to c++ exceptions in a way, that c++ exception handlers can determine reason and location of failure in a very detailed manner. Within that context, I detected a

[OT] Re: When the FUD is all around (sniff).

2001-06-26 Thread Jordan Crouse
On Tuesday 26 June 2001 06:34, Alan Cox mentioned: I suppose they received some pression from M$, but if people read of a FUD from a M$ employed, then they can guess what is going on, if it is a newspaper usually telling facts in a correct way... It is common for newspaper staff to be

Re: all processes waiting in TASK_UNINTERRUPTIBLE state

2001-06-26 Thread Andrea Arcangeli
On Tue, Jun 26, 2001 at 10:47:12AM -0400, Bulent Abali wrote: Andrea, I would like try your patch but so far I can trigger the bug only when running TUX 2.0-B6 which runs on 2.4.5-ac4. /bulent to run tux you can apply those patches in `ls` order to 2.4.6pre5aa1:

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Marcelo Tosatti
On Tue, 26 Jun 2001, Tim Waugh wrote: On Tue, Jun 26, 2001 at 03:17:32AM -0300, Marcelo Tosatti wrote: If the initialization of parport_serial fails, we obviously get an error message, which is really annoying: [This is different to the issue that is fixed in the -ac tree about

Re: 2.4.5 and gcc v3 final

2001-06-26 Thread Anuradha Ratnaweera
On Tue, Jun 26, 2001 at 12:41:49AM +0200, Andreas Bombe wrote: But the first example contains three newlines, the second just one. A thing to keep in mind when going around fixing these multi line strings, explicit newlines have to be added. Some code contains very long lines (around 150

[OT] Re: When the FUD is all around (sniff).

2001-06-26 Thread Jonathan Lundell
At 8:59 AM -0600 2001-06-26, Jordan Crouse wrote: There is a saying in he UK 'You can fool all of the people some of the time, you can fool some of the people all the time, but you cannot fool all of the people all of the time'. Didn't Abraham Lincoln say that? :) That's the common, but

Re: Microsoft and Xenix.

2001-06-26 Thread Joel Jaeggli
On Tue, 26 Jun 2001, Jocelyn Mayer wrote: you get DR-DOS = Digital Research DOS, then you get Novell DOS, then you get Caldera OpenDOS, currently opendos is owned by lineo I think I remember that DR-DOS was the name that Caldera gave to the Digital Research OS, previously known as GEMDOS,

Re: When the FUD is all around (sniff).

2001-06-26 Thread Jonathan Corbet
The Repubblica article was bad enough, but if you want serious kernel FUD you should see this bit of delight on AsiaBizTech: http://www.nikkeibp.asiabiztech.com/wcs/leaf?CID=onair/asabt/fw/133671 For example: Also, the casual attitude of Torvald [sic], which doesn't meet the

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Tim Waugh
On Tue, Jun 26, 2001 at 10:30:41AM -0300, Marcelo Tosatti wrote: - change parport_pc so that it doesn't request parport_serial at init. In this case, how will parport_serial get loaded at all? Perhaps with some recommended /etc/modules.conf lines (perhaps

Re: VM tuning through fault trace gathering [with actual code]

2001-06-26 Thread Marcelo Tosatti
On 26 Jun 2001, John Fremlin wrote: Marcelo Tosatti [EMAIL PROTECTED] writes: On 25 Jun 2001, John Fremlin wrote: Last year I had the idea of tracing the memory accesses of the system to improve the VM - the traces could be used to test algorithms in userspace. The

Re: [OT] Re: When the FUD is all around (sniff).

2001-06-26 Thread Luigi Genoni
On Tue, 26 Jun 2001, Jordan Crouse wrote: On Tuesday 26 June 2001 06:34, Alan Cox mentioned: I suppose they received some pression from M$, but if people read of a FUD from a M$ employed, then they can guess what is going on, if it is a newspaper usually telling facts in a correct

Re: VM tuning through fault trace gathering [with actual code]

2001-06-26 Thread John Fremlin
Marcelo Tosatti [EMAIL PROTECTED] writes: Event Time PID Length Description Trap entry

Re: [PATCH] wrong disk index in /proc/stat

2001-06-26 Thread Guest section DW
On Tue, Jun 26, 2001 at 04:07:33PM +0200, Martin Wilck wrote: static inline unsigned int disk_index (kdev_t dev) { struct gendisk *g = get_gendisk(dev); return g ? (MINOR(dev) g-minor_shift) : 0; } Well, a) this is not in the official kernel, b) the original

Re: Microsoft and Xenix.

2001-06-26 Thread Daniel Phillips
On Tuesday 26 June 2001 17:15, Joel Jaeggli wrote: On Tue, 26 Jun 2001, Jocelyn Mayer wrote: you get DR-DOS = Digital Research DOS, then you get Novell DOS, then you get Caldera OpenDOS, currently opendos is owned by lineo Yes, and the source actually was open for a short time when Caldera

Re: Reg Kernel Debugger kgdb

2001-06-26 Thread Timur Tabi
** Reply to message from SATHISH.J [EMAIL PROTECTED] on Tue, 26 Jun 2001 10:24:02 +0530 (IST) I couls see http://kgdb.sourceforge.net/ the kgdb for 2.4.5 kernel version. Can I use the same for 2.2.14 kernel which I am using? Definitely not. Kernel patches are version-specific, especially

IPv6 fragmentation

2001-06-26 Thread Brad Chapman
Everyone, I have asked this question before on this list and received no answer, so I will try again. I am currently working on a port of the IPv4 connection tracking portion of Netfilter/iptables to the IPv6 protocol. The port is almost complete, except for fragment handling. I would

SMP freeze w/ 2.4.x and unregister_netdev[ice]() [was ppp lockup...]

2001-06-26 Thread Till Immanuel Patzschke
Hi, I've done some testing w/ our SMP machine and the PPPDs - the FREEZE (lock) occurs due to the locking via rtnl_lock()/rtnl_unlock() for unregister_netdevice in ppp_destoy_interface. The problem occurs on 2.4.0.SuSE and all vanilla 2.4.x kernels (just tested 2.4.5) in SMP mode only!!! (And

AW: Questionable SIGSEGV signal handling bug concerning siginfo.si_addr on i386-linux 2.4.2

2001-06-26 Thread Hugo Mildenberger
Dear Brian, it is hard to admit, but you are right even if a structure was not directly involved. The corresponding high level statements were double guarded_log( double *arg ) { try { return log( *arg ); // e.g. arg==0 or arg==0x1234. } catch ( s2e::SCN(SIGSGEV)*e ) {

Re: When the FUD is all around (sniff).

2001-06-26 Thread Rik van Riel
On Tue, 26 Jun 2001, Jonathan Corbet wrote: The Repubblica article was bad enough, but if you want serious kernel FUD you should see this bit of delight on AsiaBizTech: http://www.nikkeibp.asiabiztech.com/wcs/leaf?CID=onair/asabt/fw/133671 If anybody is interested in ressurecting

Re: [PATCH] wrong disk index in /proc/stat

2001-06-26 Thread Martin Wilck
[go to ftp://ftp.XX.kernel.org/pub/linux/kernel/people/aeb/ or so and get patches 01*, 02*, ... and apply them successively to 2.4.6pre5. complain to [EMAIL PROTECTED] if anything is wrong] I see, you're going for a much deeper patch. No objections whatsoever, that's certainly a better

Re: When the FUD is all around (sniff).

2001-06-26 Thread Kip Macy
It's amazing what masquerades as news. It's also noteworthy that they didn't bother to have a native speaker of English to edit the article: An executive of another affiliated company said that he felt the passion of IBM, which is determined to invest US$1 billion, this year alone, in Linux.

Re: [ANNOUNCE] HotPlug CPU patch against 2.4.5

2001-06-26 Thread Greg KH
On Sat, Jun 16, 2001 at 11:29:00PM +1000, Rusty Russell wrote: Hi all, http://sourceforge.net/projects/lhcs/ Version 0.3 (untested) of the HotPlug CPU Patch is out, with ia64 and x86 support. Here's a patch to the patch that adds /sbin/hotplug support (sorry, I couldn't

[PATCH] proc_file_read() (Was: Re: proc_file_read() question)

2001-06-26 Thread Martin Wilck
Hi, Shhh ;-) Last time that hack was mentioned, someone wanted to _remove_ it. It's a very nice little hack to have around, and IKD uses it. I am not saying it should be removed. But IMO it is a legitimate (if not the originally intended) use of start to serve as a pointer to a memory area

Re: [PATCH] wrong disk index in /proc/stat

2001-06-26 Thread Guest section DW
On Tue, Jun 26, 2001 at 06:55:54PM +0200, Martin Wilck wrote: I (being new to kernel hacking) have yet to understand what needs to happen for patches to enter the main branches. You mail them to Linus, with a cc to linux-kernel. If he likes the patch it will be part of the next (pre)release.

AIC7xxx kernel driver; ATTN Mr. Justin T. Gibbs

2001-06-26 Thread myemail
Trying to use an AIC7890 SCSI controller with kernel 2.4.5 I have the problem reported into the attached log files. Same problems with kernel 2.4.3. Kernels below 2.4 doesn't even see it. In MS Windows 95 it works without any problems. I used 3 variations of SCSI controllers built upon

Re: AIC7xxx kernel driver; ATTN Mr. Justin T. Gibbs

2001-06-26 Thread Alan Cox
kernel 2.4.3. Kernels below 2.4 doesn't even see it. In MS Windows 95 it works without any problems. I used 3 variations of SCSI controllers built upon AIC7890, so I don't think all 3 are bad. One was made for Compaq and two for Dell. The AIC7890 is around since a while so that's the

NETDEV WATCHDOG with 2.4.5

2001-06-26 Thread kees
Hi, I tried 2.4.5 but after a couple of hours I lost all network connectivety. The log shows: Jun 25 19:34:17 schoen3 kernel: NETDEV WATCHDOG: eth0: transmit timed out Jun 25 19:34:17 schoen3 kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0Jun 25 19:34:19 schoen3 kernel: NETDEV

Re: [PATCH] proc_file_read() (Was: Re: proc_file_read() question)

2001-06-26 Thread Jonathan Lundell
At 7:14 PM +0200 2001-06-26, Martin Wilck wrote: Hi, Shhh ;-) Last time that hack was mentioned, someone wanted to _remove_ it. It's a very nice little hack to have around, and IKD uses it. I am not saying it should be removed. But IMO it is a legitimate (if not the originally intended)

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Philip Blundell
- change parport_pc so that it doesn't request parport_serial at init. In this case, how will parport_serial get loaded at all? Perhaps with some recommended /etc/modules.conf lines (perhaps parport_lowlevel{1,2,3,...})? This would be a bit bad, because it would require people to guess

Re: loop device broken in 2.4.6-pre5

2001-06-26 Thread Jari Ruusu
[EMAIL PROTECTED] wrote: From [EMAIL PROTECTED] Tue Jun 26 10:20:51 2001 This patch fixes the problem. Please consider applying. --- linux-2.4.6-pre5/drivers/block/loop.cSat Jun 23 07:52:39 2001 +++ linux/drivers/block/loop.cTue Jun 26 09:21:47 2001 @@ -653,7

[PATCH] CREDITS update

2001-06-26 Thread Gareth Hughes
My association with VA Linux Systems (and Precision Insight before that) ended last month. At this stage, it is unclear whether I will continue working on the various open source 3D graphics projects (DRI, Mesa etc) or not. My work is being transitioned to the remaining members of the PI group

Re: loop device broken in 2.4.6-pre5

2001-06-26 Thread Anton Altaparmakov
At 18:59 26/06/2001, Jari Ruusu wrote: [EMAIL PROTECTED] wrote: From [EMAIL PROTECTED] Tue Jun 26 10:20:51 2001 This patch fixes the problem. Please consider applying. --- linux-2.4.6-pre5/drivers/block/loop.cSat Jun 23 07:52:39 2001 +++ linux/drivers/block/loop.c

Re: AIC7xxx kernel driver; ATTN Mr. Justin T. Gibbs

2001-06-26 Thread Brian Gerst
Mihai Gata wrote: Trying to use an AIC7890 SCSI controller with kernel 2.4.5 I have the problem reported into the attached log files. Same problems with kernel 2.4.3. Kernels below 2.4 doesn't even see it. In MS Windows 95 it works without any problems. I used 3 variations of SCSI

Finding out the name behind a /dev/dsp device

2001-06-26 Thread Ilya Konstantinov
Dear LKML, (Please CC your replies to me, since I'm not subscribed) How can I find out the module name which handles a /dev/dsp* device and/or the full name of the Sound Card I'd be addressing by it? For /dev/mixer* devices, there's a SOUND_MIXER_INFO ioctl to retrieve the Mixer chip name, but

Duplicate IP ??

2001-06-26 Thread Richard B. Johnson
I just got a bunch of messages from vger.kernel.org, sent to [EMAIL PROTECTED], claiming a local configuration error and some kind of a loop. There is no configuration that has changed on that machine for at least two years although our firewall got updated last week to fix the ECN bug. I

Re: parport_pc tries to load parport_serial automatically

2001-06-26 Thread Tim Waugh
On Tue, Jun 26, 2001 at 06:59:11PM +0100, Philip Blundell wrote: This would be a bit bad, because it would require people to guess whether they might have a card that parport_serial can drive and/or try loading the module to see what happens. Not necessarily. The module has a PCI device

VM Requirement Document - v0.0

2001-06-26 Thread Jason McMullan
Here's my first pass at a VM requirements document, for the embedded, desktop, and server cases. At the end is a summary of general rules that should take care of all of these cases. Bandwidth Descriptions: immediate: RAM, on-chip cache, etc. fast: Flash reads,

Re: [comphist] Re: Microsoft and Xenix.

2001-06-26 Thread Rob Landley
On Monday 25 June 2001 16:19, [EMAIL PROTECTED] wrote: Hi again, some old brain-cells got excited with the good-ol-days and other names have surfaced like Superbrain,Sirius and Apricot.Sirius was Victor in the USA. If you go done the so-called IBM compatible route then the nearly

Re: Microsoft and Xenix.

2001-06-26 Thread Rob Landley
On Monday 25 June 2001 15:23, Kai Henningsen wrote: The AS/400 is still going strong. It's a virtual machine based on a relational database (among other things), mostly programmed in COBOL (I think the C compiler has sizeof(void*) == 16 or something like that, so you can put a database

Patch(2.4.5): Fix PCMCIA ATA/IDE freeze (w/ PCI add-in cards)

2001-06-26 Thread Gunther Mayer
Hi, this patch fixes the hard hang (no SYSRQ) on inserting any PCMCIA ATA/IDE card (e.g. CompactFlash, Clik40 etc) to a PCI-Cardbus bridge add-in card. Thanks David for his valuable explanation about what happens: ide-probe registers it's irq handler too late! After it triggers the interrupt

  1   2   3   4   >