From: David Howells Subject: Re: [PATCH] keys/encrypted: Fix two crypto-on-the-stack bugs Date: Tue, 13 Dec 2016 16:45:38 +0000 Message-ID: <2661.1481647538@warthog.procyon.org.uk> References: <8c273c9c41f51b34bb3115086f1d776895580637.1481575835.git.luto@kernel.org> <063D6719AE5E284EB5DD2968C1650D6DB023CA99@AcuExch.aculab.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: dhowells@redhat.com, David Laight , Joerg Roedel , David Woodhouse , Linus Torvalds , Ingo Molnar , Andy Lutomirski , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , "keyrings@vger.kernel.org" , Eric Biggers , "linux-crypto@vger.kernel.org" , Herbert Xu , Stephan Mueller To: Andy Lutomirski Return-path: In-Reply-To: Content-ID: <2660.1481647538.1@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org Andy Lutomirski wrote: > After all, rodata is ordinary memory, is backed by struct page, etc. Is that actually true? I thought some arches excluded the kernel image from the page struct array to make the array consume less memory. David