[PATCH] Fix checkpatch.pl error in drivers:staging:ks7010:ks_wlan_net.cGreg Kroah-Hartman

2016-09-10 Thread Chinmay Nivsarkar
Fixes error foo * bar should be foo *bar in line #843 Signed-off-by: Chinmay Nivsarkar --- drivers/staging/ks7010/ks_wlan_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks_wlan_net.c b/drivers/staging/ks7010/ks_wlan_net.c index 1335677..4a6ff9d

Re: [PATCH] android: binder: Disable preemption while holding the global binder lock

2016-09-10 Thread Greg Kroah-Hartman
On Sat, Sep 10, 2016 at 06:37:29PM +0200, Thomas Gleixner wrote: > On Sat, 10 Sep 2016, Peter Zijlstra wrote: > > > On Sat, Sep 10, 2016 at 09:16:59AM -0700, Christoph Hellwig wrote: > > > On Thu, Sep 08, 2016 at 09:12:50AM -0700, Todd Kjos wrote: > > > > In Android systems, the display pipeline r

Re: [PATCH] android: binder: Disable preemption while holding the global binder lock

2016-09-10 Thread Peter Zijlstra
On Sat, Sep 10, 2016 at 09:16:59AM -0700, Christoph Hellwig wrote: > On Thu, Sep 08, 2016 at 09:12:50AM -0700, Todd Kjos wrote: > > In Android systems, the display pipeline relies on low > > latency binder transactions and is therefore sensitive to > > delays caused by contention for the global bin

Re: [PATCH] android: binder: Disable preemption while holding the global binder lock

2016-09-10 Thread Christoph Hellwig
On Thu, Sep 08, 2016 at 09:12:50AM -0700, Todd Kjos wrote: > In Android systems, the display pipeline relies on low > latency binder transactions and is therefore sensitive to > delays caused by contention for the global binder lock. > Jank is siginificantly reduced by disabling preemption > while

Re: [PATCH] android: binder: Disable preemption while holding the global binder lock

2016-09-10 Thread Thomas Gleixner
On Sat, 10 Sep 2016, Peter Zijlstra wrote: > On Sat, Sep 10, 2016 at 09:16:59AM -0700, Christoph Hellwig wrote: > > On Thu, Sep 08, 2016 at 09:12:50AM -0700, Todd Kjos wrote: > > > In Android systems, the display pipeline relies on low > > > latency binder transactions and is therefore sensitive t

Re: [PATCH - FYI - do not apply] staging: Remove rtl8723au driver

2016-09-10 Thread Greg KH
On Sat, Sep 10, 2016 at 08:25:33AM -0400, jes.soren...@redhat.com wrote: > From: Jes Sorensen > > Hi, > > I sent Greg the full version of this patch, removing the old rtl8723au > driver. I didn't want to spam the list with a 2M+ patch so this is the > summary version. > > Cheers, > Jes > > Th

[PATCH - FYI - do not apply] staging: Remove rtl8723au driver

2016-09-10 Thread Jes . Sorensen
From: Jes Sorensen Hi, I sent Greg the full version of this patch, removing the old rtl8723au driver. I didn't want to spam the list with a 2M+ patch so this is the summary version. Cheers, Jes This driver is superseded by rtl8xxxu and has been marked as scheduled for deletion since 4.6 Sign

Re: [PATCH] android: binder: Disable preemption while holding the global binder lock

2016-09-10 Thread Greg KH
On Sat, Sep 10, 2016 at 01:18:47PM +0200, Greg KH wrote: > On Fri, Sep 09, 2016 at 10:39:32AM -0700, Todd Kjos wrote: > > On Fri, Sep 9, 2016 at 8:44 AM, Greg KH wrote: > > > On Fri, Sep 09, 2016 at 08:17:44AM -0700, Todd Kjos wrote: > > >> From: Todd Kjos > > >> > > >> In Android systems, the di

Re: [PATCH] android: binder: Disable preemption while holding the global binder lock

2016-09-10 Thread Greg KH
On Fri, Sep 09, 2016 at 10:39:32AM -0700, Todd Kjos wrote: > On Fri, Sep 9, 2016 at 8:44 AM, Greg KH wrote: > > On Fri, Sep 09, 2016 at 08:17:44AM -0700, Todd Kjos wrote: > >> From: Todd Kjos > >> > >> In Android systems, the display pipeline relies on low > >> latency binder transactions and is