[PATCH] dma: mpc512x_dma.c: Fix build failures
Fixes build errors caused by the: - OF device_node pointer being moved into struct device - removal of the match_table field from struct of_platform_driver Signed-off-by: Anatolij Gustschin <agust(a)denx.de> Cc: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/dma/mpc512x_dma.c | 10 +++++----- 1 files ... 31 May 2010 13:04
[PATCH] mtd: nand: mpc5121_nfc.c: Fix build failures
Fixes build errors caused by the: - OF device_node pointer being moved into struct device - removal of the match_table field from struct of_platform_driver Signed-off-by: Anatolij Gustschin <agust(a)denx.de> Cc: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/mtd/nand/mpc5121_nfc.c | 8 ++++---- 1 fil... 31 May 2010 13:04
firewire: core: check for 1394a compliant IRM, fix inaccessibility of Sony camcorder
H.S. wrote: I will report back how it goes as soon as I am able to do the experiments. Well, good news. The patch seems to be worked as you designed. Compiled the kernel with your patch, rebooted the machine and plugged in the camcorder to the firewire port. This is what the log said: May 31 11:06:... 2 Jun 2010 19:49
[PATCH] DM-CRYPT: Scale to multiple CPUs
DM-CRYPT: Scale to multiple CPUs Currently dm-crypt does all encryption work per dmcrypt mapping in a single workqueue. This does not scale well when multiple CPUs are submitting IO at a high rate. The single CPU running the single thread cannot keep up with the encryption and encrypted IO performance tanks. ... 2 Jun 2010 06:33
add x86 platform driver tree
Hi Matthew, On Mon, 31 May 2010 16:04:50 +0100 Matthew Garrett <mjg59(a)srcf.ucam.org> wrote: Could you please add git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git linux-next to the -next tree? This consists of x86-specific platform drivers and is relatively quiet. I wi... 31 May 2010 13:03
ReferenceNumber:UK/3027/445
My name is Mr Alexo Chamber , I work with the Euro Lottery. I am soliciting your assistance for a swift transfer of 4,528,000 GBP, should you be willing to assist me in this project? you will be giving me just 40% of your winnings. Due to my position in the company I can make it happen that you would be a winner of the... 31 May 2010 11:57
Fwd: A weird multi-thread performance problem
Hi, I experienced a very strange performance problem. I wrote a user space application which has three threads: Thread A, Thread B, Thread C.  The initial state is that C is waiting on a semaphore S0, B is waiting on another semaphore S1. Now A prepare a buffer, and do some processing on the buffer, and it w... 31 May 2010 11:57
[PATCH] Drivers: Stagins: memrar: cleanup
From:Spyros Papageorgiou <spyros.papageorgiou(a)gmai.com> Removed an unneeded struct specifier in function call. Signed-off-by: Spyros Papageorgiou <spyros.papageorgiou(a)gmai.com> --- drivers/staging/memrar/memrar_allocator.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers... 31 May 2010 11:57
[NEXT] add x86 platform driver tree
Hi Stephen, Could you please add git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git linux-next to the -next tree? This consists of x86-specific platform drivers and is relatively quiet. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "un... 31 May 2010 11:57
[PATCH] checkpatch: don't warn for space after for_each_* macros
checkpatch: don't warn for space after for_each_* macros for_each_possible_cpu and similar macros act like loops and it's natural for them to be written like while () with a space before the paren. Unfortunately checkpatch.pl warns about this: WARNING: space prohibited between function name and open parenthes... 31 May 2010 11:57