Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031882AbbKEJqa (ORCPT ); Thu, 5 Nov 2015 04:46:30 -0500 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:33111 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030679AbbKEJq1 (ORCPT ); Thu, 5 Nov 2015 04:46:27 -0500 Date: Thu, 5 Nov 2015 09:46:15 +0000 From: Russell King - ARM Linux To: Laura Abbott Cc: Kees Cook , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] arm: Use kernel mm when updating section permissions Message-ID: <20151105094615.GP8644@n2100.arm.linux.org.uk> References: <1446685239-28522-1-git-send-email-labbott@fedoraproject.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446685239-28522-1-git-send-email-labbott@fedoraproject.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1099 Lines: 23 On Wed, Nov 04, 2015 at 05:00:39PM -0800, Laura Abbott wrote: > Currently, read only permissions are not being applied even > when CONFIG_DEBUG_RODATA is set. This is because section_update > uses current->mm for adjusting the page tables. current->mm > need not be equivalent to the kernel version. Use pgd_offset_k > to get the proper page directory for updating. What are you trying to achieve here? You can't use these functions at run time (after the first thread has been spawned) to change permissions, because there will be multiple copies of the kernel section mappings, and those copies will not get updated. In any case, this change will probably break kexec and ftrace, as the running thread will no longer see the updated page tables. -- FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/