linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch 4.8 "net: handle no dst on skb in icmp6_send"
@ 2017-01-08 14:28 Bronek Kozicki
  2017-01-08 14:52 ` Greg Kroah-Hartman
  2017-01-11 15:50 ` Jiri Slaby
  0 siblings, 2 replies; 5+ messages in thread
From: Bronek Kozicki @ 2017-01-08 14:28 UTC (permalink / raw)
  To: stable; +Cc: linux-kernel, Greg Kroah-Hartman, David Ahern

Hello,

any particular reason why this fix 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2 
was missed from stable 4.8 line? Apparently the bug being fixed has its 
own https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9919

Thank you for your hard work and best regards


B.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch 4.8 "net: handle no dst on skb in icmp6_send"
  2017-01-08 14:28 patch 4.8 "net: handle no dst on skb in icmp6_send" Bronek Kozicki
@ 2017-01-08 14:52 ` Greg Kroah-Hartman
  2017-01-11 15:50 ` Jiri Slaby
  1 sibling, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2017-01-08 14:52 UTC (permalink / raw)
  To: Bronek Kozicki; +Cc: stable, linux-kernel, David Ahern

On Sun, Jan 08, 2017 at 02:28:13PM +0000, Bronek Kozicki wrote:
> Hello,
> 
> any particular reason why this fix https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2
> was missed from stable 4.8 line? Apparently the bug being fixed has its own
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9919
> 
> Thank you for your hard work and best regards

4.8 will be end-of-life on Monday (tomorrow), so I doubt this means
much, but please remember, for networking patches, the networking
maintainer is the one that sends them to me, so you need to ask this
type of thing on the netdev mailing list.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch 4.8 "net: handle no dst on skb in icmp6_send"
  2017-01-08 14:28 patch 4.8 "net: handle no dst on skb in icmp6_send" Bronek Kozicki
  2017-01-08 14:52 ` Greg Kroah-Hartman
@ 2017-01-11 15:50 ` Jiri Slaby
  2017-01-11 15:56   ` Bronek Kozicki
  1 sibling, 1 reply; 5+ messages in thread
From: Jiri Slaby @ 2017-01-11 15:50 UTC (permalink / raw)
  To: Bronek Kozicki, stable; +Cc: linux-kernel, Greg Kroah-Hartman, David Ahern

On 01/08/2017, 03:28 PM, Bronek Kozicki wrote:
> Hello,
> 
> any particular reason why this fix
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2
> was missed from stable 4.8 line? Apparently the bug being fixed has its
> own https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9919

The patch is marked as:
Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3
domain")

and that is only in 4.9. So there seems to be a little point backporting
to older kernels.

thanks,
-- 
js
suse labs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch 4.8 "net: handle no dst on skb in icmp6_send"
  2017-01-11 15:50 ` Jiri Slaby
@ 2017-01-11 15:56   ` Bronek Kozicki
  2017-01-11 15:58     ` Jiri Slaby
  0 siblings, 1 reply; 5+ messages in thread
From: Bronek Kozicki @ 2017-01-11 15:56 UTC (permalink / raw)
  To: Jiri Slaby, stable; +Cc: linux-kernel, Greg Kroah-Hartman, David Ahern

On 11/01/2017 15:50, Jiri Slaby wrote:
> On 01/08/2017, 03:28 PM, Bronek Kozicki wrote:
>> Hello,
>>
>> any particular reason why this fix
>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2
>> was missed from stable 4.8 line? Apparently the bug being fixed has its
>> own https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9919
>
> The patch is marked as:
> Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3
> domain")
>
> and that is only in 4.9. So there seems to be a little point backporting
> to older kernels.


it is water under the bridge now, but I started this thread because I 
noticed that some distributions are adding this to their own 4.8 kernels


B.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: patch 4.8 "net: handle no dst on skb in icmp6_send"
  2017-01-11 15:56   ` Bronek Kozicki
@ 2017-01-11 15:58     ` Jiri Slaby
  0 siblings, 0 replies; 5+ messages in thread
From: Jiri Slaby @ 2017-01-11 15:58 UTC (permalink / raw)
  To: Bronek Kozicki, stable; +Cc: linux-kernel, Greg Kroah-Hartman, David Ahern

On 01/11/2017, 04:56 PM, Bronek Kozicki wrote:
> On 11/01/2017 15:50, Jiri Slaby wrote:
>> On 01/08/2017, 03:28 PM, Bronek Kozicki wrote:
>>> Hello,
>>>
>>> any particular reason why this fix
>>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2
>>>
>>> was missed from stable 4.8 line? Apparently the bug being fixed has its
>>> own https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9919
>>
>> The patch is marked as:
>> Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3
>> domain")
>>
>> and that is only in 4.9. So there seems to be a little point backporting
>> to older kernels.
> 
> 
> it is water under the bridge now, but I started this thread because I
> noticed that some distributions are adding this to their own 4.8 kernels

Which actually makes sense now, given 5d41ce29e *was* backported to 4.8.

-- 
js
suse labs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-11 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 14:28 patch 4.8 "net: handle no dst on skb in icmp6_send" Bronek Kozicki
2017-01-08 14:52 ` Greg Kroah-Hartman
2017-01-11 15:50 ` Jiri Slaby
2017-01-11 15:56   ` Bronek Kozicki
2017-01-11 15:58     ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).