From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262349AbVHCRKV (ORCPT ); Wed, 3 Aug 2005 13:10:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262350AbVHCRKU (ORCPT ); Wed, 3 Aug 2005 13:10:20 -0400 Received: from silver.veritas.com ([143.127.12.111]:17176 "EHLO silver.veritas.com") by vger.kernel.org with ESMTP id S262349AbVHCRKS (ORCPT ); Wed, 3 Aug 2005 13:10:18 -0400 Date: Wed, 3 Aug 2005 18:12:02 +0100 (BST) From: Hugh Dickins X-X-Sender: hugh@goblin.wat.veritas.com To: Linus Torvalds cc: Nick Piggin , Martin Schwidefsky , Andrew Morton , Robin Holt , linux-kernel , linux-mm@kvack.org, Ingo Molnar , Roland McGrath Subject: Re: [patch 2.6.13-rc4] fix get_user_pages bug In-Reply-To: Message-ID: References: <42F09B41.3050409@yahoo.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 03 Aug 2005 17:10:17.0413 (UTC) FILETIME=[3895A750:01C5984E] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Aug 2005, Linus Torvalds wrote: > > Ok, I applied this because it was reasonably pretty and I liked the > approach. It seems buggy, though, since it was using "switch ()" to test > the bits (wrongly, afaik), and I'm going to apply the appended on top of > it. Holler quickly if you disagreee.. Looks right to me. Hugh