From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Hildner Date: Mon, 11 Nov 2002 08:38:54 +0000 Subject: Re: [Linux-ia64] [PATCH] Performance Patch for TLB misses Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org David Mosberger schrieb: > >>>>> On Thu, 07 Nov 2002 15:00:27 +0100, Christian Hildner said: > > Christian> - let the processor also check for privilege level > Christian> because it's very very rare > > I didn't look at the patch too closely but this change looks wrong. > It would let user level insert arbitrary identity-mapped TLB > translations, which is not safe because it can trigger memory > attribute aliasing. Yes, user level would be allowed to insert translations. But the page attributes are hardcoded (PAGE_KERNEL) and this will not allow the user to touch this pages. Christian