[PATCH 12/12] Initialize xenbus device structs with ENODEV as default state
From: Don Dutile <ddutile(a)redhat.com> this way if xenbus isn't configured in a FV xen guest, loading pv drivers (like netfront) won't crash the guest. Signed-off-by: Don Dutile <ddutile(a)redhat.com> Signed-off-by: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> --- drivers/xen/xenbus/xenbus_probe.c | ... 18 May 2010 07:04
[PATCH 10/12] __setup_vector_irq: handle NULL 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/io_apic.c index c64499c..4d3d391 100644 --- a/arch/x86/kernel/apic/io_apic.c ++... 18 May 2010 07:04
[PATCH 0 of 12] PV on HVM Xen
Hi all, this is the fixed, updated and rebased version of the PV on HVM series: the series is based on 2.6.34 now and supports Xen PV frontends running in a HVM domain, including netfront, blkfront and the VIRQ_TIMER. The list of bugs fixed in this update includes: xenbus drivers crashes when xenbus is not prope... 18 May 2010 07:04
perf probe: Don't compile CFI related code if elfutils is old
On Tue, May 18, 2010 at 11:35 AM, Robert Richter <robert.richter(a)amd.com> wrote: On 17.05.10 21:57:38, tip-bot for Masami Hiramatsu wrote: Commit-ID:  7752f1b096e13991f20b59fd11ba73da3809d93c Gitweb:     http://git.kernel.org/tip/7752f1b096e13991f20b59fd11ba73da3809d93c Author:     Masami Hiramatsu <mhir... 18 May 2010 05:59
sh updates for 2.6.35-rc1
Hello Paul, On Tue, May 18, 2010 at 2:55 PM, Paul Mundt <lethal(a)linux-sh.org> wrote: Please pull from: � � � �master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: ... �drivers/dma/shdma.c � � � � � � � � � � � � | � 52 ++- �drivers/dma/shdma.h � � � � � � � � � � � �... 18 May 2010 19:14
[PATCH] x86,perf: P4 PMU -- fix misprint in unflagged nmi handling
From: Cyrill Gorcunov <gorcunov(a)openvz.org> Subject: [PATCH] x86,perf: P4 PMU -- fix misprint in unflagged nmi handling Tested-by: Lin Ming <ming.m.lin(a)intel.com> Signed-off-by: Cyrill Gorcunov <gorcunov(a)openvz.org> --- arch/x86/kernel/cpu/perf_event_p4.c | 2 +- 1 files changed, 1 insertions(+), 1 deletion... 18 May 2010 05:59
[GIT PULL] sh updates for 2.6.35-rc1
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: Guennadi Liakhovetski (5): SH: extend SCI DMA support to work on SCIFA ports SH: constify multiple DMA related objects and references to them SH: fix TS field shift calculation for DMA drivers ... 18 May 2010 05:59
cris:Check kmalloc return value before use data
Sure, if you feel like its worth it. If we can't allocate one page of data in an init function we are probably up for more problems soon... Signed-off-by: Mikael Starvik <starvik(a)axis.com> -----Original Message----- From: Steven Liu [mailto:lingjiujianke(a)gmail.com] Sent: den 18 maj 2010 08:26 To: Mikael Star... 18 May 2010 05:59
[PATCH] hwmon: Add driver for intel PCI thermal subsystem
Matthew, On Sun, 11 Apr 2010 13:24:37 +0200, Jean Delvare wrote: On Fri, 11 Dec 2009 10:52:30 -0500, Matthew Garrett wrote: (...) +MODULE_AUTHOR("Matthew Garrett <mjg(a)redhat.com>"); +MODULE_DESCRIPTION("Intel thermal subsystem hwmon driver"); +MODULE_LICENSE("GPL"); Update wanted, if yo... 18 May 2010 05:59
signals: check_kill_permission: don't check creds if same_thread_group()
Oleg Nesterov <oleg(a)redhat.com> wrote: Also, move "cred = current_cred()" down to avoid calling get_current() twice. I don't see what you mean by this. same_thread_group() doesn't call current_cred(), so why this change? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" ... 18 May 2010 10:21