First  |  Prev |  Next  |  Last
Pages: 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353
[PATCH] staging/lirc: fix non-CONFIG_MODULES build horkage
Fix when CONFIG_MODULES is not enabled: drivers/staging/lirc/lirc_parallel.c:243: error: implicit declaration of function 'module_refcount' drivers/staging/lirc/lirc_it87.c:150: error: implicit declaration of function 'module_refcount' drivers/built-in.o: In function `it87_probe': lirc_it87.c:(.text+0x4079b0): un... 29 Jul 2010 11:53
2.6.34 BUG on stopping md device
Hi! Ever since I upgraded to 2.6.34, I've been getting kernel bugs whenever I stop a md array. Last night I got a kernel BUG last night after stopping an md device. I had to reboot as I could not do anything with the machine. Here's the following dmesg output: Jul 29 13:17:20 lithium kernel: md: md0 stoppe... 29 Jul 2010 11:53
[PATCH 2/3] Removing conditionalizing containing exactly the same code
Found this because there's no PPC64 in um, however both branches of this ifdef contain the exactly same code (modulo comment). Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> --- arch/um/sys-ppc/shared/sysdep/ptrace.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/arch/um/sys... 29 Jul 2010 11:53
[PATCH 3/3] Removing dead copy&paste code
In arch/um there's a lot of code that is copied from their original arch (but out of sync) and contains code blocks that are either dead because these options disappearedd or because the arch/x86 Kconfig stuff doesn't reach arch/um. X86_OOSTORE is a bit tricky because it's in itself seemingly available on arch/u... 29 Jul 2010 11:53
[PATCH] U6715 16550A serial driver support
UART Features extract from STEricsson U6715 data-sheet (arm926 SoC for mobile phone): * Fully compatible with industry standard 16C550 and 16C450 from various manufacturers * RX and TX 64 byte FIFO reduces CPU interrupts * Full double buffering * Modem control signals include CTS, RTS, (and DSR, DTR on UART1 only)... 29 Jul 2010 11:53
[PATCH] ptrace: optimize exit_ptrace() for the likely case
(replaces ptrace-dont-run-write_locktasklist_lock-if-the-parent-doesnt-ptrace-other-processes.patch) exit_ptrace() takes tasklist_lock unconditionally. We need this lock to avoid the race with ptrace_traceme(), it acts as a barrier. Change its caller, forget_original_parent(), to call exit_ptrace() under taskli... 29 Jul 2010 11:53
writeback: prevent sync livelock with the sync_after timestamp
Hi Fengguang, On Thu 29-07-10 19:51:45, Wu Fengguang wrote: The start time in writeback_inodes_wb() is not very useful because it slips at each invocation time. Preferrably one _constant_ time shall be used at the beginning to cover the whole sync() work. The newly dirtied inodes are now guarded at... 30 Jul 2010 02:07
writeback: introduce wbc.for_sync to cover the two sync stages
On Thu 29-07-10 19:51:43, Wu Fengguang wrote: The sync() is performed in two stages: the WB_SYNC_NONE sync and the WB_SYNC_ALL sync. It is necessary to tag both stages with wbc.for_sync, so as to prevent either of them being livelocked. The basic livelock scheme will be based on the sync_after timestamp... 30 Jul 2010 02:07
usbtmc makes Rigol DS1052E oscilloscope crash
On May 25, 2010, 10:34 AM dfnsonfsduifb at gmx wrote: I'm experiencing trouble connecting to a Rigol DS1052E oscilloscope via the usbtmc USB class driver. When requesting small amounts of data it works quite nicely, but when requesting a large chunk (i.e. when requesting the whole memory to be transferred),... 29 Jul 2010 11:53
patch "Staging: ti-st: update ABI and TODO" added to staging-next tree
On Thu, Jul 29, 2010 at 12:49:59PM +0530, Savoy, Pavan wrote: Greg, -----Original Message----- From: gregkh(a)suse.de [mailto:gregkh(a)suse.de] Sent: Wednesday, July 28, 2010 10:24 AM To: Savoy, Pavan; gregkh(a)suse.de Subject: patch "Staging: ti-st: update ABI and TODO" added to staging-... 30 Jul 2010 02:07
First  |  Prev |  Next  |  Last
Pages: 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353