From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 07 Nov 2002 16:38:08 +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 >>>>> 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. --david