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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 11675C61DF4 for ; Fri, 24 Nov 2023 16:45:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: Message-Id:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X0qjpMXVZzYLBAOZJ47zOjVYGj5KwzjZ47fmelafArQ=; b=Lq3r5BltyDTyrU S0Zm5GUDG+fZr4lvHdlPhTVWVOlhJqVRlpJP76zg5Y08QJBL2Ealgx28M+8RRcO01t0jrKhK08AQ/ I1q7ldgFdHtU8p4wMLB2GPYLP0v9KByci0slDS07c5eq0yzSX+1I6zLAQlhV6sq9ui1vyfRLz0PI8 98U6nME8+DoqzRO7D1ew/BRdHnMHqnhUhBjXHDN20+AfECvMDHHoLzCOZGN/Z36+fRwCyjPxGNCDG m2vGtWtWmOeNS+hNzHfJwHXx9YSKYlgt0n1nbLKmjW/r2WHQ7itHI+kGNtbHql9nCZhVrne0Yjb+K WXuQccnj3HauNJYE4jdw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r6ZIT-007ia2-27; Fri, 24 Nov 2023 16:44:53 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r6ZIQ-007iYE-1r; Fri, 24 Nov 2023 16:44:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id A19F6CE2A69; Fri, 24 Nov 2023 16:44:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00D05C433C8; Fri, 24 Nov 2023 16:44:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1700844282; bh=Jv88ICKZ110o1np2p9LtMmd50STofDmEsKMRuaqgi7I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qWC7AvJVPIlEnviCx7I6e7oQ953NxvnapmOeKmMXPK+XNf7weDESmBFKIX9Fm6kz9 zQtGkUM7zWgxA2VZl4OoLv7T4usgzbJKsX+t+H85rmkSQi61+FBx+orVD4b9CR6d1i AL7IgDp6N89DKQ10Q+OvjgoKPhNwwSCrvTjKpHIU= Date: Fri, 24 Nov 2023 08:44:41 -0800 From: Andrew Morton To: Baoquan He Cc: Ignat Korchagin , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org, eric_devolder@yahoo.com, kernel-team Subject: Re: [PATCH 2/3] drivers/base/cpu: crash data showing should depends on KEXEC_CORE Message-Id: <20231124084441.b913fc404fec53d5d0946c55@linux-foundation.org> In-Reply-To: References: <20231123073652.507034-1-bhe@redhat.com> <20231123073652.507034-3-bhe@redhat.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231124_084450_861317_1531BFC4 X-CRM114-Status: GOOD ( 13.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 23 Nov 2023 19:15:43 +0800 Baoquan He wrote: > > > CONFIG_KEXEC is used to enable kexec_load interface, the > > > crash_notes/crash_notes_size/crash_hotplug showing depends on > > > CONFIG_KEXEC is incorrect. It should depend on KEXEC_CORE instead. > > > > > > Fix it now. > > > > Can we add Fixes/CC stable, so it gets eventually backported into 6.6? > > Makes sense. Will add it in v2 since I need respin to add the missing > stuff in patch 1. Thanks. Please avoid mixing cc:stable patches and this-merge-window fixes in the same series as next-merge-window material. Because I'll just have to separate them out anyway, causing what-I-merged to unnecessarily differ from what-you-sent. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel