1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

linux-yocto/4.4: CVEs and preempt-rt update

Integrating the following CVE update:

  Author: Yevgeny Pats <yevgeny@perception-point.io>
  Date:   Tue Jan 19 22:09:04 2016 +0000

      KEYS: Fix keyring ref leak in join_session_keyring()

      This fixes CVE-2016-0728.

We also integrate the 4.4-rt3 version.

(From OE-Core rev: cca987b2f62dc6b51a02564ccd4041bde2897f13)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2016-01-26 23:27:49 -05:00
committed by Richard Purdie
parent 07c182fbde
commit 93fcee6882
3 changed files with 13 additions and 13 deletions
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
SRCREV_machine ?= "86a9e1ab51b9acf71d9c2f39a9f02652886bd727"
SRCREV_meta ?= "ad9d3f01300ba350563e17db00b2518302e172f6"
SRCREV_machine ?= "49a18bd230aafabe793de56d3c96d62f891e77dc"
SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"