From db7799747b263507427e325638353142ae79403c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 8 Dec 2016 12:58:55 -0500 Subject: linux-yocto/4.x: CVE-2016-8655 Backporting upstream commit 84ac726023 [packet: fix race condition in packet_set_ring] to address CVE-2016-8655 Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.8.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.8.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb index 4be4267955..090358873b 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.8.bb @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "9e3e856bc06ddaacc5f4075603630fcca76810f7" -SRCREV_machine_qemuarm64 ?= "008b4cdf62307da4e07082fd8782d70ba07500cb" -SRCREV_machine_qemumips ?= "c86ac5b3228b43304d8b2f1d49a0e4bd66207342" -SRCREV_machine_qemuppc ?= "5a245217d5271d1961df408b9a723a4eb188e0bf" -SRCREV_machine_qemux86 ?= "45f25516edd8636f1fec250f6e3020408cd30be9" -SRCREV_machine_qemux86-64 ?= "45f25516edd8636f1fec250f6e3020408cd30be9" -SRCREV_machine_qemumips64 ?= "7bfa2a19b1aa9f1389f8276d6a7669472517b18a" -SRCREV_machine ?= "45f25516edd8636f1fec250f6e3020408cd30be9" +SRCREV_machine_qemuarm ?= "2bb25d9e29ff91d3266e6abe12c6c1a6b6508e98" +SRCREV_machine_qemuarm64 ?= "4b1b4bfb6cf27609b37eb44cd7fee700cd402123" +SRCREV_machine_qemumips ?= "d116a8bdd1d90fe3dde092f119a2dde1674b02c4" +SRCREV_machine_qemuppc ?= "ef0e5cfd16edcb52ec2e3d5abdcb97d8881b2c3d" +SRCREV_machine_qemux86 ?= "021b4aef55b44597587a1ce5879be642b3dca155" +SRCREV_machine_qemux86-64 ?= "021b4aef55b44597587a1ce5879be642b3dca155" +SRCREV_machine_qemumips64 ?= "1b20066b88c3abdde1f6c449b6562a516b4cce6d" +SRCREV_machine ?= "021b4aef55b44597587a1ce5879be642b3dca155" SRCREV_meta ?= "b22e47739683444916dc64548df1dbf6856500a5" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ -- cgit 1.2.3-korg