From a15ec979910a74d4490aecf30aa21fa5c2f4e99d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 14 Sep 2017 09:47:01 -0400 Subject: linux-yocto/4.9: bluetooth: CVE-2017-1000251 Integrating the following commit: [ commit 16de0149674ed12d983b77a453852ac2e64584b4 Author: Ben Seri Date: Sat Sep 9 23:15:59 2017 +0200 Bluetooth: Properly check L2CAP config option output buffer length Validate the output buffer length for L2CAP config requests and responses to avoid overflowing the stack buffer used for building the option blocks. Cc: stable@vger.kernel.org Signed-off-by: Ben Seri Signed-off-by: Marcel Holtmann Signed-off-by: Linus Torvalds Signed-off-by: Bruce Ashfield ] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb index 0c2ff0acb2..e0c5236618 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.9.49" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" +SRCREV_machine ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg