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 X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AC62C2B9F7 for ; Tue, 25 May 2021 02:03:33 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D6FD06113B for ; Tue, 25 May 2021 02:03:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D6FD06113B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mfRvFV+MPpNnlSgoM4/iC3O9rJ3vZJ4QxpoGd3bR3tw=; b=mCiwhsRXvUlcLi AslxMGeiYizLYkuq0F/h4EKHZYQlBywvOWcs2JKmLSzEXNu0yYIbUf3hsNO+dcK/sMBasmPl66skY Yu1R/JNZZ/DPxgZBi3P0ORex3wo/4H9EJbGLyjs7uN2ZHuBr/YjTjLxJ9CVasoZyJpC6L7KEieeIF x/0Bn3Jn98NBalrblOc0SnODhO3Vz84JW2uP9twbkWZhaKtHn0ZCbUUmHP8cnH8z9qyOCCSX9rLv+ yvd6Unad81BI4xeUy6/Q6JSPTDWxAIpe2Bo06OTh5WfVRUyedPs7KTxn8FgKXjjHK3f+LoU3JKFW/ Vcf+n1d++DMD/k/s+PDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1llMNK-002pvP-LL; Tue, 25 May 2021 02:00:56 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1llH4Q-001ocj-1m for linux-arm-kernel@lists.infradead.org; Mon, 24 May 2021 20:21:03 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6B4DC6140B; Mon, 24 May 2021 20:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621887661; bh=P0vqZlRTqthWHcQOTzgWGwJfAtBMMHR0cIa54Goqc7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k9UNHGE5oAI98Q6Lzryn34l1pTJad95uj0M5XjlI//JDhiPTNmIrdf0XzOjJAQ0zM 0Bh/1OxjGyxGmJdD8Zw4SyfVznwXsVC6FveM5D9s6Y2LH2NpbM6M0t0KB2qB/YWH8c D7K4hppc8nqDMu60DK8JHe6IbC7u07ORJ2dEucVMeC93EOtLetzfHXqlftx2DTTMMc ksWnGhWG8mmjlCRMxK98P3iufvOaV+Y9rFsAFLy8nKmajajWQl4hvsHL94Dh6O9Y/j vk+yuENDBF1eibuz7/yQDvpJ9XQZkD1G8ybr6Fts5nJLAbBzexq+2Nvvt87/qqpICV 94LN3NmtTcvTw== Date: Mon, 24 May 2021 21:20:55 +0100 From: Will Deacon To: Thomas Gleixner Cc: LKML , Peter Zijlstra , Robin Murphy , Nitesh Lal , Jesse Brandeburg , Marc Zyngier , Mark Rutland , linux-arm-kernel@lists.infradead.org, Frank Li , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Shaokun Zhang Subject: Re: [patch 0/8] genirq, perf: Cleanup the abuse of irq_set_affinity_hint() Message-ID: <20210524202054.GA15545@willie-the-truck> References: <20210518091725.046774792@linutronix.de> <20210518104849.GB7770@willie-the-truck> <874kf0doq7.ffs@nanos.tec.linutronix.de> <87v97fccq9.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87v97fccq9.ffs@nanos.tec.linutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210524_132102_158491_0D7983E2 X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. 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 Wed, May 19, 2021 at 11:08:30AM +0200, Thomas Gleixner wrote: > On Tue, May 18 2021 at 17:51, Thomas Gleixner wrote: > > Sure. I'll send you a tag to pull ... > > Here you go: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-export-set-affinity Cheers, I've pulled that in and stuck the driver patches on top. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel