From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x236.google.com (mail-pf0-x236.google.com [IPv6:2607:f8b0:400e:c00::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wcGmw4VDyzDq5b for ; Tue, 30 May 2017 11:51:44 +1000 (AEST) Received: by mail-pf0-x236.google.com with SMTP id 9so57462098pfj.1 for ; Mon, 29 May 2017 18:51:44 -0700 (PDT) Date: Tue, 30 May 2017 11:51:31 +1000 From: Balbir Singh To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Scott Wood , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 3/7] powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32 Message-ID: <20170530115131.6ee8340c@firefly.ozlabs.ibm.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 29 May 2017 17:32:00 +0200 (CEST) Christophe Leroy wrote: > As seen below, allthough the init sections have been freed, the > associated memory area is still marked as executable in the > page tables. Good catch! Acked-by: Balbir Singh