First  |  Prev |  Next  |  Last
Pages: 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951
[PATCH 08/13] Fix possible NULL pointer dereference in print_IO_APIC
From: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> 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 ... 21 Jun 2010 13:33
[PATCH 10/13] Do not try to disable hpet if it hasn't been initialized before
From: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> hpet_disable is called unconditionally on machine reboot if hpet support is compiled in the kernel. hpet_disable only checks if the machine is hpet capable but doesn't make sure that hpet has been initialized. Signed-off-by: Stefano Stabellini <stefan... 21 Jun 2010 13:33
[PATCH 12/13] Unplug emulated disks and nics
From: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> Add a xen_emul_unplug command line option to the kernel to unplug xen emulated disks and nics. Set the default value of xen_emul_unplug depending on whether or not the Xen PV frontends and the Xen platform PCI driver have been compiled for this kernel... 21 Jun 2010 13:33
[PATCH 09/13] __setup_vector_irq: handle NULL chip_data
From: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> 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... 21 Jun 2010 13:33
2.6.35-rc3 regression: IBM Maia system is unbootable [ACPI related?]
James Bottomley <James.Bottomley(a)HansenPartnership.com> writes: The system in question has a set of root bridges, with the CD rom (which is seen) being on bus 0 and the SCSI controller, which doesn't show up being on bus 1 (with several other things on busses > 1). The system uses ACPI to detect the mu... 22 Jun 2010 11:34
[PATCH 0/12] PV on HVM Xen
Hi all, this is another update on the PV on HVM Xen series; a list of changes compared to the previous version follows: - the bug caused by modprobing xen frontend modules when xenbus is not initialized has been fixed: now xenbus is always initialized during postcore_initcall, before device drivers are initializ... 21 Jun 2010 12:27
[PATCH 8/8 v2]tuners:tuner-simple Fix warning: variable 'tun' set but not used
Resend due to a whitespace issue I created by mistake. The below patch fixes a warning message create by gcc 4.6.0 CC [M] drivers/media/common/tuners/tuner-simple.o drivers/media/common/tuners/tuner-simple.c: In function 'simple_set_tv_freq': drivers/media/common/tuners/tuner-simple.c:548:20: warning: variable... 21 Jun 2010 12:27
2.6.35-rc3 regression: IBM Maia system is unbootable [ACPI related?]
The system in question has a set of root bridges, with the CD rom (which is seen) being on bus 0 and the SCSI controller, which doesn't show up being on bus 1 (with several other things on busses > 1). The system uses ACPI to detect the multiple bridges, so it seems that this failure in 2.6.35-rc3: ACPI: Core ... 29 Jun 2010 12:57
[PATCH] X86: intel_ips, check for kzalloc properly
Or what about this one? -- Stanse found that there are two NULL checks missing in ips_monitor. So check their value too and bail out appropriately if the allocation failed. While at it, add one more kfree to the fail path. It is not necessary now, but may be needed in the future when a new allocation is add... 21 Jun 2010 12:27
tracing: Fix undelared ENOSYS in include/linux/tracepoint.h
* Steven Rostedt (rostedt(a)goodmis.org) wrote: On Mon, 2010-06-21 at 19:09 +0800, Wu Zhangjin wrote: From: Wu Zhangjin <wuzhangjin(a)gmail.com> The header file include/linux/tracepoint.h may be included without include/linux/errno.h and then the compiler will fail on building for undelcared EN... 21 Jun 2010 12:27
First  |  Prev |  Next  |  Last
Pages: 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951