From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756657AbXLLABW (ORCPT ); Tue, 11 Dec 2007 19:01:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751136AbXLLABP (ORCPT ); Tue, 11 Dec 2007 19:01:15 -0500 Received: from mx1.redhat.com ([66.187.233.31]:34133 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036AbXLLABO (ORCPT ); Tue, 11 Dec 2007 19:01:14 -0500 Message-ID: <475F24A7.3020106@redhat.com> Date: Tue, 11 Dec 2007 19:00:39 -0500 From: Chuck Ebbert Organization: Red Hat User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: Hugh Dickins CC: Linus Torvalds , Andrew Morton , Willy Tarreau , Adrian Bunk , stable@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tmpfs: restore missing clear_highpage References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/28/2007 01:55 PM, Hugh Dickins wrote: > tmpfs was misconverted to __GFP_ZERO in 2.6.11. There's an unusual case in > which shmem_getpage receives the page from its caller instead of allocating. > We must cover this case by clear_highpage before SetPageUptodate, as before. > > Signed-off-by: Hugh Dickins > --- What are the symptoms of the bug this fixes?