mbox series

[0/2,SRU,T] Fix for CVE-2017-15649

Message ID 1531221538-10134-1-git-send-email-paolo.pisati@canonical.com
Headers show
Series Fix for CVE-2017-15649 | expand

Message

Paolo Pisati July 10, 2018, 11:18 a.m. UTC
https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-15649.html

Trusty only, some manual modifications were due.

Willem de Bruijn (2):
  packet: hold bind lock when rebinding to fanout hook
  packet: in packet_do_bind, test fanout with bind_lock held

 net/packet/af_packet.c | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

Comments

Stefan Bader July 19, 2018, 12:25 p.m. UTC | #1
On 10.07.2018 13:18, Paolo Pisati wrote:
> https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-15649.html
> 
> Trusty only, some manual modifications were due.
> 
> Willem de Bruijn (2):
>   packet: hold bind lock when rebinding to fanout hook
>   packet: in packet_do_bind, test fanout with bind_lock held
> 
>  net/packet/af_packet.c | 26 +++++++++++++++++---------
>  1 file changed, 17 insertions(+), 9 deletions(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Juerg Haefliger July 23, 2018, 1:25 p.m. UTC | #2
Added missing CVE lines.


On 07/10/2018 01:18 PM, Paolo Pisati wrote:
> https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-15649.html
> 
> Trusty only, some manual modifications were due.

These are not clean cherry picks so 'cherry picked from ..' should be
replaced with 'backported from' plus some comments about what the
changes are would be helpful.

Acked-by: Juerg Haefliger <juergh@canonical.com>

Applied to trusty master-next.

...Juerg


> Willem de Bruijn (2):
>   packet: hold bind lock when rebinding to fanout hook
>   packet: in packet_do_bind, test fanout with bind_lock held
> 
>  net/packet/af_packet.c | 26 +++++++++++++++++---------
>  1 file changed, 17 insertions(+), 9 deletions(-)
>