Add summary of what the ipv6 fixes are for

This commit is contained in:
Ben Hutchings 2017-06-12 16:24:03 +01:00
parent 29fbd594e5
commit e43fbf8183
1 changed files with 4 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,9 +1,10 @@
linux (4.9.30-2) UNRELEASED; urgency=medium
* [x86] Enable SERIAL_8250_MID as built-in (Closes: #864368)
* ipv6: Check ip6_find_1stfragopt() return value properly.
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
* ipv6: Fix leak in ipv6_gso_segment().
* Fix bugs introduced by original fix for CVE-2017-9074:
- ipv6: Check ip6_find_1stfragopt() return value properly.
- ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
- ipv6: Fix leak in ipv6_gso_segment().
* Revert "uapi: fix linux/if.h userspace compilation errors" (see #864269)
* [armhf] udeb: Add axp20x_usb_power to kernel-image; add i2c-modules
package including i2c-mv64xxx and i2c-rk3x (thanks to Karsten Merker)