linux-yocto/4.12: memleak and build warning fixes

Integrating the warning/leak fixes:

  73873cb152c brd: remove unused brd_mutex
  912c53b1b346 audit: fix memleak in auditd_send_unicast_skb.

(From OE-Core rev: 4aec8f304216d5427f22d4a72f9f39be097513cb)

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-06 13:11:14 -05:00
committed by Richard Purdie
parent 266b2d16fc
commit 3a8cce8b5c
3 changed files with 13 additions and 13 deletions

View File

@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.20"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "392959d6dad698bfb62de561164c2d19e17841dd"
SRCREV_meta ?= "ca1bda8dfd3325db04dda19a531edeb66ac0d84b"
SRCREV_machine ?= "073873cb152cf254d229d548c3bdcc57460a4ff0"
SRCREV_meta ?= "6d6037cc054350140df49c309e155f5a7b48f480"
PV = "${LINUX_VERSION}+git${SRCPV}"