[RFC PATCH 1/11] pcmcia: at91_cf update
From: David Brownell <david-b(a)pacbell.net> Date: Sat, 1 Jul 2006 13:39:55 -0700 Subject: [PATCH] pcmcia: at91_cf update More correct AT91 CF wakeup logic ... only enable/disable the IRQ wakeup capability, not the IRQ itself. That way the we know that the IRQ will be disabled correctly, in suspend/resume logic i... 25 Oct 2006 22:52
[PATCH 1/2] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB
On Wed, 25 Oct 2006 15:27:09 -0700 David Brownell wrote: The other parts are right, this isn't. Instead, "usbnet.c" should #ifdef the relevant ethtool hooks according to CONFIG_MII ... since it's completely legit to use usbnet with peripherals that don't need MII. Ugh. OK. How's this? (2 patches... 25 Oct 2006 20:16
missing unused dentry in prune_dcache()?
Vasily Averin <vvs(a)sw.ru> wrote: # If prune_dcache finds a dentry that it cannot free, it leaves it where it # is (at the tail of the list) and exits, on the assumption that some other # thread will be removing that dentry soon. However as far as I see this comment is not correct: when we cannot... 27 Oct 2006 10:53
megaraid_sas waiting for command and then offline
Hi, I found someone corresponding to your name writing about a problem with the megaraid sas driver/hardware on the LKML: http://lkml.org/lkml/2006/9/6/12 We have a Dell (2950, running 2.6.18 #1 SMP) as well, and the way I managed to kill the thing dead in its tracks (symptoms basically what you you describ... 13 Nov 2006 17:09
[PATCH] MMC: Poll card status after rescanning cards
Some broken cards seem to process CMD1 even in stand-by state. The result is that the card replies with ILLEGAL_COMMAND error for the next command sent after rescanning. Currently the next command is select card, which would return the error. But CMD7 does actually succeed and retries of the command will timeout. T... 25 Oct 2006 02:54
chic Freee shining datinng sitee.
gobsmacked daating sitte. http://caztlxnmoses.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 24 Oct 2006 23:16
v4l compat ioctls broken
I am running 32-bit userspace and recently switched to 64-bit kernel on Athlon64. Most things work fine but I can not watch TV with a bttv card that worked with 32-bit kernel. I discovered the problem with 2.6.19-rc* but it appears also in 2.6.18. This is failed tvtime start + xawtv from 2.6.18: compat_io... 24 Oct 2006 17:00
DMA timeout errors on Dell Latitude XPi CD P150ST
On 2006-10-24, Panagiotis Issaris wrote: ------=_Part_12761_28196610.1161702311028 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, When booting Linux 2.6.19-rc3 (or 2.6.8-16sarge5 so it is not specific to the current ... 25 Oct 2006 19:44
KVM: define exit handlers
Avi Kivity wrote: +static int handle_external_interrupt(struct kvm_vcpu *vcpu, + struct kvm_run *kvm_run) +{ + ++kvm_stat.irq_exits; + return 1; +} Don't you need to propagate the interrupt here? In Xen, we inject the interrupt using the IDT. As a module, you don't have access to ... 24 Oct 2006 03:49
Battery class driver.
On Mon, Oct 23, 2006 at 07:20:33PM +0100, David Woodhouse wrote: +BATTERY_DEVICE_ATTR("temp1",TEMP1,milli); +BATTERY_DEVICE_ATTR("temp1_name",TEMP1_NAME,string); +BATTERY_DEVICE_ATTR("temp2",TEMP2,milli); +BATTERY_DEVICE_ATTR("temp2_name",TEMP2_NAME,string); +BATTERY_DEVICE_ATTR("voltage",VOLTAGE,milli... 5 Nov 2006 16:34