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=-5.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 0A71DC433DF for ; Mon, 10 Aug 2020 19:53:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C52C422BF3 for ; Mon, 10 Aug 2020 19:53:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nDr7JriQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728253AbgHJTxQ (ORCPT ); Mon, 10 Aug 2020 15:53:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728099AbgHJTxQ (ORCPT ); Mon, 10 Aug 2020 15:53:16 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB15CC061756; Mon, 10 Aug 2020 12:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=gc8xlQBhhYuNt1vX0skCipVMdjr1NoGLoeS5+nC7osc=; b=nDr7JriQkkNERVl7hb4AmM4bbl X1Y8cncuzP4z16igTnuC1r6Hs4Kd5dd/2JdrOquAQLK9/1/YoGJiF0YEO3mrg30E4U0zsDrokN7oW RQNrMPodoYTszyvJLbXEkbfLserLdp5iUO9F9fzYaAgReLlsYo4LQVm9xxi+4G9Ok8CGQahsM+hB1 iC1YyJdKBNP9CdtIGkw4Nrf3ju4X4OE6IHOn5MWc8dybSHxlXFlMF9JqKcq6gHBJ0yRfVGm63x3yw 6TOoVVFB+/qLm8VXNqrwT+L484DGtuL1/Only8rTC12vgsa93UGZIw7faPAMqnRMNNL2EJPjCt2SB wHfadXLA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k5Dr7-0004eb-0m; Mon, 10 Aug 2020 19:53:13 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id A7E419801BE; Mon, 10 Aug 2020 21:53:11 +0200 (CEST) Date: Mon, 10 Aug 2020 21:53:11 +0200 From: Peter Zijlstra To: Jens Axboe Cc: io-uring@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 1/2] kernel: split task_work_add() into two separate helpers Message-ID: <20200810195311.GA3982@worktop.programming.kicks-ass.net> References: <20200808183439.342243-1-axboe@kernel.dk> <20200808183439.342243-2-axboe@kernel.dk> <20200810113740.GR2674@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: io-uring-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Mon, Aug 10, 2020 at 11:51:33AM -0600, Jens Axboe wrote: > Added a note of that in the commit message, otherwise the patch is > unchanged: > > https://git.kernel.dk/cgit/linux-block/commit/?h=io_uring-5.9&id=67e5aca3cb1bd40de0392fea5a661eae2372d6cc Acked-by: Peter Zijlstra (Intel)