Message ID | 20180725180935.2503-1-kleber.souza@canonical.com |
---|---|
Headers | show |
Series | Fix for CVE-2016-10208 | expand |
On 25.07.2018 20:09, Kleber Sacilotto de Souza wrote: > https://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-10208.html > > First patch is a clean cherry pick of the backported version of the patch > from linux-stable, the second patch is a trivial backport of a follow-up > fix of the first one. > > Eryu Guan (1): > ext4: validate s_first_meta_bg at mount time > > Theodore Ts'o (1): > ext4: fix fencepost in s_first_meta_bg validation > > fs/ext4/super.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > Acked-by: Stefan Bader <stefan.bader@canonical.com>
On 2018-07-25 20:09:33 , Kleber Souza wrote: > https://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-10208.html > > First patch is a clean cherry pick of the backported version of the patch > from linux-stable, the second patch is a trivial backport of a follow-up > fix of the first one. > > Eryu Guan (1): > ext4: validate s_first_meta_bg at mount time > > Theodore Ts'o (1): > ext4: fix fencepost in s_first_meta_bg validation > > fs/ext4/super.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > Acked-by: Khalid Elmously <khalid.elmously@canonical.com> Good catch finding that follow-up commit!
On 07/25/18 20:09, Kleber Sacilotto de Souza wrote: > https://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-10208.html > > First patch is a clean cherry pick of the backported version of the patch > from linux-stable, the second patch is a trivial backport of a follow-up > fix of the first one. > > Eryu Guan (1): > ext4: validate s_first_meta_bg at mount time > > Theodore Ts'o (1): > ext4: fix fencepost in s_first_meta_bg validation > > fs/ext4/super.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > Applied to trusty/master-next branch. Thanks, Kleber