Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751193AbdHCHYy (ORCPT ); Thu, 3 Aug 2017 03:24:54 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:38190 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750829AbdHCHYx (ORCPT ); Thu, 3 Aug 2017 03:24:53 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Balbir Singh Date: Thu, 3 Aug 2017 17:24:52 +1000 Message-ID: Subject: Re: [PATCH v3 0/5] powerpc/mm: Fix kernel protection and implement STRICT_KERNEL_RWX on PPC32 To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Scott Wood , "linux-kernel@vger.kernel.org" , "open list:LINUX FOR POWERPC (32-BIT AND 64-BIT)" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 449 Lines: 12 On Wed, Aug 2, 2017 at 11:50 PM, Christophe Leroy wrote: > This patch set implements STRICT_KERNEL_RWX on Powerpc32 > after fixing a few issues related to kernel code page protection. > > At the end we take the opportunity to get rid of some unneccessary/outdated > fixmap stuff. I looked at it, looks good overall, I've reviewed the previous series. Have you checked the series against CONFIG_RELOCATABLE? Balbir Singh.