[PATCH 3/8] padata: Remove superfluous might_sleep
might_sleep() was placed before mutex_lock() in some places. We remove them because mutex_lock() does might_sleep() too. Signed-off-by: Steffen Klassert <steffen.klassert(a)secunet.com> --- kernel/padata.c | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/kernel/padata.c b/kerne... 30 Apr 2010 15:07
[PATCH 2/8] padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPU
This patch makes the padata cpu hotplug code dependend on CONFIG_HOTPLUG_CPU. Signed-off-by: Steffen Klassert <steffen.klassert(a)secunet.com> --- kernel/padata.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/kernel/padata.c b/kernel/padata.c index 5b44d0f..1209a17 100644 ... 30 Apr 2010 15:07
[PATCH] USB: remove leftover references to udev->autosuspend_disabled
This patch (as1373) fixes a couple of drivers outside the USB subtree. Devices are now disabled or enabled for autosuspend by calling a core function instead of setting a flag. Signed-off-by: Alan Stern <stern(a)rowland.harvard.edu> --- On Fri, 30 Apr 2010, Greg KH wrote: On Fri, Apr 30, 2010 at 03:52:24... 30 Apr 2010 15:07
Staging: rtl8192su: fix various coding style issues in r8180_93cx6.c
On Fri, Mar 19, 2010 at 08:47:03AM +0600, Imtiaz Rahi wrote: This is patch to the r8180_93cx6.c file that fixes various coding style warnings and errors found by checkpatch.pl Signed-off-by: Imtiaz Rahi <imtiaz.rahi(a)gmail.com> This no longer applies due to other changes to the driver in the linux-next ... 30 Apr 2010 15:07
Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c
On Fri, Mar 19, 2010 at 11:57:38AM +0000, candyguitar(a)googlemail.com wrote: From: Candyguitar <candyguitar(a)candyguitar-laptop.(none)> This is a patch for p80211req.c. An 'if' statement that spanned 80 characters has been split onto 2 lines and one of the tabs preceding a comment has been removed. ... 30 Apr 2010 15:07
arm/mach-msm: Add CONFIG conditional for board-trout
On Thu 2010-04-29 02:41:22, Peter Huewe wrote: From: Peter Huewe <peterhuewe(a)gmx.de> This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a build failure[1], this is done the same way as for every board in mach-msm. References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/244... 2 May 2010 21:57
[PATCH 10/11] printk: remove duplicate const
Fix sparse warnings: kernel/printk.c:1485:25: warning: duplicate const Signed-off-by: Bill Pemberton <wfp5p(a)virginia.edu> CC: linux-kernel(a)vger.kernel.org --- kernel/printk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/printk.c b/kernel/printk.c index 444b770..c3b14c9 ... 30 Apr 2010 15:06
[git pull] spi & OF fixes and documentation cleanup.
Hi Linus, Here are the bug fixes and cleanups I've collected for 2.6.34. All pretty minor stuff. g. The following changes since commit 01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f: Linus Torvalds (1): Linux 2.6.34-rc5 are available in the git repository at: git://git.secretlab.ca/git/linux-2.... 30 Apr 2010 15:06
Pushdown bkl from v4l ioctls
Hi Hans, On Thursday 29 April 2010 08:44:29 Hans Verkuil wrote: On Thursday 29 April 2010 05:42:39 Frederic Weisbecker wrote: Hi, Linus suggested to rename struct v4l2_file_operations::ioctl into bkl_ioctl to eventually get something greppable and make its background explicit. ... 1 May 2010 18:42
linux-next: manual merge of the tty tree with the net tree
Hi Greg, Today's linux-next merge of the tty tree got a conflict in include/linux/tty.h between commit 9b27105b4a44c54bf91ecd7d0315034ae75684f7 ("net-caif-driver: add CAIF serial driver (ldisc)") from the net tree and commit 39658c58ebb52fe7a3488fd520aa89c75721fd20 ("tty: n_gsm line discipline") from the tty tr... 30 Apr 2010 15:07