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 BBF3DC4338F for ; Wed, 18 Aug 2021 15:02:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 992CD60238 for ; Wed, 18 Aug 2021 15:02:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238957AbhHRPCm (ORCPT ); Wed, 18 Aug 2021 11:02:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238872AbhHRPCj (ORCPT ); Wed, 18 Aug 2021 11:02:39 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E636C061764 for ; Wed, 18 Aug 2021 08:02:04 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1629298922; 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=N4EQWRnR07A+JeIPYVccYxDbr3rB/UQmGtInQLrcQQk=; b=vcBV4vppi/rBLIuwa++yH/4vopqdp2RyfGLq5hEjjOstJfwaPlncruPJmhfwqNiZhTPtgo Xj5M+Zb+BLzfwLmbOjbyqNMW3Ds0ooqwk6iTyde5UXVxinnIwkRzdHLcNDg6GyHitzJWD1 zkMQGtNVqrg6fTORd6ToSL/8v6zVOm341AGXoI9aydUeHvHCXsq8BBJLTrionpqHlvFOJJ uruWuH9TtjKTCJM7lTciYaZNfSKdOZ86Liyd6ekFxNvyohrcHvdz014lMbxq6yozUPPDCj bu6X1CvERQ47L8gkgwMuEv1KguGZYWb3GgrG5+yLR6ceNjQnNC17+hPcXyDp1g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1629298922; 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=N4EQWRnR07A+JeIPYVccYxDbr3rB/UQmGtInQLrcQQk=; b=ZdlEj2FptYG+QGEJ5WWQORPNT8eDk2QkpktJSWn7l+GqQ/LyQAfV0zjn+A1sVnQ7pTW6rK t00JA/KlXxVCdnBg== To: gregkh@linuxfoundation.org, maz@kernel.org Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP" failed to apply to 4.14-stable tree In-Reply-To: <16291010132168@kroah.com> References: <16291010132168@kroah.com> Date: Wed, 18 Aug 2021 17:02:01 +0200 Message-ID: <87mtpe23va.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 16 2021 at 10:03, gregkh@linuxfoundation.org wrote: > The patch below does not apply to the 4.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 . That one is easy to backport, but the x86 fixes which require this depend on other fixes which are not in 4.14, especially 6f1a4891a592 ("x86/apic/msi: Plug non-maskable MSI affinity race") So I leave that to the kernel necrophilia cult members to sort it out if they care. Thanks, tglx