From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965269Ab1GOIba (ORCPT ); Fri, 15 Jul 2011 04:31:30 -0400 Received: from casper.infradead.org ([85.118.1.10]:49617 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965045Ab1GOIb2 convert rfc822-to-8bit (ORCPT ); Fri, 15 Jul 2011 04:31:28 -0400 Subject: Re: 2.6.32.21 - uptime related crashes? From: Peter Zijlstra To: john stultz Cc: Willy Tarreau , Ingo Molnar , "MINOURA Makoto / ?$BL'1: ?$B??" , Andrew Morton , Faidon Liambotis , linux-kernel@vger.kernel.org, stable@kernel.org, Nikola Ciprich , seto.hidetoshi@jp.fujitsu.com, =?ISO-8859-1?Q?Herv=E9?= Commowick , Rand@jasper.es In-Reply-To: <1310690138.3367.61.camel@work-vm> References: <20110428082625.GA23293@pcnci.linuxbox.cz> <20110428183434.GG30645@1wt.eu> <20110429100200.GB23293@pcnci.linuxbox.cz> <20110430093605.GA10529@1wt.eu> <20110430173905.GA25641@tty.gr> <20110705231515.95bc758f.akpm@linux-foundation.org> <1310434819.30337.21.camel@work-vm> <20110712041938.GO27254@1wt.eu> <1310690138.3367.61.camel@work-vm> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Fri, 15 Jul 2011 10:30:03 +0200 Message-ID: <1310718603.2586.278.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-07-14 at 17:35 -0700, john stultz wrote: > > Peter/Ingo: Can you take a look at the above and let me know if you find > it too disagreeable? I'm not quite sure of the calling conditions of set_cyc2ns_scale(), but there's two sites in there that do: + local_irq_save(flags); + data = kmalloc(sizeof(*data), GFP_KERNEL); + local_irq_restore(flags); Clearly that's not going to work well at all.