From 95e2d54d188fa653d9075782a3e431925829c297 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Tue, 5 Apr 2016 13:55:28 +0200 Subject: kernel/ALSA: CVE-2016-2546 Fixes an open race in ALSA timer ioctls. This flaw may lead to a use-after-free of timer instance object. Upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=ac905ca58370789645e813d8abfa5871c93e9e36 References: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-2546 http://seclists.org/oss-sec/2016/q1/133 Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-hierofalcon_4.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_4.1.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_4.1.bb b/recipes-kernel/linux/linux-hierofalcon_4.1.bb index 1227c71..2141668 100644 --- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb +++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb @@ -35,6 +35,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64 file://net-unix-CVE-2013-7446.patch \ file://usb-CVE-2015-8816.patch \ file://bpf-CVE-2016-2383.patch \ + file://ALSA-CVE-2016-2546.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf