summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-09-14 09:47:02 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-17 23:23:21 +0100
commit2e1afb2cb00e4b72ff648ed2ed3ca6b23f045b09 (patch)
tree577e42523c94e2c60557ba803206918fb1106c35 /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parent2a65dc3229e8600a550329d57037572d98da7609 (diff)
downloadpoky-2e1afb2cb00e4b72ff648ed2ed3ca6b23f045b09.tar.gz
linux-yocto/4.4: bluetooth: CVE-2017-1000251
Integrating the following commit: [ commit 16de0149674ed12d983b77a453852ac2e64584b4 Author: Ben Seri <ben@armis.com> 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 <ben@armis.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] (From OE-Core rev: a7e749a7d03818aaa21265dfb455c1a2766782cc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 9e8f43c3cd..d300e69489 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "799a97a6f555d98479a55d92e580d91e6f621118" 14SRCREV_machine_qemuarm ?= "840e2c02dde98ee9c584cacdd5bb0812e9dcd016"
15SRCREV_machine_qemuarm64 ?= "7078ebf077771189f5da4b676f70dddc92abba42" 15SRCREV_machine_qemuarm64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
16SRCREV_machine_qemumips ?= "18ad0e32668a585380b7f48b5dacd288b0c882d3" 16SRCREV_machine_qemumips ?= "27a547fe77b05ae63c3b973a029c3933ef62c164"
17SRCREV_machine_qemuppc ?= "7078ebf077771189f5da4b676f70dddc92abba42" 17SRCREV_machine_qemuppc ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
18SRCREV_machine_qemux86 ?= "7078ebf077771189f5da4b676f70dddc92abba42" 18SRCREV_machine_qemux86 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
19SRCREV_machine_qemux86-64 ?= "7078ebf077771189f5da4b676f70dddc92abba42" 19SRCREV_machine_qemux86-64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
20SRCREV_machine_qemumips64 ?= "1b88be0ada672b2b74221d9a810d3072cb92cf37" 20SRCREV_machine_qemumips64 ?= "7e333c223b568704cc3303b2e922ff85a2a8f7ef"
21SRCREV_machine ?= "7078ebf077771189f5da4b676f70dddc92abba42" 21SRCREV_machine ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
22SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e" 22SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \