From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262024AbVFGWy7 (ORCPT ); Tue, 7 Jun 2005 18:54:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262025AbVFGWy6 (ORCPT ); Tue, 7 Jun 2005 18:54:58 -0400 Received: from smtp.andrew.cmu.edu ([128.2.10.82]:4323 "EHLO smtp.andrew.cmu.edu") by vger.kernel.org with ESMTP id S262024AbVFGWy5 (ORCPT ); Tue, 7 Jun 2005 18:54:57 -0400 From: Jeremy Maitin-Shepard To: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Move some more structures into "mostly_readonly" References: <20050607194123.GA16637@infradead.org> <1118177949.5497.44.camel@laptopd505.fenrus.org> <42A61227.9090402@didntduck.org> X-Habeas-SWE-9: mark in spam to . X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-1: winter into spring Date: Tue, 07 Jun 2005 18:54:57 -0400 In-Reply-To: (christoph@scalex86.org's message of "Tue, 7 Jun 2005 15:23:01 -0700 (PDT)") Message-ID: <87hdg9eq0u.fsf@jbms.ath.cx> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org christoph writes: > On Tue, 7 Jun 2005, Brian Gerst wrote: >> It doesn't really matter. .rodata isn't actually mapped read-only. Doing so >> would break up the large pages used to map the kernel. > In that case.... here is a patch that moves the table into rodata. AFS writes to the system call table. If as Brian says, .rodata isn't actually mapped read-only, then users of AFS could use this syscall table patch without problems, but it is nonetheless pointless and misleading. -- Jeremy Maitin-Shepard