From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 49587C433F5 for ; Thu, 2 Dec 2021 09:37:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=0jm8fXANkZTjoDIJiyzkTiXFXFftC8IQLisJOizKqc4=; b=n5Ox8dlNR368flFbUzln2ZFW4q PutCnh+SBEH7lzQMDXNvKhDYfZihpAJ+nvYcDfGWjK3docm6b6xz8c14IRAXm2PgsG/goRkhRy/w/ qhHA4EWSlBj8ygqhfHldmsEbrtwjH2rOx5gx9EfFvg6PRecVEdshhUVXCrYiAUbsn8odp/El0+WiM XbfJVoAOKWGUs1pUE4Zt9rJASG/h1ltuv5ZVDorPphQWiFHS1NTbvp0e6S65/dhYw1UvDioQmZ/tp SVfh55Krm7qhxl2V607PFgC95Xos4HPBiJrrFVYAyJ2M8QP5h22+XF7wp+LSwSQDtK2PmEDjdPPXM dqzojUQA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msiVZ-00Bb3U-DA; Thu, 02 Dec 2021 09:36:06 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msiTK-00Ba5R-SS for linux-arm-kernel@lists.infradead.org; Thu, 02 Dec 2021 09:33:48 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4F7B2139F; Thu, 2 Dec 2021 01:33:45 -0800 (PST) Received: from [10.57.0.159] (unknown [10.57.0.159]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A1FEF3F7D7; Thu, 2 Dec 2021 01:33:43 -0800 (PST) Subject: Re: [PATCH 2/2] irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLER To: Arnd Bergmann , Ard Biesheuvel Cc: Linux ARM , Russell King - ARM Linux , Mark Rutland , Marc Zyngier , Jesse Taube References: <20211201110259.84857-1-vladimir.murzin@arm.com> <20211201110259.84857-2-vladimir.murzin@arm.com> From: Vladimir Murzin Message-ID: Date: Thu, 2 Dec 2021 09:33:44 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211202_013347_029136_83D44A9C X-CRM114-Status: GOOD ( 14.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 12/2/21 9:23 AM, Arnd Bergmann wrote: > On Thu, Dec 2, 2021 at 9:35 AM Ard Biesheuvel wrote: >> >> It seems trivial enough to add that for v7m as well, so I will include >> a patch for it in my v3. But I won't be able to test it, though. > > Ok, perfect. Adding Jesse to Cc, they are in the process of adding another > Cortex-M based platform and should be able to test this by merging in your > changes from [1] after you have uploaded the latest version. I'm happy to test it as well. I'm wondering if there are specific scenarios (or maybe some tests) to consider? Cheers Vladimir > > Arnd > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=arm-up-ti-in-task-v3 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel