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 08621FF886D for ; Tue, 28 Apr 2026 10:53:09 +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=VraoSqnns2H/ZV1vIT2zmZMLOVLdZL0OwH4VmOwYMhM=; b=KGWkd1526F/XCy 64MZmHPl1+OPIb6p/tN1Gonvl8sbVsHJfd30MqazjbgB5k4DRrfbV1pAk5BoQwbXGzYlhCTL4zeBR 4OuwHAR2rD+i6Bj0ZFsnUeNBWy1LXRSUvLJAWKct8/dLVnV66kQ9qjK2KoeOe6EbGGhx6uV7iOcgM nVaGeFy/b0Qot+n2QBOe1qcw2GBnXmhoRc7TDMiYRGGu/xhM+ioqfcRpy8UjH6G7MKuGvdXRVuBRd LoLa+1ZbTY0gwP/kpB52jXloKi8SiYXxC9jxEmhJyw/QmiSa/6Skpqx5wC7VlqoldWr0IeKtj96cR Y7khE4mhjkPrwzL2nCfw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wHg3q-00000001Dqe-2Amm; Tue, 28 Apr 2026 10:53:02 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wHg3o-00000001Dpv-1zeW; Tue, 28 Apr 2026 10:53:00 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 6A3D860141; Tue, 28 Apr 2026 10:52:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CEE5C2BCAF; Tue, 28 Apr 2026 10:52:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1777373579; bh=FAkK0ftN7gWUbuk+HZ/TnP99n+RR4S9QM3ioJ/hUWvI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Qsqv6r1lJZq/c7ZPtIt0sZl/DuaHenFFdJWV+kUZfKy9lze4sbNHOT4ldBEvZsMcI IzA4ewciHKUUGkWs11knSBEVXzjvVrxdGd/P9JBd6VWThd9m0HhwDsNHUrAT8OtKfZ vkIpz9kt+ca77YyWoiGiskB7TOq8ICE0RWcWLVHM= Date: Tue, 28 Apr 2026 03:52:56 -0700 From: Andrew Morton To: Jinjie Ruan Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation Message-Id: <20260428035256.cbb3ac77c4bbb89bb7efcc19@linux-foundation.org> In-Reply-To: References: <20260402072701.628293-1-ruanjinjie@huawei.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 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 Tue, 28 Apr 2026 11:30:13 +0800 Jinjie Ruan wrote: > It seems the patches for crash core rework, powerpc, riscv, and arm64 > are mostly ready to be merged. Could any maintainer help pick these up, > or should I rebase the entire series against v7.1-rc1? April 2 is prehistoric ;) Yes, refresh, retest, resend. Note that there have been maintainership shuffles in this area. KDUMP M: Andrew Morton M: Baoquan He M: Mike Rapoport M: Pasha Tatashin M: Pratyush Yadav R: Dave Young L: kexec@lists.infradead.org S: Maintained F: Documentation/admin-guide/kdump/ F: fs/proc/vmcore.c F: include/linux/crash_core.h F: include/linux/crash_dump.h F: include/uapi/linux/vmcore.h F: kernel/crash_*.c I believe that Pasha/Mike/Pratyush are setting up a git tree, but there isn't one listed here? _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv