Re: [PATCH] s390: disable postinit-readonly for now

2016-03-21 Thread Kees Cook
On Thu, Mar 17, 2016 at 1:49 AM, Heiko Carstens wrote: > On Wed, Mar 16, 2016 at 08:47:44PM +0100, Christian Borntraeger wrote: >> On 03/10/2016 06:31 PM, Kees Cook wrote: >> > This is a temporary fix to let lkdtm run again on s390, though it'll >> > still fail the ro_after_init tests. Until rodat

Re: [PATCH] s390: disable postinit-readonly for now

2016-03-20 Thread Heiko Carstens
On Wed, Mar 16, 2016 at 08:47:44PM +0100, Christian Borntraeger wrote: > On 03/10/2016 06:31 PM, Kees Cook wrote: > > This is a temporary fix to let lkdtm run again on s390, though it'll > > still fail the ro_after_init tests. Until rodata and ro_after_init > > sections can be split on s390, disabl

Re: [PATCH] s390: disable postinit-readonly for now

2016-03-18 Thread Christian Borntraeger
On 03/10/2016 06:31 PM, Kees Cook wrote: > This is a temporary fix to let lkdtm run again on s390, though it'll > still fail the ro_after_init tests. Until rodata and ro_after_init > sections can be split on s390, disable special handling of ro_after_init. > > Signed-off-by: Kees Cook > --- > for

Re: [PATCH] s390: disable postinit-readonly for now

2016-03-12 Thread Heiko Carstens
On Thu, Mar 10, 2016 at 09:31:44AM -0800, Kees Cook wrote: > This is a temporary fix to let lkdtm run again on s390, though it'll > still fail the ro_after_init tests. Until rodata and ro_after_init > sections can be split on s390, disable special handling of ro_after_init. > > Signed-off-by: Kees

[PATCH] s390: disable postinit-readonly for now

2016-03-10 Thread Kees Cook
This is a temporary fix to let lkdtm run again on s390, though it'll still fail the ro_after_init tests. Until rodata and ro_after_init sections can be split on s390, disable special handling of ro_after_init. Signed-off-by: Kees Cook --- for -next ... --- arch/s390/include/asm/cache.h | 3 +++