From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755867Ab3FSFUk (ORCPT ); Wed, 19 Jun 2013 01:20:40 -0400 Received: from mail-vb0-f44.google.com ([209.85.212.44]:39801 "EHLO mail-vb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089Ab3FSFUi (ORCPT ); Wed, 19 Jun 2013 01:20:38 -0400 MIME-Version: 1.0 In-Reply-To: <51C0B177.2000006@meduna.org> References: <5195ED8B.7060002@meduna.org> <1369183168.6828.168.camel@gandalf.local.home> <519CBB30.3060200@redhat.com> <20130522134111.33a695c5@cuia.bos.redhat.com> <519D08B0.8050707@meduna.org> <1369246316.6828.176.camel@gandalf.local.home> <519D0CAB.7020800@meduna.org> <519D0FF8.5080200@redhat.com> <519D118B.6010306@zytor.com> <519D11BF.5000604@redhat.com> <519DCE2A.4010801@meduna.org> <519E095A.4000105@redhat.com> <519F24DD.5060700@meduna.org> <519F65DB.2020305@redhat.com> <51BE2F5C.8070408@meduna.org> <51C0B177.2000006@meduna.org> Date: Tue, 18 Jun 2013 19:20:37 -1000 X-Google-Sender-Auth: uS3oz_euJYb0pk6mwQD9b58jonI Message-ID: Subject: Re: [PATCH] mm: fix up a spurious page fault whenever it happens From: Linus Torvalds To: Stanislav Meduna Cc: Rik van Riel , "H. Peter Anvin" , Steven Rostedt , "linux-rt-users@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "the arch/x86 maintainers" , Hai Huang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 18, 2013 at 9:13 AM, Stanislav Meduna wrote: > > No crash in 2 days running with preempt none... Is this UP? There's the fast_tlb race that Peter fixed in commit 29eb77825cc7 ("arch, mm: Remove tlb_fast_mode()"). I'm not seeing how it would cause infinite TLB faults, but it definitely causes potentially incoherent TLB contents. And afaik it only happens with CONFIG_PREEMPT, and on UP systems. Which sounds like it might match your setup... Linus