Re: git not pulling origin staging-next cleanly.

2014-03-15 Thread Gary Rookard
On Sat, 15 Mar 2014, Greg KH wrote: On Fri, Mar 14, 2014 at 09:51:30PM -0400, Gary Rookard wrote: On Sat, 15 Mar 2014, Greg KH wrote: On Wed, Mar 12, 2014 at 04:10:36PM -0400, Gary Rookard wrote: Hi, Could this problem be local machine (git-1.9.0-1) or dare I say it, a tmp server-side

Re: [PATCH] staging: comedi: fix memory leak

2014-03-15 Thread Levente Kurusa
On 03/15/2014 04:30 AM, Chase Southwood wrote: On Friday, March 14, 2014 11:47 AM, Levente Kurusa le...@linux.com wrote: Call kfree() on bdev. The variable is otherwise leaked. Signed-off-by: Levente Kurusa le...@linux.com [...] Levente, This change has already been made in

Re: [PATCH v3 1/2] Staging: comedi: convert while loops to timeouts in s626.c

2014-03-15 Thread Chase Southwood
On Saturday, March 15, 2014 12:26 AM, gre...@linuxfoundation.org gre...@linuxfoundation.org wrote: On Fri, Mar 14, 2014 at 06:43:37PM -0700, Chase Southwood wrote: On Tuesday, March 11, 2014 9:26 AM, Ian Abbott abbo...@mev.co.uk wrote: On 2014-03-09 04:00, Chase Southwood wrote: This patch

Re: [PATCH] staging: comedi: fix memory leak

2014-03-15 Thread Chase Southwood
On Saturday, March 15, 2014 1:55 AM, Levente Kurusa le...@linux.com wrote: On 03/15/2014 04:30 AM, Chase Southwood wrote: On Friday, March 14, 2014 11:47 AM, Levente Kurusa le...@linux.com wrote:   Call kfree() on bdev. The variable is otherwise leaked. Signed-off-by: Levente Kurusa

[PATCH net-next, v2, 0/1] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-15 Thread Haiyang Zhang
In this updated version, I have re-written the send queue selection, which is based on ndo_select_queue now. I also applied the stop/wake queue for each queue separately as suggested by reviewers. Tom Herbert therb...@google.com has submitted a Toeplitz library function with some optimization.

[PATCH net-next, v2, 1/1] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-15 Thread Haiyang Zhang
This feature allows multiple channels to be used by each virtual NIC. It is available on Hyper-V host 2012 R2. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h | 111 ++-

Re: git not pulling origin staging-next cleanly.

2014-03-15 Thread Greg KH
On Sat, Mar 15, 2014 at 02:13:45AM -0400, Gary Rookard wrote: On Sat, 15 Mar 2014, Greg KH wrote: On Fri, Mar 14, 2014 at 09:51:30PM -0400, Gary Rookard wrote: On Sat, 15 Mar 2014, Greg KH wrote: On Wed, Mar 12, 2014 at 04:10:36PM -0400, Gary Rookard wrote: Hi, Could this

Re: git not pulling origin staging-next cleanly.

2014-03-15 Thread Gary Rookard
On Sat, 15 Mar 2014, Greg KH wrote: On Sat, Mar 15, 2014 at 02:13:45AM -0400, Gary Rookard wrote: On Sat, 15 Mar 2014, Greg KH wrote: On Fri, Mar 14, 2014 at 09:51:30PM -0400, Gary Rookard wrote: On Sat, 15 Mar 2014, Greg KH wrote: On Wed, Mar 12, 2014 at 04:10:36PM -0400, Gary

[PATCH] Staging: bcm: CmHost: moved and removed declarations in switch/case.

2014-03-15 Thread Gary Rookard
I moved the declarations UINT uiSearchRuleIndex = 0; and ULONG ulSFID; from out of a switch/case statement. And also, removed useless duplicate UINT uiSearchRuleIndex = 0; and a variant UINT uiSearchRuleIndex;. Signed-off-by: Gary Alan Rookard garyrook...@gmail.com --- On branch staging-next