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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B91AC433F5 for ; Thu, 21 Apr 2022 12:11:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383363AbiDUMON (ORCPT ); Thu, 21 Apr 2022 08:14:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1383374AbiDUMOK (ORCPT ); Thu, 21 Apr 2022 08:14:10 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D2E4DEEF for ; Thu, 21 Apr 2022 05:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=vMeIelgutOkoM8kGotV/fRhUy9MuKferx7rzAQHhNV0=; b=ZwcJMtTjnZT6rw2T4ud3rsGQJe vp9nSNnFwAKNK0ObtijyCbICSC6Uu+6vMliLTD3p4oD4xc9XV6t5oC4OStL8Vo0wexUAYNCvj7zCp lRYtM3o/QFT+UwkGq+iqXp7TAZxiXmJKD/+WG5xDCDi/pK2MEQ5qK3R7T/P/qiC8xq0s=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nhVeV-00GnUU-M2; Thu, 21 Apr 2022 14:11:15 +0200 Date: Thu, 21 Apr 2022 14:11:15 +0200 From: Andrew Lunn To: Marc Zyngier Cc: Nathan Rossi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nathan Rossi , Gregory Clement , Sebastian Hesselbarth , Thomas Gleixner Subject: Re: [PATCH] irqchip/armada-370-xp: Enable MSI affinity configuration Message-ID: References: <20220421015728.86912-1-nathan@nathanrossi.com> <87mtgfgx7d.wl-maz@kernel.org> <87fsm6ahnh.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fsm6ahnh.wl-maz@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I guess we can get at least some testing from the platform maintainers > to check that this doesn't regress the UP systems. I have a 370rd which is single core. Let me know what you want testing. Andrew