[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aVIR84RJSv42YEP1@Rk>
Date: Tue, 30 Dec 2025 16:48:14 +0800
From: Coiby Xu <coxu@...hat.com>
To: Krzysztof Kozlowski <krzk@...nel.org>
Cc: kexec@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org,
Arnaud Lefebvre <arnaud.lefebvre@...ver-cloud.com>, Baoquan he <bhe@...hat.com>, Dave Young <dyoung@...hat.com>,
Kairui Song <ryncsn@...il.com>, Pingfan Liu <kernelfans@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>, Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>, Rob Herring <robh@...nel.org>,
Saravana Kannan <saravanak@...gle.com>, open list <linux-kernel@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" <devicetree@...r.kernel.org>
Subject: Re: [PATCH] arm64/kdump: pass dm-crypt keys to kdump kernel
Hi Krzysztof,
Thanks for your prompt feedback!
On Sat, Dec 27, 2025 at 02:14:16PM +0100, Krzysztof Kozlowski wrote:
>On Fri, Dec 26, 2025 at 10:11:15PM +0800, Coiby Xu wrote:
>> Based on the CONFIG_CRASH_DM_CRYPT feature, this patch adds
>
>Don't use "this patch". See submitting patches.
I'll use imperative mood in next version, thanks for the reminder!
>
>> LUKS-encrypted device dump target support to ARM64 by addressing two
>> challenges [1],
>
>
>...
>
>> +static void __init early_init_dt_check_for_dmcryptkeys(unsigned long node)
>> +{
>> + const __be32 *prop;
>> +
>> + if (!IS_ENABLED(CONFIG_CRASH_DM_CRYPT))
>> + return;
>> +
>> + pr_debug("Looking for dmcryptkeys property... ");
>> +
>> + prop = of_get_flat_dt_prop(node, "linux,dmcryptkeys", NULL);
>
>Where did you document the ABI?
Thanks for raising the concern! I'll send a PR to
https://github.com/devicetree-org/dt-schema
and include the link in next version.
>
>
>Best regards,
>Krzysztof
>
>
--
Best regards,
Coiby
Powered by blists - more mailing lists