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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 D2544C433E0 for ; Fri, 26 Feb 2021 06:31:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81EBC64EE3 for ; Fri, 26 Feb 2021 06:31:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229769AbhBZGbG (ORCPT ); Fri, 26 Feb 2021 01:31:06 -0500 Received: from mga18.intel.com ([134.134.136.126]:57430 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbhBZGbF (ORCPT ); Fri, 26 Feb 2021 01:31:05 -0500 IronPort-SDR: q4KfNgN9U6r3w2zEQicdjsAL0yFSgiyY5CXK99Tj1O39CqNz7aDDBGtKskHml0itLkEoQbjEGn 5U0hpNZql7Yw== X-IronPort-AV: E=McAfee;i="6000,8403,9906"; a="173441155" X-IronPort-AV: E=Sophos;i="5.81,207,1610438400"; d="scan'208";a="173441155" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 22:30:23 -0800 IronPort-SDR: tm6qVikHor6LPs6/WvIjitCc9LC1x2BbyQ6LQKvQKuZtI6XJ1ZZ3x+yGHT0OcEQd+6xKAyjxS9 pw6MtLrl2MNA== X-IronPort-AV: E=Sophos;i="5.81,207,1610438400"; d="scan'208";a="404774030" Received: from shuo-intel.sh.intel.com (HELO localhost) ([10.239.154.30]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 22:30:20 -0800 Date: Fri, 26 Feb 2021 14:30:18 +0800 From: Shuo A Liu To: Greg Kroah-Hartman Cc: Arnd Bergmann , Reinette Chatre , Arnd Bergmann , Zhi Wang , linux-kernel@vger.kernel.org Subject: Re: [PATCH] virt: acrn: add hotplug_cpu dependency Message-ID: <20210226063018.GB9695@shuo-intel.sh.intel.com> References: <20210225133838.2196965-1-arnd@kernel.org> <20210226013807.GA9695@shuo-intel.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 26.Feb'21 at 7:25:18 +0100, Greg Kroah-Hartman wrote: >On Fri, Feb 26, 2021 at 09:38:07AM +0800, Shuo A Liu wrote: >> Hi Arnd, >> >> There is already a patchset for this build issue. Please refer to >> https://lore.kernel.org/lkml/20210221134339.57851-1-shuo.a.liu@intel.com/. >> >> Hi Greg, Would you like accept that patchset in you tree? > >I can't take anything new in my tree until 5.12-rc1 is out. When that >happens I will go through everything submitted to me and merge fixes >like this one and get them sent to Linus in a week or so. OK. Thanks for the information. Thanks shuo