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.8 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 6B2A2C433E0 for ; Fri, 19 Feb 2021 10:32:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 245F464DED for ; Fri, 19 Feb 2021 10:32:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229678AbhBSKcK (ORCPT ); Fri, 19 Feb 2021 05:32:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbhBSKcJ (ORCPT ); Fri, 19 Feb 2021 05:32:09 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2BB1C061574 for ; Fri, 19 Feb 2021 02:31:28 -0800 (PST) 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=+EquK8bSN07/OaknMcvmJmBUh7h4jPsI6nqfokxx5e0=; b=oIFrPrHwjaQWB06vySuiwcC6Il tA6e1xCqk8V0ZnrW67cq6MCaZPkOYJ/KGRiwoxBxhgsGX/hB2pKNk3AZ+/nXiNEYKbCEOfn9ZQI7J TCcbmirg/kUSKAClh/7lXpuclYW8ARDo73pZFM48d+kmEQAH5GZNwoX5f9zX3uQvj81y8bhJcqP7x 7SJM8jkChPZM51VolBtn6d1vSZGKoW/eEstcxtrBHQliaOBtcxKqlY+IThHZ/J7aA7EIXI2lXvLGR Jy8/82BMSeWG73xJk6WNlP90otJ39o7JfVdccsNDHjlKzuCQR3axD3IjLFq22bjxetH1QMxEzbyqi e3lutBwA==; Received: from hch by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lD33T-002kud-A5; Fri, 19 Feb 2021 10:30:42 +0000 Date: Fri, 19 Feb 2021 10:30:35 +0000 From: Christoph Hellwig To: Petr Mladek Cc: Yiwei Zhang , Christoph Hellwig , Andrew Morton , Felix Kuehling , Jens Axboe , "J. Bruce Fields" , Peter Zijlstra , Frederic Weisbecker , Marcelo Tosatti , Ilias Stamatis , Rob Clark , Mathieu Desnoyers , Liang Chen , Linux Kernel Mailing List , kernel-team Subject: Re: [PATCH] kthread: add kthread_mod_pending_delayed_work api Message-ID: <20210219103035.GA656626@infradead.org> References: <20210214000611.2169820-1-zzyiwei@android.com> <20210216091128.GA3973504@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19, 2021 at 11:27:13AM +0100, Petr Mladek wrote: > I am personally fine with adding this API. I am going to > comment the original code. Well, there might be a push-back > from other people because there will be no in-tree user. Adding a new API without an intree user is a complete no-go.