some help in kernel debugging
Hi All, I'm following instructions at http://kgdb.linsyssoft.com/quickstart.htm to get into kernel debugging. Since it doesn't ask me to do a 'make modules;make modules_install' on the test machine, I think I can't build a good initrd image on the test machine (since mkinitrd requires a kernel version which it ... 21 Nov 2006 18:32
usb: generic calibration support
hi On Thursday 16 November 2006 11.25, Holger Schurig wrote: From: Holger Schurig <hs4233(a)mail.mn-solutions.de> Generic calibration support for usbtouchscreen. Signed-off-by: Holger Schurig <hs4233(a)mail.mn-solutions.de> --- With build-in calibration support, the "swap_xy" kernel parame... 17 Nov 2006 10:36
[PATCH] usb: generic calibration support
From: Holger Schurig <hs4233(a)mail.mn-solutions.de> Generic calibration support for usbtouchscreen. Signed-off-by: Holger Schurig <hs4233(a)mail.mn-solutions.de> --- With build-in calibration support, the "swap_xy" kernel parameter vanishes and usbtouchscreen instead gains a new kernel-parameter which holds ... 16 Nov 2006 05:57
2.6.19-rc5-mm2: warnings in MODPOST and later
On Tue, 14 Nov 2006 23:56:22 +0100 Adrian Bunk <bunk(a)stusta.de> wrote: Since people were recently complaining about too many warnings: Here is a list of the warnings I'm getting in MODPOST and later. Since the warnings by far exceed the 100kB limit of linux-kernel (sic), I had to attach them compres... 15 Nov 2006 02:56
UDP packets loss
Hi, I am running a client/server test app over IPOIB in which the client sends a certain amount of data to the server. When the transmittion ends, the server prints the bandwidth and how much data it received. I can see that the server reports it received about 60% that the client sent. However, when I look at the... 17 Nov 2006 10:04
Extend notifier_call_chain to count nr_calls made.
On Tue, 14 Nov 2006 17:50:51 +0530 Gautham R Shenoy wrote: Provide notifier_call_chain with an option to call only a specified number of notifiers and also record the number of call to notifiers made. The need for this enhancement was identified in the post entitled "Slab - Eliminate lock_cpu_hotplu... 22 Nov 2006 01:53
Atmel MACB ethernet driver
Haavard Skinnemoen wrote: Driver for the Atmel MACB on-chip ethernet module. Tested on AVR32/AT32AP7000/ATSTK1000. I've heard rumours that it works with AT91SAM9260 as well, and it may be possible to share some code with the at91_ether driver for AT91RM9200. Hardware documentation can be found in... 22 Nov 2006 08:34
2.6.19-rc5-mm2
Presently at http://userweb.kernel.org/~akpm/2.6.19-rc5-mm2/ and will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.19-rc5/2.6.19-rc5-mm2/ - Included the fault-injection patchset. This is cool stuff and means that someone might actually be able to demonstrate a ... 17 Nov 2006 10:36
Make the TSC safe to be used by gettimeofday().
On Tuesday 14 November 2006 02:06, Suleiman Souhlal wrote: I've had a proof-of-concept for this since August, and finally got around to somewhat cleaning it up. Thanks. I got a competing implementation for this unfortunately now from Vojtech & Jiri Yours is simpler, but I'm not sure as complete. What ar... 15 Nov 2006 02:25
overriding BIOS (was: Re: [ANNOUNCE] kvm howto)
On Mon, 2006-11-13 at 21:34 +0100, Tomasz Torcz wrote: On Mon, Nov 06, 2006 at 12:15:02AM -0800, Dor Laor wrote: The BIOS check is a must, it checks bit #0 of MSR_IA32_FEATURE_CONTROL, if it set this means that software cannot write to the MSR. If bit #2 is clear too then when executing vmxon you'll g... 13 Nov 2006 16:05