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 CD56AC48BEB for ; Wed, 21 Feb 2024 20:12:13 +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=PpHTGehI23xHGTzzsthSuKqqVkMOcaZ11nERWjQztxU=; b=vHBj42IVmtGOWA KGGEJkukLWMsQX1fkKsWbZwKG4qc++OMag2HRFXLPOhMNBHF9DmesKraiYjvHwU1SM8kgRM2FJq5o e97fFrwGIxzFSb06QyDDxWHMFhp69TzmkiW+vBC27BFc5thPmUr+LIqn3KhhhkygU5VYDVHxR4JGw 7kR0KneNmuvAumWEzIe1+Ztvzzz/LlIL0C54K8V+62NYY/WXaJ/AKdU82M7+WPWmh9inS9W1OPXhH PMinae50R4CVtNvmcuxwxLLAD6u6dmks5/nZ8xKo5hdVLQpFCeTlAxY0STv5UMYpks4IK4IhifOMX dR241W16jen5yM3U7uFw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcswt-00000002Rpz-2qcz; Wed, 21 Feb 2024 20:12:11 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcswq-00000002RpO-36At; Wed, 21 Feb 2024 20:12:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0B8F9615E1; Wed, 21 Feb 2024 20:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD0F2C433F1; Wed, 21 Feb 2024 20:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1708546326; bh=KKWjsYrhxbzP+pEV3+kQm3VuOC8L+ibneC+FX980NRc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MuEJuTRkJMRKFh3mqp6fOZFvfpTamLVq2EoDhR5mfha94P8FQDRrLDaKnE+k3kAQZ D+GTp72il9gGReGfi9Ecu5EvwmjwjIQjWeb5Sl3WDVdyp0MgKQCiHumttOefNnW4dZ V8FEBJZwbop8/DmgOiy+uG0GbLTy+1K4MhvY4Dg8= Date: Wed, 21 Feb 2024 12:12:05 -0800 From: Andrew Morton To: Sourabh Jain Cc: Baoquan He , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, piliu@redhat.com, linux-sh@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-mips@vger.kernel.org, ebiederm@xmission.com, loongarch@lists.linux.dev, hbathini@linux.ibm.com, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c Message-Id: <20240221121205.00202fab8c1732bc433a845f@linux-foundation.org> In-Reply-To: References: <20240119145241.769622-1-bhe@redhat.com> <20240119145241.769622-2-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-20240221_121208_913453_DD17034A X-CRM114-Status: UNSURE ( 8.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: kexec@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: "kexec" Errors-To: kexec-bounces+kexec=archiver.kernel.org@lists.infradead.org On Wed, 21 Feb 2024 22:59:47 +0530 Sourabh Jain wrote: > > config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION > > - def_bool CRASH_CORE > > + def_bool CRASH_RESEERVE > > %s/CRASH_RESEERVE/CRASH_RESERVE? Yes, thanks, this has been addressed in a followon fixup patch in the mm.git tree. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DA58F83CB2; Wed, 21 Feb 2024 20:12:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708546327; cv=none; b=HEiWtio1ZWJFPDS+jl/djilot5SPrZseLh/yibo60+apjxgPsE6kK452UwzEZh3AOkMEUBfQpwG0LOpz3stPXkmloM69emHFcrgCze9Y7YxZN/AE9Za0uimPZFgQ+2GAtjA37lz0OE9/4Ztuogz9fxClcQp4VUEJiKMnCLbCeXI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708546327; c=relaxed/simple; bh=KKWjsYrhxbzP+pEV3+kQm3VuOC8L+ibneC+FX980NRc=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ngagm93nxqAK4bNBqShcroak6aJkuB4DHRfMi+TGBw3zPflmgo7sjy9C9ZoqBr6yQNMUas89W9KXapM8cE78QXQ0LRRBRC6JK3ZxejyD9DCm4D0kn2fME7Dr7ttEsTIqwszUPIH1lYKEtsvtnjHEEZDg6v4A7fp+EBBxJgH/Td0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=MuEJuTRk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="MuEJuTRk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD0F2C433F1; Wed, 21 Feb 2024 20:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1708546326; bh=KKWjsYrhxbzP+pEV3+kQm3VuOC8L+ibneC+FX980NRc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MuEJuTRkJMRKFh3mqp6fOZFvfpTamLVq2EoDhR5mfha94P8FQDRrLDaKnE+k3kAQZ D+GTp72il9gGReGfi9Ecu5EvwmjwjIQjWeb5Sl3WDVdyp0MgKQCiHumttOefNnW4dZ V8FEBJZwbop8/DmgOiy+uG0GbLTy+1K4MhvY4Dg8= Date: Wed, 21 Feb 2024 12:12:05 -0800 From: Andrew Morton To: Sourabh Jain Cc: Baoquan He , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, piliu@redhat.com, linux-sh@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-mips@vger.kernel.org, ebiederm@xmission.com, loongarch@lists.linux.dev, hbathini@linux.ibm.com, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c Message-Id: <20240221121205.00202fab8c1732bc433a845f@linux-foundation.org> In-Reply-To: References: <20240119145241.769622-1-bhe@redhat.com> <20240119145241.769622-2-bhe@redhat.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 21 Feb 2024 22:59:47 +0530 Sourabh Jain wrote: > > config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION > > - def_bool CRASH_CORE > > + def_bool CRASH_RESEERVE > > %s/CRASH_RESEERVE/CRASH_RESERVE? Yes, thanks, this has been addressed in a followon fixup patch in the mm.git tree. 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 3FFD4C5478A for ; Wed, 21 Feb 2024 20:12:21 +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=A3NhxM8O8ot99prKcSPQg88PO1Cfzxmw4Ov6x3opfu0=; b=TUyNxPv2d84n/U rkpt82hMQVRD/16h9kYrLERi3Vbfufevspy+sOMuDtReExWEabD1AFt15jEYHawfkAGl3MADIKjYH pOhhsiA8x9dVpA/C0BDXWruXTUWL5qKQWAp4qRp9YEECjv1OfO5xESAhKlOUBoO1pVFwUsNk38krO TDHTJpFxgliviE65eXTRcJsL+rltkoUN5Os6+EaUEFNyzfCYmVFtZNDqrMHCbwTNoDwiwYfXr6eVs B0zRtwssFaYm9nOE/1tJHG91yzNpct/zIKtjM6HNza1ykgO8bFWnf//AGMuSH8o6Xno/U95EENIZx furcyKSV8NbhyzI+uwmg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcswu-00000002RqC-3PsN; Wed, 21 Feb 2024 20:12:12 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcswq-00000002RpO-36At; Wed, 21 Feb 2024 20:12:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0B8F9615E1; Wed, 21 Feb 2024 20:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD0F2C433F1; Wed, 21 Feb 2024 20:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1708546326; bh=KKWjsYrhxbzP+pEV3+kQm3VuOC8L+ibneC+FX980NRc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MuEJuTRkJMRKFh3mqp6fOZFvfpTamLVq2EoDhR5mfha94P8FQDRrLDaKnE+k3kAQZ D+GTp72il9gGReGfi9Ecu5EvwmjwjIQjWeb5Sl3WDVdyp0MgKQCiHumttOefNnW4dZ V8FEBJZwbop8/DmgOiy+uG0GbLTy+1K4MhvY4Dg8= Date: Wed, 21 Feb 2024 12:12:05 -0800 From: Andrew Morton To: Sourabh Jain Cc: Baoquan He , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, piliu@redhat.com, linux-sh@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-mips@vger.kernel.org, ebiederm@xmission.com, loongarch@lists.linux.dev, hbathini@linux.ibm.com, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c Message-Id: <20240221121205.00202fab8c1732bc433a845f@linux-foundation.org> In-Reply-To: References: <20240119145241.769622-1-bhe@redhat.com> <20240119145241.769622-2-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-20240221_121208_913453_DD17034A X-CRM114-Status: UNSURE ( 8.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Wed, 21 Feb 2024 22:59:47 +0530 Sourabh Jain wrote: > > config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION > > - def_bool CRASH_CORE > > + def_bool CRASH_RESEERVE > > %s/CRASH_RESEERVE/CRASH_RESERVE? Yes, thanks, this has been addressed in a followon fixup patch in the mm.git tree. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 6512BC5478A for ; Wed, 21 Feb 2024 20:12:59 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.a=rsa-sha256 header.s=korg header.b=MuEJuTRk; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Tg6s609bNz3dTB for ; Thu, 22 Feb 2024 07:12:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.a=rsa-sha256 header.s=korg header.b=MuEJuTRk; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linux-foundation.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=akpm@linux-foundation.org; receiver=lists.ozlabs.org) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Tg6rD3GKDz3brV for ; Thu, 22 Feb 2024 07:12:11 +1100 (AEDT) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0B8F9615E1; Wed, 21 Feb 2024 20:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD0F2C433F1; Wed, 21 Feb 2024 20:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1708546326; bh=KKWjsYrhxbzP+pEV3+kQm3VuOC8L+ibneC+FX980NRc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MuEJuTRkJMRKFh3mqp6fOZFvfpTamLVq2EoDhR5mfha94P8FQDRrLDaKnE+k3kAQZ D+GTp72il9gGReGfi9Ecu5EvwmjwjIQjWeb5Sl3WDVdyp0MgKQCiHumttOefNnW4dZ V8FEBJZwbop8/DmgOiy+uG0GbLTy+1K4MhvY4Dg8= Date: Wed, 21 Feb 2024 12:12:05 -0800 From: Andrew Morton To: Sourabh Jain Subject: Re: [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c Message-Id: <20240221121205.00202fab8c1732bc433a845f@linux-foundation.org> In-Reply-To: References: <20240119145241.769622-1-bhe@redhat.com> <20240119145241.769622-2-bhe@redhat.com> 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 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org, Baoquan He , piliu@redhat.com, linux-sh@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, ebiederm@xmission.com, loongarch@lists.linux.dev, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, hbathini@linux.ibm.com, viro@zeniv.linux.org.uk Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, 21 Feb 2024 22:59:47 +0530 Sourabh Jain wrote: > > config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION > > - def_bool CRASH_CORE > > + def_bool CRASH_RESEERVE > > %s/CRASH_RESEERVE/CRASH_RESERVE? Yes, thanks, this has been addressed in a followon fixup patch in the mm.git tree. 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 2D673C5478A for ; Wed, 21 Feb 2024 20:12:27 +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=ZS/aoCO2yq4QYlq9FrTJjqqPHV+es9a2Ati55KjlWuI=; b=PkI2n4kmy3t3xJ /x80EK3gAo/flieow9ql0ObXjJ1CrrnyGkCbgwLxu4mM92LxkaCZ537UHKHCJll4fcxHMhtiA+6z4 kxqxwyj8iqV/FfGfP+akz2RlYmaNfrD8CA3l6E46+7n5UVwwv4udxAtDz9Bei5CHM9oYmkX5jgcn6 LFyb7xlSFjC4rkSwiD0nuwkxwvxUN/3WZM7KprKSgiJ+zVyEG8aIDpGELROe4Z9JBR6aHRvOF6vqM kw8q+vZ7Ie2A3P/qcEZ5n0KFc8/SnaNiawYjpGfmCCn7AA3HgZrM0P2OACTOhjKSWDadQZXvbKWlA yqai0bA/sYTVctBcLvAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcswu-00000002Rq6-0nQ9; Wed, 21 Feb 2024 20:12:12 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcswq-00000002RpO-36At; Wed, 21 Feb 2024 20:12:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0B8F9615E1; Wed, 21 Feb 2024 20:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD0F2C433F1; Wed, 21 Feb 2024 20:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1708546326; bh=KKWjsYrhxbzP+pEV3+kQm3VuOC8L+ibneC+FX980NRc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MuEJuTRkJMRKFh3mqp6fOZFvfpTamLVq2EoDhR5mfha94P8FQDRrLDaKnE+k3kAQZ D+GTp72il9gGReGfi9Ecu5EvwmjwjIQjWeb5Sl3WDVdyp0MgKQCiHumttOefNnW4dZ V8FEBJZwbop8/DmgOiy+uG0GbLTy+1K4MhvY4Dg8= Date: Wed, 21 Feb 2024 12:12:05 -0800 From: Andrew Morton To: Sourabh Jain Cc: Baoquan He , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, piliu@redhat.com, linux-sh@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-mips@vger.kernel.org, ebiederm@xmission.com, loongarch@lists.linux.dev, hbathini@linux.ibm.com, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c Message-Id: <20240221121205.00202fab8c1732bc433a845f@linux-foundation.org> In-Reply-To: References: <20240119145241.769622-1-bhe@redhat.com> <20240119145241.769622-2-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-20240221_121208_913453_DD17034A X-CRM114-Status: UNSURE ( 8.26 ) X-CRM114-Notice: Please train this message. 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 Wed, 21 Feb 2024 22:59:47 +0530 Sourabh Jain wrote: > > config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION > > - def_bool CRASH_CORE > > + def_bool CRASH_RESEERVE > > %s/CRASH_RESEERVE/CRASH_RESERVE? Yes, thanks, this has been addressed in a followon fixup patch in the mm.git tree. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel