1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +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
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "2dadc3524fcbce0c46f5db65b7c20c673fc60503"
SRCREV_meta ?= "ad9d3f01300ba350563e17db00b2518302e172f6"
SRCREV_machine ?= "57af322eecf5750f8f09cb8b093d613caede5c48"
SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8"
PV = "${LINUX_VERSION}+git${SRCPV}"