From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from canpmsgout06.his.huawei.com (canpmsgout06.his.huawei.com [113.46.200.221]) (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 AF60438758D; Fri, 3 Apr 2026 09:15:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.221 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775207710; cv=none; b=N27xOhNFx7E8S9eXT1qpX6q33n3cKC2iNqEnvQI9EnOmqPAYnni5Uh7Mdas9TZ8iCWaHKxA8XZsZ/hIqc+wRNXpF9Vr5osZoIEGQJ6kNOlnt5VnSHu3BVRWVBulRugYJBhLbQKJtBje2Bjm1vvzXKsAM6eryBap5/wFw8ah7P24= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775207710; c=relaxed/simple; bh=Qh3ffqlIFxz7tQq3QhuKOsjMiTfg6RnjpCUIwVk5E7s=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=I5Jg52FR77hZP8BKqzohhdbBOuhZEiAD3tH7ntFjOX33cEXuYaSzKjrUBuu1tmax1cWyIGh8Xdc6l4Paz89UVNURHLLSCGUUGiQcaEzVx26J/3/2dfB0ztryBfILkFbf9ya2D+7bM10bfEAgAPSE4BCsIPbhZaowIik409gB5pQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b=Ng5I2f7+; arc=none smtp.client-ip=113.46.200.221 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b="Ng5I2f7+" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=1u/gaQ+oVmmKaoGhJfA0lv+PgPfetH5Z+BotMjq1x2M=; b=Ng5I2f7+M26BlWo+f15W4F3KICwNL5iu3h39vY8J/Yh43OjddzRD1MsWnEf25APCV36pJ7jaV E+dS9RuezRSZ5OUSyATrJYym/oMSq0Q/fgtStWYYumuP16zq8mKRFCRw0duIgZtaeNEb1yxvcFU 83ODrCmyuPyUV05deMYPVP0= Received: from mail.maildlp.com (unknown [172.19.163.0]) by canpmsgout06.his.huawei.com (SkyGuard) with ESMTPS id 4fnCZY6S1bzRhXS; Fri, 3 Apr 2026 17:08:53 +0800 (CST) Received: from dggpemf500011.china.huawei.com (unknown [7.185.36.131]) by mail.maildlp.com (Postfix) with ESMTPS id E56E540571; Fri, 3 Apr 2026 17:15:04 +0800 (CST) Received: from [10.67.109.254] (10.67.109.254) by dggpemf500011.china.huawei.com (7.185.36.131) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 3 Apr 2026 17:15:01 +0800 Message-ID: Date: Fri, 3 Apr 2026 17:14:58 +0800 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation Content-Language: en-US To: Borislav Petkov CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , References: <20260402072701.628293-1-ruanjinjie@huawei.com> <20260402113137.GAac5Tmc5b7SL98KdY@fat_crate.local> <20260402133644.GBac5w7OYl9MwvVxY_@fat_crate.local> From: Jinjie Ruan In-Reply-To: <20260402133644.GBac5w7OYl9MwvVxY_@fat_crate.local> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) To dggpemf500011.china.huawei.com (7.185.36.131) On 2026/4/2 21:36, Borislav Petkov wrote: > On Thu, Apr 02, 2026 at 07:47:53PM +0800, Jinjie Ruan wrote: >> Thank you for the reminder and for your patience. I apologize for the >> frequent updates; I am becoming more familiar with the community's >> workflow. > > Yap, and you can use that time while waiting to learn about it: Thanks for the pointer! I'm using the wait time to dive into the process docs. Definitely a lot to learn about the workflow, but I'm getting there. > > Documentation/process/ >