From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752544AbbFZXC5 (ORCPT ); Fri, 26 Jun 2015 19:02:57 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:34704 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751893AbbFZXCw (ORCPT ); Fri, 26 Jun 2015 19:02:52 -0400 Date: Sat, 27 Jun 2015 02:03:05 +0300 From: Sergey Ryazanov X-Priority: 3 (Normal) Message-ID: <1445598242.20150627020305@gmail.com> To: Thomas Gleixner CC: Julia.Lawall@lip6.fr, linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com, rmk+kernel@arm.linux.org.uk, tglx@linutronix.de, ralf@linux-mips.org, linux-tip-commits@vger.kernel.org Subject: Re: [tip:irq/urgent] MIPS/ath25: Fix race in installing chained IRQ handler In-Reply-To: References: 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 Hello Thomas, Friday, June 26, 2015, 10:47:54 PM, you wrote: > MIPS/ath25: Fix race in installing chained IRQ handler > Fix a race where a pending interrupt could be received and the handler > called before the handler's data has been setup, by converting to > irq_set_chained_handler_and_data(). Reviewed-by: Sergey Ryazanov I'm agree with this change, but could you use a bit shorter function names for API? Somebody could just fall asleep while typing such name :) -- Sergey