1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

linux-yocto/4.12: backport bugfixes for x86

Integrating the following commits:

  60b649971940 x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3
  cec3c008ec8f drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.
  073873cb152c brd: remove unused brd_mutex
  912c53b1b346 audit: fix memleak in auditd_send_unicast_skb.

(From OE-Core rev: 3c14c6612c48d46677837f5f4c31cfd1a6ff6174)

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
2018-03-14 11:10:29 -04:00
committed by Richard Purdie
parent 7cff54121d
commit 0fd6d0dd00
3 changed files with 10 additions and 10 deletions
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.12.20"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877"
SRCREV_machine ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c"
SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7"
PV = "${LINUX_VERSION}+git${SRCPV}"