Security: Fix some coding styles in security/keys/keyring.c
wzt.wzt(a)gmail.com wrote: Fix some coding styles in security/keys/keyring.c Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> Acked-by: David Howells <dhowells(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.ke... 8 Mar 2010 09:41
Adding Support for SPEAr Platform under ARM architecture
Dear Russell, We really would like to contribute back to the linux community with the SPEAr architecture, as we already did for the u-boot loader. We started just adding the minimum required to boot up the system, but we will definetely add all the remaining peripheral in the next merging windows. Can you p... 8 Mar 2010 09:41
sync_mm_rss() issues
There are a couple of issues with sync_mm_rss(), as added by patch: commit 34e55232e59f7b19050267a05ff1226e5cd122a5 Author: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Date: Fri Mar 5 13:41:40 2010 -0800 Subject: mm: avoid false sharing of mm_counter (1) You haven't implemented it for NOMMU mod... 8 Mar 2010 19:49
Linux-2.6.33 to 33-git9 intel_drm: drm_fb_helper panic
On 03/04/2010 04:34 PM, Tarkan Erimer wrote: When I booted into 2.6.33, hard lock up occurs via the following error message at boot time : [drm:drm_fb_helper_panic] *ERROR* panic occured, switching back to text console BUG: scheduling while atomic: init/1/0x00000002 This is a KMS enabled kernel... 8 Mar 2010 09:41
[patch] rt2860: off by one errors
The code is trying to say that if the offset is higher than the max it should be set to the max, but there is an off by one bug and it sets it one passed the end of the array. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/staging/rt2860/sta_ioctl.c b/drivers/staging/rt2860/sta_ioctl.c ... 8 Mar 2010 09:41
[PATCH] USB: ftdi_sio: Fix locking for change_speed() function
The change_speed() function set the baudrate of the device: so this function should be serialized against multiple calls. Use the cfg_lock mutex to do this. Signed-off-by: Alessio Igor Bogani <abogani(a)texware.it> --- drivers/usb/serial/ftdi_sio.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ... 8 Mar 2010 08:35
include/linux/netfilter/nf_conntrack_tuple_common.h: Checkpatch cleanup
David Miller wrote: From: Andrea Gelmini <andrea.gelmini(a)gelma.net> Date: Sat, 27 Feb 2010 17:51:21 +0100 include/linux/netfilter/nf_conntrack_tuple_common.h:5: ERROR: open brace '{' following enum go on the same line Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Acked-by: David ... 8 Mar 2010 07:29
[PATCH 0/4] RDC321x southbridge and GPIO support
Hi Samuel, Wim, Here are 4 patches relative to adding support for the RDC321x southbridge. This southbridge is present on all x86-based RDC321x System-on-a-Chip and provides access to GPIOs and Wathchdog. The watchdog driver is already merged. Regards, Florian Fainelli (4): x86: remove rdc321x_defs.h MFD:... 8 Mar 2010 07:29
[PATCH 1/4] x86: remove rdc321x_defs.h
This file is going to be replaced with a cleaner version with the adding of a MFD driver for the southbridge. Signed-off-by: Regards, Florian Fainelli <florian(a)openwrt.org> --- diff --git a/arch/x86/include/asm/rdc321x_defs.h b/arch/x86/include/asm/rdc321x_defs.h deleted file mode 100644 index c8e9c8b..0000000 ... 8 Mar 2010 07:29
MFD update for 2.6.34
On Sun, Mar 07, 2010 at 10:53:25PM +0100, Samuel Ortiz wrote: H Hartley Sweeten (3): mfd: Use resource_size() in sm501 mfd: Use resource_size() for t7l66xb mfd: Use resouce_size for tc6393xb These need to be looked at carefully, at least the sm501 change is totally bogus, breaks ever... 8 Mar 2010 10:48