Re: [linux-yocto] [yocto-4.12][PATCH 0/2] a kmemleak and build warning fix for yocto-4.12

2018-03-01 Thread Bruce Ashfield
On 2018-03-01 9:17 PM, Liwei Song wrote: Hi Bruce, These are two upstream patches to fix kmemleak(patch1) and build warning(patch2) for yocto-4.12 kernel. Looks good. I've added this to my queue, but I'm working through a kernel-devsrc change and libc-headers update, so it will be a few days

Re: [linux-yocto] [PATCH] aufs: fix compile warning

2018-03-01 Thread Bruce Ashfield
Looks good. I've added this to my queue, but I'm working through a kernel-devsrc change and libc-headers update, so it will be a few days before I can get it merged. Bruce On 2018-02-28 8:44 PM, Dengke Du wrote: From: "Kexin(Casey) Chen" Forward port

[linux-yocto] [yocto-4.12][PATCH 1/2] audit: fix memleak in auditd_send_unicast_skb.

2018-03-01 Thread Liwei Song
From: Shu Wang commit b0659ae5e30074ede1dc08f2c6d64f0c11d64e0f upstream. Found this issue by kmemleak report, auditd_send_unicast_skb did not free skb if rcu_dereference(auditd_conn) returns null. unreferenced object 0x88082568ce00 (size 256): comm "auditd", pid 1119,

[linux-yocto] [yocto-4.12][PATCH 2/2] brd: remove unused brd_mutex

2018-03-01 Thread Liwei Song
From: Mikulas Patocka commit 15f7b41f70ddcca3b555bd0fdc7c8da7466b517e upstream. Remove unused mutex brd_mutex. It is unused since the commit ff26956875c2 ("brd: remove support for BLKFLSBUF"). Signed-off-by: Mikulas Patocka Signed-off-by: Jens Axboe

[linux-yocto] [yocto-4.12][PATCH 0/2] a kmemleak and build warning fix for yocto-4.12

2018-03-01 Thread Liwei Song
Hi Bruce, These are two upstream patches to fix kmemleak(patch1) and build warning(patch2) for yocto-4.12 kernel. Thanks, Liwei. Mikulas Patocka (1): brd: remove unused brd_mutex Shu Wang (1): audit: fix memleak in auditd_send_unicast_skb. drivers/block/brd.c | 1 - kernel/audit.c