From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: [patch 0/3] IRQ disable vs NMI Date: Tue, 06 Apr 2010 15:28:07 +0200 Message-ID: <20100406132807.698467930@chello.nl> Return-path: Received: from casper.infradead.org ([85.118.1.10]:49335 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753731Ab0DFNjK (ORCPT ); Tue, 6 Apr 2010 09:39:10 -0400 Sender: linux-arch-owner@vger.kernel.org List-ID: To: mingo@elte.hu, David Miller , acme@redhat.com, paulus@samba.org, Mike Galbraith , Frederic Weisbecker , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, Peter Zijlstra This patch set tries to solve the local_irq_disable() vs NMI problem that SPARC has by providing new arch hooks and instrumenting the existing interface to WARN on conflicting usage. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from casper.infradead.org ([85.118.1.10]:49335 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753731Ab0DFNjK (ORCPT ); Tue, 6 Apr 2010 09:39:10 -0400 Message-ID: <20100406132807.698467930@chello.nl> Date: Tue, 06 Apr 2010 15:28:07 +0200 From: Peter Zijlstra Subject: [patch 0/3] IRQ disable vs NMI Sender: linux-arch-owner@vger.kernel.org List-ID: To: mingo@elte.hu, David Miller , acme@redhat.com, paulus@samba.org, Mike Galbraith , Frederic Weisbecker , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, Peter Zijlstra Message-ID: <20100406132807.7JyxRqTOEZVBVHAaFncaKv7StNn-6a8Yl36TiT8NWYQ@z> This patch set tries to solve the local_irq_disable() vs NMI problem that SPARC has by providing new arch hooks and instrumenting the existing interface to WARN on conflicting usage.