[linux-yocto] [PATCH 4/4] security.cfg: rename STACKPROTECTOR configs

2018-11-25 Thread Anuj Mittal
Rename and let kernel config determine the right option to enable as per: https://github.com/torvalds/linux/commit/2a61f4747eeaa85ce26ca9fbd81421b15facd018 Signed-off-by: Anuj Mittal --- features/security/security.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[linux-yocto] [PATCH 1/4] netfilter: remove obsolete entries

2018-11-25 Thread Anuj Mittal
NF_CONNTRACK_IPV4 and NF_CONNTRACK_IPV6 are no longer present starting 4.19 and instead unified under NF_CONNTRACK which is already enabled. https://github.com/torvalds/linux/commit/a0ae2562c6c4b2721d9fddba63b7286c13517d9f Signed-off-by: Anuj Mittal --- features/netfilter/netfilter.cfg | 2 --

[linux-yocto] [PATCH 3/4] media-usb-tv: remove CONFIG_DVB_USB_FRIIO

2018-11-25 Thread Anuj Mittal
This has been merged with GL861 which is enabled by this feature. https://github.com/torvalds/linux/commit/b30cc07de8a903685441f9770b1b21e1422d2468 Signed-off-by: Anuj Mittal --- features/media/media-usb-tv.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/media/media-usb-tv.cfg

[linux-yocto] [PATCH 2/4] standard/preempt-rt.cfg: remove CONFIG_CIFS_STATS

2018-11-25 Thread Anuj Mittal
This is always enabled now starting 4.19. https://github.com/torvalds/linux/commit/fcabb89299d79010eb923afdd26de04afcc0527f Signed-off-by: Anuj Mittal --- ktypes/preempt-rt/preempt-rt.cfg | 1 - ktypes/standard/standard.cfg | 1 - 2 files changed, 2 deletions(-) diff --git

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

2018-11-25 Thread Anuj Mittal
Hi Bruce, This series cleans up some obsolete config fragments for 4.19 kernel. Can you please merge in 4.19/master if these look okay? Anuj Mittal (4): netfilter: remove obsolete entries standard/preempt-rt.cfg: remove CONFIG_CIFS_STATS media-usb-tv: remove CONFIG_DVB_USB_FRIIO