From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754932Ab2FMW0H (ORCPT ); Wed, 13 Jun 2012 18:26:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52180 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754796Ab2FMW0E (ORCPT ); Wed, 13 Jun 2012 18:26:04 -0400 Date: Wed, 13 Jun 2012 15:25:58 -0700 From: Andrew Morton To: Lee Jones Cc: Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@stericsson.com, grant.likely@secretlab.ca, Alessandro Zummo , rtc-linux@googlegroups.com, stable@vger.kernel.org Subject: Re: [PATCH 01/14] rtc: ab8500-rtc: IRQF_ONESHOT when requesting a threaded IRQ Message-Id: <20120613152558.e6025b04.akpm@linux-foundation.org> In-Reply-To: <4FD70481.6020207@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> <1339428307-3850-2-git-send-email-lee.jones@linaro.org> <201206111531.20468.arnd@arndb.de> <4FD70481.6020207@linaro.org> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 Jun 2012 09:57:37 +0100 Lee Jones wrote: > The kernel now forces IRQs to be ONESHOT if no IRQ handler is passed. What does this mean. The kernel crashes? The registration fails? A warning is emitted? When fixing a bug, please fully describe the consequences of that bug. > Cc: stable@vger.kernel.org Especially when suggesting a -stable backport. From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org (Andrew Morton) Date: Wed, 13 Jun 2012 15:25:58 -0700 Subject: [PATCH 01/14] rtc: ab8500-rtc: IRQF_ONESHOT when requesting a threaded IRQ In-Reply-To: <4FD70481.6020207@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> <1339428307-3850-2-git-send-email-lee.jones@linaro.org> <201206111531.20468.arnd@arndb.de> <4FD70481.6020207@linaro.org> Message-ID: <20120613152558.e6025b04.akpm@linux-foundation.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 12 Jun 2012 09:57:37 +0100 Lee Jones wrote: > The kernel now forces IRQs to be ONESHOT if no IRQ handler is passed. What does this mean. The kernel crashes? The registration fails? A warning is emitted? When fixing a bug, please fully describe the consequences of that bug. > Cc: stable at vger.kernel.org Especially when suggesting a -stable backport.