Re: [linux-yocto] [PATCH] ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm

2017-10-25 Thread Bruce Ashfield
On 10/24/2017 03:44 AM, Liwei Song wrote: From: Wang YanQing commit 1f7f51a63114bab3a05920f4b1343154e95e2cb6 upstream. merged. Bruce Commit fb087eaaef72 ("ALSA: hda - hdmi eld control created based on pcm") forget to filter out invalid pcm numbers, if there is only one invalid pcm number,

Re: [linux-yocto] [PATCH 1/2] fs/proc: kcore: use kcore_list type to check for vmalloc/module address

2017-10-25 Thread Bruce Ashfield
On 10/24/2017 11:06 PM, zhe...@windriver.com wrote: From: Ard Biesheuvel merged to 4.12 Bruce Instead of passing each start address into is_vmalloc_or_module_addr() to decide whether it falls into either the VMALLOC or the MODULES region, we can simply check the type field of the current k