[PATCH] Security: key: keyring: fix code style issues
From: Chihau Chau <chihau(a)gmail.com> This fixes to include <linux/uaccess.h> instead <asm/uaccess.h> and some code style issues like to put a else sentence below close brace '}' and to replace a tab instead of some space characters. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- security/keys/keyring.c | ... 9 Mar 2010 14:39
[PATCH] sysfs: use sysfs_bin_attr_init in firmware class driver
Annotate dynamic sysfs attribute in fw_setup_device(). This gets rid of the following lockdep warning: bnx2 0000:08:00.0: firmware: requesting bnx2/bnx2-mips-06-5.0.0.j6.fw BUG: key ffff880008293470 not in .data! ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2706 lockdep_init_map+0x562/0x620(... 9 Mar 2010 14:39
[PATCH] KGDB: add smp_mb() in synchronisation during exception handler exit
KGDB uses atomic variables and busy-wait loops to co-ordinate between multiple CPUs on an SMP system. When an exception is handled, the primary CPU executes kgdb_handle_exception() whilst the others execute kgdb_wait. There comes a point when the waiters are waiting for the primary CPU to finish: /* Wait till ... 9 Mar 2010 13:30
[RFC PATCH v3 04/11] swiotlb: support NOT_COHERENT_CACHE PowerPC platforms
Konrad Rzeszutek Wilk wrote: Hey Albert, I've been doing some posting in this area to split the physical / bus address translation so that multiple platforms can utilize it. I was wondering if it makes sense to utilize some of those concepts (ie, extend it for DMA coherency) for your code: htt... 9 Mar 2010 13:30
ARM: mach-sa1100: Put nanoEngine support back in the kernel.
Hi Kristoffer, On Tue, Mar 9, 2010 at 13:52, Kristoffer Ericson <kristoffer.ericson(a)gmail.com> wrote: Without testing it on the actual hardware it applies and looks good, compilation also goes smoothly without any issues. It looks quite alright to me. What are you planning to do with the fixup function? ... 29 Mar 2010 15:51
[PATCH] enable DEBUG_SECTION_MISMATCH for Blackfin systems
We see only one section mismatch now after thousands of randconfigs, and a bug has been filed about that one. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- lib/Kconfig.debug | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 25c3ed5.... 9 Mar 2010 13:30
[PATCH 08/13] serial: bfin_sport_uart: zero sport_uart_port if allocated dynamically
From: Sonic Zhang <sonic.zhang(a)analog.com> Need to initialize the SPORT state rather than using random memory. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- drivers/serial/bfin_sport_uart.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(... 9 Mar 2010 13:30
[PATCH 07/13] serial: bfin_sport_uart: protect changes to uart_port
From: Sonic Zhang <sonic.zhang(a)analog.com> Common serial API says we need to grab the port lock before modifying the port state to prevent inconsistent state between threads. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- drivers/serial/bfin_sport_ua... 9 Mar 2010 13:30
[PATCH 00/13] Blackfin SPORT UART updates
I was waiting for the mondo SPORT UART patch to be merged, so now that that's done, we can push up the rest. All of this stuff is fine for 2.6.34 or 2.6.35. I don't believe any of these are "really important" bugfixes. Mike Frysinger (4): serial: bfin_sport_uart: drop useless status masks serial: bfin_sp... 9 Mar 2010 13:30
[PATCH 03/13] serial: bfin_sport_uart: remove unused peripheral pin lists
From: Sonic Zhang <sonic.zhang(a)analog.com> All the resources are in the boards files now. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- drivers/serial/bfin_sport_uart.c | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) ... 9 Mar 2010 13:30