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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 2062BC55179 for ; Thu, 29 Oct 2020 02:01:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4E8E2076B for ; Thu, 29 Oct 2020 02:01:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="NRwfifkp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727848AbgJ2CA6 (ORCPT ); Wed, 28 Oct 2020 22:00:58 -0400 Received: from casper.infradead.org ([90.155.50.34]:44160 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727777AbgJ1Vva (ORCPT ); Wed, 28 Oct 2020 17:51:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Subject:Cc:To:From:Date:Message-ID: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=Mpdng4RuQf44ddf01qH6mfLCaTFkE0g2Rcb1wOeeIHU=; b=NRwfifkpHQUhXnJUZdVgLlXfe5 oqxhKZfB0LwJepg2if6yYDdgaYZASU0OTKfn4JrhHIoo4AYBREMWR6myzHL8ALDeB3MpPEnVwSoJ7 o9OWFc9bQPK+zxwyMKxaX+9xnLPLJ1vsEGFSKz9G2JWUylMgEdSP9y+Gmpq2Jos5CMWzqJ8vhfr/Z wmuNY17B+3VK9A0jsdCTpATdZ8vIxMWj3uvcr63CrUOt6ytUM5yeFnGLbs4zdlEKLbS1VRyFoBTig 1+Lma9fmaD5IhjsksDHTfy8sq54IW7HJ7/RNpLgn6h6vXahj+1rLPuxgzufPu9Hof3IKGJzePqnui FrQT3fzA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXjOO-0000QB-Qz; Wed, 28 Oct 2020 11:13:25 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 9B3823070F9; Wed, 28 Oct 2020 12:13:21 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 0) id C577820B285A1; Wed, 28 Oct 2020 12:13:21 +0100 (CET) Message-ID: <20201028110707.971887448@infradead.org> User-Agent: quilt/0.66 Date: Wed, 28 Oct 2020 12:07:07 +0100 From: Peter Zijlstra To: mingo@kernel.org Cc: linux-kernel@vger.kernel.org, will@kernel.org, paulmck@kernel.org, hch@lst.de, axboe@kernel.dk, chris@chris-wilson.co.uk, davem@davemloft.net, kuba@kernel.org, fweisbec@gmail.com, oleg@redhat.com, vincent.guittot@linaro.org, peterz@infradead.org Subject: [PATCH v3 0/6] smp: irq_work / smp_call_function rework Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, These are the non-controversial irq_work / smp_call_function integration / cleanup patches. There's one RFC patch to use the new irq_work_queue_remote() which seems to survive rcutorture. Please consider.