Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752933Ab1BPQZI (ORCPT ); Wed, 16 Feb 2011 11:25:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16592 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214Ab1BPQZD (ORCPT ); Wed, 16 Feb 2011 11:25:03 -0500 Message-ID: <4D5BFAB7.5070504@redhat.com> Date: Wed, 16 Feb 2011 11:26:31 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: Andrea Arcangeli CC: Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Jeremy Fitzhardinge , "H. Peter Anvin" , the arch/x86 maintainers , "Xen-devel@lists.xensource.com" , Linux Kernel Mailing List , Ian Campbell , Jan Beulich , Larry Woodman , Andrew Morton , Andi Kleen , Johannes Weiner , Hugh Dickins Subject: Re: [PATCH] fix pgd_lock deadlock References: <20110215195450.GO5935@random.random> <20110215225234.GP5935@random.random> <20110215231733.GR5935@random.random> <1297850294.2413.30.camel@twins> <20110216101521.GU5935@random.random> <20110216102801.GA23082@elte.hu> <20110216144947.GA5935@random.random> In-Reply-To: <20110216144947.GA5935@random.random> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 21 On 02/16/2011 09:49 AM, Andrea Arcangeli wrote: > Subject: fix pgd_lock deadlock > > From: Andrea Arcangeli > > It's forbidden to take the page_table_lock with the irq disabled or if there's > contention the IPIs (for tlb flushes) sent with the page_table_lock held will > never run leading to a deadlock. > > Apparently nobody takes the pgd_lock from irq so the _irqsave can be removed. > > Signed-off-by: Andrea Arcangeli Acked-by: Rik van Riel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/