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 E5AFFC2B9F4 for ; Sat, 19 Jun 2021 20:18:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D07476100B for ; Sat, 19 Jun 2021 20:18:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230286AbhFSUUw (ORCPT ); Sat, 19 Jun 2021 16:20:52 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:35730 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbhFSUUv (ORCPT ); Sat, 19 Jun 2021 16:20:51 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1624133919; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZGxCAU5/Gg8G2QXDWd/7foFOuvLUzMk0dmwKNfusq2U=; b=FHmONuVOMr4+7/40TNNSG/hiyaLtRMfUkmIbkXSCD/DmuFl04ct6WCfWE+39chTJdbVo1K lUkQjjBuuKAg6b3uWhjaay0x1XBeysHVjJvvYDnPA3CbOnwoaUXbS4dHcEX48bVwbs9A3d c5ZICg5YoTojMIaLEza7vvJcfaRqO2QnCHxq/oE+NoZEJ7f8pIncF4YsfasW4My6HvrtyB 1TDAwwmoNiLm/PseNG964ShmAm7yLLmdOfa3d05H7gNgaqBdm911btMTVAIisw+eqxASYf XZu4AQNSI2sTJOUfz242Z5WKZ+393Zc+Qj0gREGjZugpB/ngoSw+C6a4Z9KJfg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1624133919; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZGxCAU5/Gg8G2QXDWd/7foFOuvLUzMk0dmwKNfusq2U=; b=6b7bpcDeTlfRnxblWGna3hiV6agE0oq0oY3LeyiryUSDr6tNRpuxRD1lIR9Ci0vNIP7Mef VHs4dCzzxHGlwdAg== To: Alexey Klimov Cc: Linux Kernel Mailing List , cgroups@vger.kernel.org, Peter Zijlstra , Yury Norov , Daniel Jordan , Joshua Baker , audralmitchel@gmail.com, Arnd Bergmann , Greg Kroah-Hartman , rafael@kernel.org, tj@kernel.org, Qais Yousef , hannes@cmpxchg.org, Alexey Klimov Subject: Re: [PATCH v3] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining In-Reply-To: References: <20210317003616.2817418-1-aklimov@redhat.com> <87tuowcnv3.ffs@nanos.tec.linutronix.de> Date: Sat, 19 Jun 2021 22:18:39 +0200 Message-ID: <87zgvlhalc.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alexey, On Mon, Jun 14 2021 at 19:14, Alexey Klimov wrote: > On Thu, Apr 15, 2021 at 2:30 AM Alexey Klimov wrote: >> >> On Sun, Apr 4, 2021 at 3:32 AM Alexey Klimov wrote: >> > >> > On Sat, Mar 27, 2021 at 9:01 PM Thomas Gleixner wrote: > > [...] > >> Are you going to submit the patch? Or I can do it on your behalf if you like. > > Are you going to send out this to lkml as a separate patch or do you > want me to do this on your behalf? sorry I forgot about this completely. No need to resend. It's on LKML already. I pick it up from this thread. Thanks, tglx