[linux-yocto] [PATCH 0/1] config cleanup

2018-10-22 Thread Anuj Mittal
Hi Bruce, Can you please merge this in 4.18, 4.19 and master? Thanks! Anuj Mittal (1): sound.cfg: enable SND_SOC_INTEL_SKYLAKE cfg/sound.cfg | 1 + 1 file changed, 1 insertion(+) -- 2.17.1 -- ___ linux-yocto mailing list

Re: [linux-yocto] [yocto-kernel-cache][PATCH 0/2] drop unusefull config options

2018-10-22 Thread Bruce Ashfield
On 10/22/18 4:02 AM, Hongzhi.Song wrote: Please merge to master and yocto-4.18 merged. Bruce Hongzhi.Song (2): vfio: drop CONFIG_KVM_DEVICE_ASSIGNMENT lxc: drop CONFIG_MM_OWNER features/lxc/lxc.cfg | 1 - features/vfio/vfio.cfg | 1 - 2 files changed, 2 deletions(-) --

[linux-yocto] [PATCH 1/2] vfio: drop CONFIG_KVM_DEVICE_ASSIGNMENT

2018-10-22 Thread Hongzhi.Song
Kernel has killed the config fragment for legacy device assignment deprecated since v4.2. [kernel commit id: ad6260da1e23] Signed-off-by: Hongzhi.Song --- features/vfio/vfio.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/vfio/vfio.cfg b/features/vfio/vfio.cfg index

[linux-yocto] [yocto-kernel-cache][PATCH 0/2] drop unusefull config options

2018-10-22 Thread Hongzhi.Song
Please merge to master and yocto-4.18 Hongzhi.Song (2): vfio: drop CONFIG_KVM_DEVICE_ASSIGNMENT lxc: drop CONFIG_MM_OWNER features/lxc/lxc.cfg | 1 - features/vfio/vfio.cfg | 1 - 2 files changed, 2 deletions(-) -- 2.8.1 -- ___ linux-yocto

[linux-yocto] [PATCH 2/2] lxc: drop CONFIG_MM_OWNER

2018-10-22 Thread Hongzhi.Song
Kernel has killed CONFIG_MM_OWNER config fragment. [kernel commit id: f98bafa06] Signed-off-by: Hongzhi.Song --- features/lxc/lxc.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/lxc/lxc.cfg b/features/lxc/lxc.cfg index 740b800..1327962 100644 --- a/features/lxc/lxc.cfg +++