[REGRESSION][4.13.y][4.14.y][v4.15.y] net: reduce skb_warn_bad_offload() noise

2017-12-11 Thread Joseph Salisbury
Hi Eric, A kernel bug report was opened against Ubuntu [0].  It was found that reverting the following commit resolved this bug: commit b2504a5dbef3305ef41988ad270b0e8ec289331c Author: Eric Dumazet Date:   Tue Jan 31 10:20:32 2017 -0800     net: reduce skb_warn_bad_offload() noise     The regr

[PATCH][3.13.y-ckt][PATCH 1/1] bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr

2016-05-20 Thread Joseph Salisbury
c6e30c01bd6bbc691) Signed-off-by: Joseph Salisbury --- net/bridge/br_fdb.c | 16 net/bridge/br_input.c | 8 net/bridge/br_private.h | 3 ++- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c index 62c444d.

[PATCH][v3.13.y-ckt][PATCH 0/1] bridge: notify user space after fdb update

2016-05-20 Thread Joseph Salisbury
BugLink: http://bugs.launchpad.net/bugs/1581585 Hello, Please consider including upstream commit c65c7a306610ee7c13669a8f5601b472c19dc6f1 in the next v3.13.y-ckt release. It was included in the mainline tree as of v3.14-rc3. It has been tested and confirmed to resolve http://bugs.launchpad.ne

[PATCH] ath5k: Change led pin configuration for compaq c700 laptop

2016-03-14 Thread Joseph Salisbury
fi off and blue for wifi on, but it is the opposite. This bug was reported in the following bug report: http://pad.lv/972604 Fixes: 09c9bae26b0d3c9472cb6ae45010460a2cee8b8d ("ath5k: add led pin configuration for compaq c700 laptop") Signed-off-by: Joseph Salisbury Cc: st

Re: [PATCH] af_unix: Don't set err in unix_stream_read_generic unless there was an error

2016-02-11 Thread Joseph Salisbury
On 02/05/2016 05:30 PM, Rainer Weikusat wrote: > The present unix_stream_read_generic contains various code sequences of > the form > > err = -EDISASTER; > if () > goto out; > > This has the unfortunate side effect of possibly causing the error code > to bleed through to the final > > out: >

Re: [V4.4-rc6 Regression] af_unix: Revert 'lock_interruptible' in stream receive code

2016-02-05 Thread Joseph Salisbury
On 02/05/2016 02:59 PM, Rainer Weikusat wrote: > Joseph Salisbury writes: >> Hi Rainer, >> >> A kernel bug report was opened against Ubuntu [0]. After a kernel >> bisect, it was found that reverting the following commit resolved this bug: >> >> commit 3

[V4.4-rc6 Regression] af_unix: Revert 'lock_interruptible' in stream receive code

2016-02-05 Thread Joseph Salisbury
Hi Rainer, A kernel bug report was opened against Ubuntu [0]. After a kernel bisect, it was found that reverting the following commit resolved this bug: commit 3822b5c2fc62e3de8a0f33806ff279fb7df92432 Author: Rainer Weikusat Date: Wed Dec 16 20:09:25 2015 + af_unix: Revert 'lock_inte

[PATCH][v4.2.y-ckt] net/mlx5e: Max mtu comparison fix

2016-01-05 Thread Joseph Salisbury
50a9eea694ab8e0779069e0a4e0b12e145521468 Author: Doron Tsur Date: Thu Nov 12 19:35:27 2015 +0200 net/mlx5e: Max mtu comparison fix Sincerely, Joseph Salisbury -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH][v3.19.y] tun: return proper error code from tun_do_read

2015-04-28 Thread Joseph Salisbury
On 04/28/2015 05:15 PM, Josh Boyer wrote: > On Tue, Apr 28, 2015 at 4:27 PM, Joseph Salisbury > wrote: >> Hello, >> >> Please consider including mainline commit >> 957f094f221f81e457133b1f4c4d95ffa49ff731 in the next v3.19.y release. >> It was included in the m

[PATCH][v3.19.y] tun: return proper error code from tun_do_read

2015-04-28 Thread Joseph Salisbury
tun_do_read Sincerely, Joseph Salisbury -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html