From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932874AbbJMRYg (ORCPT ); Tue, 13 Oct 2015 13:24:36 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:34081 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932107AbbJMRYd (ORCPT ); Tue, 13 Oct 2015 13:24:33 -0400 Subject: Re: [RFC v2 PATCH 00/14] Implement generic IPI support mechanism To: Thomas Gleixner , Qais Yousef References: <1444731382-19313-1-git-send-email-qais.yousef@imgtec.com> Cc: linux-kernel@vger.kernel.org, jason@lakedaemon.net, marc.zyngier@arm.com, jiang.liu@linux.intel.com, ralf@linux-mips.org, linux-mips@linux-mips.org From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: <561D3E4C.909@cogentembedded.com> Date: Tue, 13 Oct 2015 20:24:28 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 10/13/2015 04:53 PM, Thomas Gleixner wrote: >> This series is based on Linus tree. I couldn't compile test it >> because MIPS compilation was broken due to other reasons. I expect >> some brokeness because of the introduction of struct irq_common_data >> which is not present on the 4.1 tree I was testing my code on before >> porting it to Linus tip. I will fix these issues and introduce >> proper accessors for accessing struct ipi_mask given that the >> concept is approved. > > Please base it on 4.1-rc5 + irq/core. On 4.3-rc5, you mean? MBR, Sergei