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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02B68EB64D8 for ; Thu, 22 Jun 2023 17:14:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230169AbjFVROZ (ORCPT ); Thu, 22 Jun 2023 13:14:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229643AbjFVROX (ORCPT ); Thu, 22 Jun 2023 13:14:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1DCF1728 for ; Thu, 22 Jun 2023 10:14:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 46FA361862 for ; Thu, 22 Jun 2023 17:14:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E516C433C8; Thu, 22 Jun 2023 17:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1687454061; bh=0p/7wDJ1WpnlaJGGYQlrL+ANC4cnKoEcAt+zejcaU8w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AMC8cfuEWXrjDXDH8RIeyelx4TnwfZxc3EImbnknh3cnKnWJDkzqIY4Dg5H+Grgyp 1XC9aWZqclXu6zOoHjfTuY9t4JfHVlYN4ZpkyLFzwukIZDnwmPQ5Bu8Kx3Z5N5TENN hJgnbVzM2a83YuLZbvoStKy2rp6U9rVK1Q+j9xeg= Date: Thu, 22 Jun 2023 10:14:20 -0700 From: Andrew Morton To: Petr Mladek Cc: Douglas Anderson , Michael Ellerman , Arnd Bergmann , Christophe Leroy , Laurent Dufour , Nicholas Piggin , Stephen Rothwell , Tom Rix , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc: Move arch_trigger_cpumask_backtrace from nmi.h to irq.h Message-Id: <20230622101420.f50c8d702a5757647b92250a@linux-foundation.org> In-Reply-To: References: <20230621164809.1.Ice67126857506712559078e7de26d32d26e64631@changeid> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Jun 2023 10:40:11 +0200 Petr Mladek wrote: > On Wed 2023-06-21 16:48:19, Douglas Anderson wrote: > > The powerpc architecture was the only one that defined > > arch_trigger_cpumask_backtrace() in asm/nmi.h instead of > > asm/irq.h. Move it to be consistent. > > > > This fixes compile time errors introduced by commit 7ca8fe94aa92 > > ("watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCH"). That commit > > Will this commit end up in the mainline wihtout rebasing? > We could use only final commit hashes in the commit messages. 7ca8fe94aa92 is now in the mm-stable branch, which is is non-rebasing, so this hash should be good. Patches get moved from the rebasing mm-unstable to the non-rebasing mm-stable when they're considered to be stabilized. Ditto mm-hotfixes-unstable/mm-hotfixes-stable and mm-nonmm-unstable/mm-nonmm-stable.