First  |  Prev |  Next  |  Last
Pages: 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
add missing unlock_kernel calls...
On Sunday 08 August 2010, Daniel J Blueman wrote: Hi Roger, Here is a fix for 2.6.36-rc1: Ensure the BKL is dropped along all paths. Signed-off-by: Daniel J Blueman <daniel.blueman(a)gmail.com> diff --git a/drivers/hid/usbhid/hiddev.c b/drivers/hid/usbhid/hiddev.c index c24d2fa..53263e7 ... 8 Aug 2010 11:13
[2.6.35 patch] add missing unlock_kernel calls...
Hi Roger, Here is a fix for 2.6.36-rc1: Ensure the BKL is dropped along all paths. Signed-off-by: Daniel J Blueman <daniel.blueman(a)gmail.com> diff --git a/drivers/hid/usbhid/hiddev.c b/drivers/hid/usbhid/hiddev.c index c24d2fa..53263e7 100644 --- a/drivers/hid/usbhid/hiddev.c +++ b/drivers/hid/usbhid/hid... 8 Aug 2010 11:13
[PATCH] mmc_spi: Fix unterminated of_match_table
commit 2ffe8c5f323c3b9749bf7bc2375d909d20bdbb15 ("of: refactor of_modalias_node() and remove explicit match table"), introduced an unterminated of_match_table, which may cause kernel to oops. This patch fixes the issue by adding an empty device ID. Signed-off-by: Anton Vorontsov <avorontsov(a)mvista.com> --- d... 8 Aug 2010 11:13
[PATCH] x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods
The current computation, introduced with f12a15be63, of FSEC_PER_SEC using the multiplication of (FSEC_PER_NSEC * NSEC_PER_SEC) is performed only with 32bit integers on small machines, resulting in an overflow and a *very* short intervals being programmed. An interrupt storm follows. Note that we also have to sp... 8 Aug 2010 09:04
[PATCH] percpu: fix a memory leak in pcpu_extend_area_map()
From 206c53730b8b1707becca7a868ea8d14ebee24d2 Mon Sep 17 00:00:00 2001 From: Huang Shijie <shijie8(a)gmail.com> Date: Sun, 8 Aug 2010 14:39:07 +0200 The original code did not free the old map. This patch fixes it. tj: use @old as memcpy source instead of @chunk->map, and indentation and description update ... 8 Aug 2010 09:04
workqueue: add missing __percpu markup in kernel/workqueue.c
On 08/07/2010 03:53 PM, Namhyung Kim wrote: works is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Applied to wq#for-linus. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m... 8 Aug 2010 09:04
KVM: Activate Virtualization On Demand
Hi! Since the above patch went in http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=10474ae8 I have exactly the same problem as Dieter. If that's the case I'd say you have a broken BIOS or bootloader. You are right, it seems to be always cpu0. I'll check my BIOS and flash... 8 Aug 2010 09:04
attempting to git bisect a panic - I must be doing something wrong...
The main issue: out-of-tree, proprietary broadcom-sta wireless works in 2.6.35-git1 and panics in following kernels tried (-git2, -git3, -git4, -git5) at load time; RIPs don't get logged on disk and have been different at least two out of three times (once in neigh_invalidate, once in acpi_enter_idle_bm). A... 8 Aug 2010 09:04
2.6.35-git6: s390 build failure (drivers/s390/scsi/zfcp_qdio.c)
Latest 2.6.35 git - 2.6.35-git6 (cd816a0d8...) fails to build on a s390 box with following error : drivers/s390/scsi/zfcp_erp.c: In function 'zfcp_erp_thread': drivers/s390/scsi/zfcp_erp.c:1337: warning: frame size of 'zfcp_erp_thread' is 280 bytes drivers/s390/scsi/zfcp_qdio.c: In function 'zfcp_qdio_siosl': dr... 9 Aug 2010 03:36
[GIT PULL] (cleaned up) block/IO bits for 2.6.36-rc1
Hi Linus, Lets try this again. I based it off v2.6.35 and did the manual work required to get it to apply. The main issue was the ordering around the xen-blkfront and the block BKL removal patches. And I also dropped a patch that could be folded into another one. I did a test pull of this into your current HEA... 8 Aug 2010 06:55
First  |  Prev |  Next  |  Last
Pages: 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119