drivers/staging/rtl8187se: Hoist assign from if
On Wed, Mar 24, 2010 at 10:17:01PM -0700, Joe Perches wrote: --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c @@ -1554,7 +1554,8 @@ ieee80211_rx_auth_rq(struct ieee80211_device *ieee, struct sk_buff *skb) //IEEE80211DMESG("Rx probe... 28 Apr 2010 15:09
drivers/staging/dt3155: Hoist assign from if
On Wed, Mar 24, 2010 at 10:16:56PM -0700, Joe Perches wrote: Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/staging/dt3155/dt3155_drv.c | 20 ++++++++++++-------- drivers/staging/dt3155/dt3155_isr.c | 3 ++- This doesn't apply anymore to linux-next, care to respin it? thanks, gre... 28 Apr 2010 15:09
[RFC PATCH -v2] take all anon_vma locks in anon_vma_lock
Take all the locks for all the anon_vmas in anon_vma_lock, this properly excludes migration and the transparent hugepage code from VMA changes done by mmap/munmap/mprotect/expand_stack/etc... Also document the locking rules for the same_vma list in the anon_vma_chain and remove the anon_vma_lock call from expand_... 28 Apr 2010 15:09
Fix NULL pointer for Xen guests
On Tue, 27 Apr 2010 11:24:42 -0400 Prarit Bhargava <prarit(a)redhat.com> wrote: Upstream PV guests fail to boot because of a NULL pointer. It is possible that xen guests have irq_desc->chip_data = NULL. Test for NULL chip_data pointer before attempting to complete an irq move. Signed-off-by: Prari... 30 Apr 2010 18:32
0844-Staging-cx25821-fix-coding-style-issues-in-cx25821-a.patch
On Sun, Mar 14, 2010 at 06:13:16PM +0200, Olimpiu Pascariu wrote: From 9473816c446a6ca91905fc49a73732f70b5223b4 Mon Sep 17 00:00:00 2001 From: Olimpiu Pascariu <olimpiu.pascariu(a)gmail.com> Date: Sun, 14 Mar 2010 17:44:37 +0200 Subject: [PATCH 844/844] Staging: cx25821: fix coding style issues in cx25821-al... 28 Apr 2010 15:09
take all anon_vma locks in anon_vma_lock
On Wed, Apr 28, 2010 at 01:47:19PM -0400, Rik van Riel wrote: static inline void anon_vma_unlock(struct vm_area_struct *vma) never mind as this is RFC, lock is clear enough @@ -1762,7 +1760,8 @@ static int expand_downwards(struct vm_area_struct *vma, if (error) return error; - anon_vma_lo... 30 Apr 2010 16:17
rt28xx: Make PCI_{MAP,UNMAP}_SINGLE type-safe
On Mon, Mar 29, 2010 at 01:24:45AM +0100, Ben Hutchings wrote: To avoid recurrence of bugs such as <http://bugs.debian.org/575726>, change the type of the first parameter to linux_pci_{map,unmap}_single() from void * to struct rt_rtmp_adapter *. Also do not define the macros PCI_{MAP,UNMAP}_SINGLE() when b... 28 Apr 2010 15:09
staging: frontier: Remove unneeded spaces before newlines in alphatrack.c
On Sun, Mar 14, 2010 at 11:04:20AM -0400, Steven Harms wrote: Removed unneeded spaces preceding newlines, as indicated by the checkpatch tool. Signed-off-by: Steven Harms <sharms(a)ubuntu.com> --- drivers/staging/frontier/alphatrack.c | 6 +++--- Sorry, but someone already made these changes to the file... 28 Apr 2010 14:00
modules: fix incorrect percpu usage
* Greg KH (gregkh(a)suse.de) wrote: 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Mainline does not need this fix, as commit 259354deaaf03d49a02dbb9975d6ec2a54675672 fixed the problem by... 28 Apr 2010 14:00
lockdep: fix incorrect percpu usage
* Greg KH (gregkh(a)suse.de) wrote: 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> The mainline kernel as of 2.6.34-rc5 is not affected by this problem because commit 10fad5e46f6c7bdfb01b... 28 Apr 2010 14:00