Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752783AbaKUURB (ORCPT ); Fri, 21 Nov 2014 15:17:01 -0500 Received: from www.linutronix.de ([62.245.132.108]:59311 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752761AbaKUURA (ORCPT ); Fri, 21 Nov 2014 15:17:00 -0500 Date: Fri, 21 Nov 2014 21:16:58 +0100 (CET) From: Thomas Gleixner To: Linus Torvalds cc: Andy Lutomirski , Steven Rostedt , Tejun Heo , "linux-kernel@vger.kernel.org" , Arnaldo Carvalho de Melo , Peter Zijlstra , Frederic Weisbecker , Don Zickus , Dave Jones , the arch/x86 maintainers Subject: Re: frequent lockups in 3.18rc4 In-Reply-To: Message-ID: References: <20141120221122.GA25393@htj.dyndns.org> <20141120230514.GB25393@htj.dyndns.org> <20141120233920.GC25393@htj.dyndns.org> <20141121162742.GB15461@htj.dyndns.org> <20141121170805.GD30603@home.goodmis.org> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Nov 2014, Linus Torvalds wrote: > On Fri, Nov 21, 2014 at 11:51 AM, Thomas Gleixner wrote: > > > > This will break paravirt. set_pgd/set_pmd are paravirt functions. > > I suspect we could use "set_pgd()" here instead of the direct access. > I didn't want to walk through all the levels to see exactly which > random op I needed to use. I don't think that works on 32bit. See the magic in vmalloc_sync_one(). Thanks, tglx -- 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/