From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Jun 2015 22:35:05 +0200 (CEST) From: Thomas Gleixner To: Julia Lawall cc: Jiang Liu , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Jason Cooper , Kevin Cernekee , Arnd Bergmann , Marc Zyngier , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, LKML , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t In-Reply-To: Message-ID: References: <1432116013-25902-1-git-send-email-jiang.liu@linux.intel.com> <1432116013-25902-15-git-send-email-jiang.liu@linux.intel.com> <555CA834.7080807@linux.intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-acpi-owner@vger.kernel.org List-ID: On Fri, 12 Jun 2015, Julia Lawall wrote: > What is the status of this? I am close to having a semantic patch that > works. The current version touches 133 files, but I haven't checked all > of them. This includes both the local functions and the generic ones, but > not the cases where the name of the handler function is a local variable > or arbitrary expression. This occurs in around 30 files. Jiang sent out a new patch series, but I'm really interested in doing a fully automated check. If conversion is possible for some of them, fine, but the checking part to find all the places where this needs to be applied is the most important to me. If you want, just send me that script and I'll give it a test ride. Thanks, tglx