From mboxrd@z Thu Jan 1 00:00:00 1970 From: Evgeniy Polyakov Subject: Re: [PATCH 50/57] w1: irq: Remove IRQF_DISABLED Date: Wed, 21 Sep 2011 14:06:27 +0400 Message-ID: <20110921100627.GA15912@ioremap.net> References: <1316597339-29861-1-git-send-email-yong.zhang0@gmail.com> <1316597339-29861-51-git-send-email-yong.zhang0@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1316597339-29861-51-git-send-email-yong.zhang0@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Yong Zhang Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, Samuel Ortiz , Andres Salomon , Andrew Morton , =?utf-8?Q?Jean-Fran=C3=A7ois?= Dagenais , Tony Lindgren , Lucas De Marchi , Amit Kucheria , Julia Lawall List-Id: linux-arch.vger.kernel.org On Wed, Sep 21, 2011 at 05:28:51PM +0800, Yong Zhang (yong.zhang0@gmail.com) wrote: > Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], > We run all interrupt handlers with interrupts disabled > and we even check and yell when an interrupt handler > returns with interrupts enabled (see commit [b738a50a: > genirq: Warn when handler enables interrupts]). > > So now this flag is a NOOP and can be removed. Looks good, thank you. Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from intermatrixgroup.ru ([195.178.208.66]:58140 "EHLO tservice.net.ru" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753010Ab1IUKQP (ORCPT ); Wed, 21 Sep 2011 06:16:15 -0400 Date: Wed, 21 Sep 2011 14:06:27 +0400 From: Evgeniy Polyakov Subject: Re: [PATCH 50/57] w1: irq: Remove IRQF_DISABLED Message-ID: <20110921100627.GA15912@ioremap.net> References: <1316597339-29861-1-git-send-email-yong.zhang0@gmail.com> <1316597339-29861-51-git-send-email-yong.zhang0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1316597339-29861-51-git-send-email-yong.zhang0@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Yong Zhang Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, Samuel Ortiz , Andres Salomon , Andrew Morton , =?utf-8?Q?Jean-Fran=C3=A7ois?= Dagenais , Tony Lindgren , Lucas De Marchi , Amit Kucheria , Julia Lawall Message-ID: <20110921100627.Tslv9cR1mjwcvyjISiWnNL39Wm0grl20RrfDkjomgOE@z> On Wed, Sep 21, 2011 at 05:28:51PM +0800, Yong Zhang (yong.zhang0@gmail.com) wrote: > Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], > We run all interrupt handlers with interrupts disabled > and we even check and yell when an interrupt handler > returns with interrupts enabled (see commit [b738a50a: > genirq: Warn when handler enables interrupts]). > > So now this flag is a NOOP and can be removed. Looks good, thank you. Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov