2015-04-28 20:27:44

by Joseph Salisbury

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

Hello,

Please consider including mainline commit
957f094f221f81e457133b1f4c4d95ffa49ff731 in the next v3.19.y release.
It was included in the mainline tree as of v4.0-rc1. It has been tested
and confirmed to resolve:
http://bugs.launchpad.net/bugs/1448942
And upstream bug report:
https://bugzilla.kernel.org/show_bug.cgi?id=90901

The bug was introduce in v3.19-rc1 by commit 9b067034d0, so it is not
needed in any other stable kernels.



commit 957f094f221f81e457133b1f4c4d95ffa49ff731
Author: Alex Gartrell <[email protected]>
Date: Thu Dec 25 23:22:49 2014 -0800

tun: return proper error code from tun_do_read



Sincerely,

Joseph Salisbury


2015-04-28 21:15:46

by Josh Boyer

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

On Tue, Apr 28, 2015 at 4:27 PM, Joseph Salisbury
<[email protected]> wrote:
> Hello,
>
> Please consider including mainline commit
> 957f094f221f81e457133b1f4c4d95ffa49ff731 in the next v3.19.y release.
> It was included in the mainline tree as of v4.0-rc1. It has been tested
> and confirmed to resolve:
> http://bugs.launchpad.net/bugs/1448942
> And upstream bug report:
> https://bugzilla.kernel.org/show_bug.cgi?id=90901
>
> The bug was introduce in v3.19-rc1 by commit 9b067034d0, so it is not
> needed in any other stable kernels.
>
>
>
> commit 957f094f221f81e457133b1f4c4d95ffa49ff731
> Author: Alex Gartrell <[email protected]>
> Date: Thu Dec 25 23:22:49 2014 -0800
>
> tun: return proper error code from tun_do_read

It's already queued for 3.19.6. I pinged DaveM about it back in March
and it eventually got queued up.

josh

2015-04-28 21:18:59

by Joseph Salisbury

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

On 04/28/2015 05:15 PM, Josh Boyer wrote:
> On Tue, Apr 28, 2015 at 4:27 PM, Joseph Salisbury
> <[email protected]> wrote:
>> Hello,
>>
>> Please consider including mainline commit
>> 957f094f221f81e457133b1f4c4d95ffa49ff731 in the next v3.19.y release.
>> It was included in the mainline tree as of v4.0-rc1. It has been tested
>> and confirmed to resolve:
>> http://bugs.launchpad.net/bugs/1448942
>> And upstream bug report:
>> https://bugzilla.kernel.org/show_bug.cgi?id=90901
>>
>> The bug was introduce in v3.19-rc1 by commit 9b067034d0, so it is not
>> needed in any other stable kernels.
>>
>>
>>
>> commit 957f094f221f81e457133b1f4c4d95ffa49ff731
>> Author: Alex Gartrell <[email protected]>
>> Date: Thu Dec 25 23:22:49 2014 -0800
>>
>> tun: return proper error code from tun_do_read
> It's already queued for 3.19.6. I pinged DaveM about it back in March
> and it eventually got queued up.
>
> josh
Great. Thanks for the feedback, Josh.

Joe