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,DKIMWL_WL_HIGH, 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 583E0C433E6 for ; Fri, 26 Feb 2021 06:26:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0312464F03 for ; Fri, 26 Feb 2021 06:26:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230006AbhBZG0F (ORCPT ); Fri, 26 Feb 2021 01:26:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:33000 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229967AbhBZG0C (ORCPT ); Fri, 26 Feb 2021 01:26:02 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3C65060238; Fri, 26 Feb 2021 06:25:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614320721; bh=1sBTNx9ia/yig3QRMYYdGBU3SSrL8Mn1UN+wlEcJgDw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TO8evHlqI2UQnRh8rPjWvpOlV4WiJ0XBl00GnrFCONsrkXVm1C8ryibRjVi9WCwE8 +QyvdP2lNmcPB1FkNNfSDgYMglXadR0nW9p15N3z7iSqCYqC+z6laoLP8sLSskpNkG pYPJ0pLN/hbasQZNwhaxIXtIM/I3uqcqYwd4/YWs= Date: Fri, 26 Feb 2021 07:25:18 +0100 From: Greg Kroah-Hartman To: Shuo A Liu 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: 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 Content-Disposition: inline In-Reply-To: <20210226013807.GA9695@shuo-intel.sh.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. thanks, greg k-h