[linux-yocto] [PATCH 1/1] features/security: add configs to harden protection

2018-08-13 Thread Anuj Mittal
Add a feature that enables/disables configurations that impact kernel security with an aim of decreasing the attack surface. Signed-off-by: Anuj Mittal --- features/security/security.cfg | 48 ++ features/security/security.scc | 4 +++ 2 files changed, 52

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

2018-08-13 Thread Anuj Mittal
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 KERNEL_FEATURES if required by a BSP. Can this

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

2018-08-13 Thread akuster808
On 08/13/2018 08: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

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

2018-08-13 Thread Bruce Ashfield
Which kernel version(s) are you seeing this issue ? Just linux-yocto-dev ? Bruce On 08/11/2018 11:11 AM, He Zhe wrote: The folloing porting lacks of change log and breaks menuconfig. CROSS_CURSES_LIB or CROSS_CURSES_INC contains xxx"" which is finially evaluated as "xxx""" in which < and >

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

2018-08-13 Thread Paul Gortmaker
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 kernel, as I have been indicating for several

[linux-yocto] [PATCH 1/1] cfg: add fragment for kernel-selftest

2018-08-13 Thread Hongzhi.Song
When you want to run cases under tool/testing/selftest of kernel-source, these fragments are required. Signed-off-by: Hongzhi.Song --- cfg/debug-kselftest.cfg | 70 + cfg/debug-kselftest.scc | 4 +++ 2 files changed, 74 insertions(+) create mode

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

2018-08-13 Thread Hongzhi.Song
Please merge this to 4.15 and master Hongzhi.Song (1): cfg: add fragment for kernel-selftest cfg/debug-kselftest.cfg | 70 + cfg/debug-kselftest.scc | 4 +++ 2 files changed, 74 insertions(+) create mode 100644 cfg/debug-kselftest.cfg create