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 93463C3527A for ; Thu, 3 Dec 2020 18:25:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43F6B2085B for ; Thu, 3 Dec 2020 18:25:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502103AbgLCSZa (ORCPT ); Thu, 3 Dec 2020 13:25:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:54670 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2502049AbgLCSZ2 (ORCPT ); Thu, 3 Dec 2020 13:25:28 -0500 Date: Thu, 3 Dec 2020 19:25:54 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607019887; bh=7POOkLn/pGoxGwO2tQdCyFK5VE+L2sQPNH6OYXqq6sc=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=rylAs9dPfCHUKOsnHMEM9KUR4CMhPVNrvs3yV2m1x/YdJ2hstQweiFWD1YLchYbUt 90OuedVL4/YwhfzxR+ySNpnLdeluzi9Fr3QROoxAYh61Z0zGo9cPmJsVP3kJMn3wzg 3KzYzxT2GI+fUn0VTAdcskq9hMOkYaSEPBNaOXUY= From: Greg KH To: Laurent Dufour Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Nathan Lynch , Scott Cheloha , stable@vger.kernel.org Subject: Re: [PATCH] powerpc/hotplug: assign hot added LMB to the right node Message-ID: References: <20201203101514.33591-1-ldufour@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201203101514.33591-1-ldufour@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 03, 2020 at 11:15:14AM +0100, Laurent Dufour wrote: > This patch applies to 5.9 and earlier kernels only. > > Since 5.10, this has been fortunately fixed by the commit > e5e179aa3a39 ("pseries/drmem: don't cache node id in drmem_lmb struct"). Why can't we just backport that patch instead? It's almost always better to do that than to have a one-off patch, as almost always those have bugs in them. thanks, greg k-h