diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-09-14 09:47:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-17 23:23:21 +0100 |
commit | b2de5836e0760ba1242dbd6b18c067fcc5d79788 (patch) | |
tree | b6ee9f956e02485a1d05df3d846a891a885d4519 /meta/recipes-kernel | |
parent | 2e1afb2cb00e4b72ff648ed2ed3ca6b23f045b09 (diff) | |
download | poky-b2de5836e0760ba1242dbd6b18c067fcc5d79788.tar.gz |
linux-yocto/4.9: 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: a15ec979910a74d4490aecf30aa21fa5c2f4e99d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.9.bb | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb index 23c445a814..6734dc0d05 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | |||
@@ -11,7 +11,7 @@ python () { | |||
11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "1e3f9281ed3043b83d31a3f3dfd28cfb0343873f" | 14 | SRCREV_machine ?= "0817a7b3a853d1bdd3b87a2654ed2ee62f624806" |
15 | SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" | 15 | SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ |
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" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" | 12 | SRCREV_machine ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" |
13 | SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" | 13 | SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb index dbb5d54117..dbe40a338d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb | |||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "072093c81a9329cec188905dfadb19c983be14f7" | 14 | SRCREV_machine_qemuarm ?= "8caa35a74753d45178720933f03d8d5150a8ff17" |
15 | SRCREV_machine_qemuarm64 ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" | 15 | SRCREV_machine_qemuarm64 ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" |
16 | SRCREV_machine_qemumips ?= "0c66ebad24541c7673620ca433cd8478e5d06e3b" | 16 | SRCREV_machine_qemumips ?= "fc2a3b9f932779fdf053675a5a73e8f9917507a5" |
17 | SRCREV_machine_qemuppc ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" | 17 | SRCREV_machine_qemuppc ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" |
18 | SRCREV_machine_qemux86 ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" | 18 | SRCREV_machine_qemux86 ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" |
19 | SRCREV_machine_qemux86-64 ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" | 19 | SRCREV_machine_qemux86-64 ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" |
20 | SRCREV_machine_qemumips64 ?= "6ac61462925ac9d6f668286bc29ee54f05e8f5e9" | 20 | SRCREV_machine_qemumips64 ?= "aee63978005c04ea853099764acaa08130e65554" |
21 | SRCREV_machine ?= "0a2c7ae3c42cd9009df2df20afd2df78332c3ae3" | 21 | SRCREV_machine ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404" |
22 | SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" | 22 | SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ |