mbox series

[SRU,Trusty,Artful,0/1] Fix for CVE-2017-18208

Message ID 20180420125016.10300-1-kleber.souza@canonical.com
Headers show
Series Fix for CVE-2017-18208 | expand

Message

Kleber Sacilotto de Souza April 20, 2018, 12:50 p.m. UTC
https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-18208.html

Clean cherry-pick for Artful, straightforward backport for Trusty since it
doesn't have the second 'if' block introduced by 97b713ba3ebaa ('fs: kill
BDI_CAP_SWAP_BACKED').

chenjie (1):
  mm/madvise.c: fix madvise() infinite loop under special circumstances

 mm/madvise.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Stefan Bader April 23, 2018, 12:37 p.m. UTC | #1
On 20.04.2018 14:50, Kleber Sacilotto de Souza wrote:
> https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-18208.html
> 
> Clean cherry-pick for Artful, straightforward backport for Trusty since it
> doesn't have the second 'if' block introduced by 97b713ba3ebaa ('fs: kill
> BDI_CAP_SWAP_BACKED').
> 
> chenjie (1):
>   mm/madvise.c: fix madvise() infinite loop under special circumstances
> 
>  mm/madvise.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Stefan Bader April 23, 2018, 1:05 p.m. UTC | #2
On 20.04.2018 14:50, Kleber Sacilotto de Souza wrote:
> https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-18208.html
> 
> Clean cherry-pick for Artful, straightforward backport for Trusty since it
> doesn't have the second 'if' block introduced by 97b713ba3ebaa ('fs: kill
> BDI_CAP_SWAP_BACKED').
> 
> chenjie (1):
>   mm/madvise.c: fix madvise() infinite loop under special circumstances
> 
>  mm/madvise.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
Applied to trusty and artful master-next