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=-7.2 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 E570DC433F5 for ; Mon, 20 Sep 2021 16:19:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CDA966115B for ; Mon, 20 Sep 2021 16:19:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239364AbhITQVO (ORCPT ); Mon, 20 Sep 2021 12:21:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:53502 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235262AbhITQVK (ORCPT ); Mon, 20 Sep 2021 12:21:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DA6EA60F70; Mon, 20 Sep 2021 16:19:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632154783; bh=oW/10DJzjL5aVUVkaEZxfWH9HMPgiXkFynMFz/FMROc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dA6A6hH/M73u6tqR+3rN0Aj60Ifkhn6ng/EI6UkqTsDONxqDIRZhq+0B2qVY8vqOT LfmX8aNHFfTLElLRhzWtQbw1CFppoCIu0iiMfzQdZEjpZ6NtxHj1hqLJ6vOvhMqd5G uvX6MS9kP3uS0T4e3lT762DOMi484NDoGlUO5KgQ= Date: Mon, 20 Sep 2021 18:19:41 +0200 From: Greg KH To: Wei Liu Cc: mikelley@microsoft.com, torvalds@linux-foundation.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] x86/hyperv: remove on-stack cpumask from" failed to apply to 5.14-stable tree Message-ID: References: <1632128215208163@kroah.com> <20210920154447.gess7eb3qho6s2ax@liuwe-devbox-debian-v2> <20210920160919.f24xvwd66t4reqow@liuwe-devbox-debian-v2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210920160919.f24xvwd66t4reqow@liuwe-devbox-debian-v2> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 20, 2021 at 04:09:19PM +0000, Wei Liu wrote: > On Mon, Sep 20, 2021 at 05:55:08PM +0200, Greg KH wrote: > > On Mon, Sep 20, 2021 at 03:44:47PM +0000, Wei Liu wrote: > > > Hi Greg, > > > > > > On Mon, Sep 20, 2021 at 10:56:55AM +0200, gregkh@linuxfoundation.org wrote: > > > > > > > > The patch below does not apply to the 5.14-stable tree. > > > > If someone wants it applied there, or to any other stable or longterm > > > > tree, then please email the backport, including the original git commit > > > > id to . > > > > > > There is one prerequisite patch for this patch. I can backport both to > > > all relevant stable branches, but I would like to know how you would > > > like to receive backport patches. Several git bundles to stable@? > > > Several two-patch series to stable@? I can also give you several tags / > > > branches to pull from if you like. > > > > If they cherry-pick cleanly, just the git ids are all we need. > > > > Otherwise a patch series is great, git bundles are only a last-resort. > > Actually we don't think the problem these patches tries to solve will > cause issues in practice, so backporting shouldn't be needed at this > point. Please drop this patch from the your queues. Ok, all dropped, thanks for looking into it. greg k-h