[PATCH 04/11] Fix find_unbound_irq in presence of ioapic irqs.
Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> --- drivers/xen/events.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index 8b68fc4..1356fa2 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -... 24 May 2010 14:34
[PATCH 09/11] __setup_vector_irq: handle NULL chip_data
the VIRQ_TIMER handler and virq handlers in general don't have any chip_data. Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> --- arch/x86/kernel/apic/io_apic.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/... 24 May 2010 14:34
[PATCH 08/11] Fix possible NULL pointer dereference in print_IO_APIC
Make sure chip_data is not NULL before accessing it (the VIRQ_TIMER handler and virq handlers in general don't have any chip_data). Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> --- arch/x86/kernel/apic/io_apic.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/... 24 May 2010 14:34
mm:highmem.h remove obsolete memclear_highpage_flush() call.
On Mon, May 17, 2010 at 7:42 PM, Justin P. Mattock <justinmattock(a)gmail.com> wrote: memclear_highpage_flush has been changed over to zero_user_page for some time now. I think it's safe to say it's o.k. to remove all of it. (but correct me if I'm wrong). Signed-off-by: Justin P. Mattock <justinmattock... 24 May 2010 14:34
iwl3945 bug in 2.6.34
On Sun, May 23, 2010 at 11:55:43AM +0530, Satish Eerpini wrote: I am running a custom compiled 2.6.34 (fedora 12) on a hp nx7400 with a Intel Pro Wireless 3945 card, the card works fine and connects to a WEP secure wireless connection on my router. But after some time network manager starts reporting that... 11 Jun 2010 12:34
[RFC] User Guide for Sysfs and libudev
Hello, Several weeks ago I had need of libudev, and was unable to find very much documentation for it on the web. I have created a guide on how to use libudev, which also provides some background information on /dev, Sysfs, and why this kind of thing is needed. Please check it out and provide comments, as I'... 24 May 2010 14:34
Staging: comedi: Refactored code to fix long line lengths in drivers.c
On Mon, 2010-05-24 at 17:22 +0800, Mark wrote: Joe I'm happy with this patch, so we can submit it as is. I've added a signed-off-by line for you below since it is really your code, is that ok for me to add that? I was just typing for example's sake. I didn't compile it or test it. If you have, fine. --... 24 May 2010 13:28
[PATCH 2/2] dm: export a table+mapped device to the ioctl interface
If a mapped device and table is configured without traversing the dm-ioctl interface (dm-fs-style), then it will not be bound to a name or uuid. This means that it will be inaccessible for userspace management and udev will be unhappy with the lack of a name or uuid. The function added in this change performs t... 24 May 2010 13:28
[PATCH 1/2] dm: ensure dm_table_complete() completes a table for use
This patchset breaks up the patch linked below: https://patchwork.kernel.org/patch/101026/ This change unifies the various checks and finalization that occurs on a table prior to use. By doing so, it allows table construction without traversing the dm-ioctl interface. Signed-off-by: Will Drewry <wad(a)chromiu... 24 May 2010 13:28
input: dynamically allocate ABS information
On Mon, May 24, 2010 at 06:08:05PM +0200, Daniel Mack wrote: Hi Dmitry, any feelings about this approach? Still pondering...I applied the very first patch though... Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord... 10 Aug 2010 23:32