Re: [linux-yocto] [PATCH 0/1] Harden kernel configuration

2018-08-14 Thread Bruce Ashfield
On 08/13/2018 11:31 PM, Anuj Mittal wrote: This change adds a feature to enable some of the kernel configs that improve kernel self-protection/security. More details are available at the kernel self-protection project page [1]. This is not being enabled by default and can be included using

Re: [linux-yocto] [PATCH 0/1] add a feature for kernel selftest

2018-08-14 Thread Bruce Ashfield
On 08/13/2018 03:38 AM, Hongzhi.Song wrote: Please merge this to 4.15 and master merged. Bruce Hongzhi.Song (1): cfg: add fragment for kernel-selftest cfg/debug-kselftest.cfg | 70 + cfg/debug-kselftest.scc | 4 +++ 2 files changed,

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.28

2018-08-14 Thread Bruce Ashfield
On 08/13/2018 11:00 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.27 kernel. Hopefully people using 4.12.x have their plans well underway to move to a newer

Re: [linux-yocto] [PATCH] scripts/kconfig: Fix menuconfig failure

2018-08-14 Thread Bruce Ashfield
On 08/14/2018 03:59 AM, He Zhe wrote: On 2018年08月13日 23:38, Bruce Ashfield wrote: Which kernel version(s) are you seeing this issue ? Just linux-yocto-dev ? Yes, just linux-yocto-dev. The following porting for linux-yocto-dev changes a bit This is now merged. Bruce from linux-yocto:

Re: [linux-yocto] [PATCH] scripts/kconfig: Fix menuconfig failure

2018-08-14 Thread He Zhe
On 2018年08月13日 23:38, Bruce Ashfield wrote: > Which kernel version(s) are you seeing this issue ? Just linux-yocto-dev ? Yes, just linux-yocto-dev. The following porting for linux-yocto-dev changes a bit from linux-yocto: --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++