Re: [linux-yocto] [PATCH] netfilter: Fix kmemleak false positive reports

2018-10-23 Thread He Zhe
Add Bruce. This is only for v4.18. Zhe On 2018/10/23 18:33, zhe...@windriver.com wrote: > From: He Zhe > > unreferenced object 0x9643edb89900 (size 256): > comm "sd-resolve", pid 220, jiffies 4295016710 (age 208.256s) > hex dump (first 32 bytes): > 01 00 00 00 00 00 00 00 03 00 74

[linux-yocto] [PATCH] netfilter: Fix kmemleak false positive reports

2018-10-23 Thread zhe.he
From: He Zhe unreferenced object 0x9643edb89900 (size 256): comm "sd-resolve", pid 220, jiffies 4295016710 (age 208.256s) hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 03 00 74 f3 ba b1 b6 b5 ..t. 65 3e 00 00 00 00 00 00 90 f9 a0 ed 43 96 ff ff e>..C...

[linux-yocto] [yocto-4.14][PATCH] sound.cfg: enable SND_SOC_INTEL_SKYLAKE explicitly

2018-10-23 Thread Anuj Mittal
This helps kernels that might have the sound/soc kconfig changes backported to 4.14 [1]. This is selected by default by SND_SOC_INTEL_SKL_* configs in 4.14 that are enabled to be built already in sound.cfg, so this will not result in any change in behaviour. [1]