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 56027CAC598 for ; Tue, 16 Sep 2025 06:53:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2L+P/bpPeYIjZTjawcFVtQKUoZ+hWUiRlIX/n1h+mvE=; b=MDEtrCUPfrnLKE30qxO0SRmV6Z t7twsoN8ySx5gJL4IOuAo2vE1huRAaHh0+7g+uTPz7zzVfkye/7Ny1HOtN58BUgCUpZlwa67agS8M F/J54j0R7YSKYT5/ht0rSbrRqS3xiu78waVFs3JVCOeAGMXLefwjyrHnhmeUqhRsSuTybikrQoZ/b 9IqwK8yVDHl3yuk+DiTw6/p0pK/BY4ovqYrWf06cpl6d3B3UO9LxymRirsDj8RZ0Ur7KxXijZAHyB v5L9NplbbWAU5nmvpPaiAUPb00xRlzEOx9CNxO9eRU7HX459vVl0aeSTK3t8JGeLA7MzRqsjovino GjiBBXsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uyPYi-00000006xI4-3tAu; Tue, 16 Sep 2025 06:53:00 +0000 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uyPYa-00000006xF0-2mzO for kexec@lists.infradead.org; Tue, 16 Sep 2025 06:52:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1758005571; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2L+P/bpPeYIjZTjawcFVtQKUoZ+hWUiRlIX/n1h+mvE=; b=J9X15Oarqn6OyrCt7c7hDIFiVKk9GliSS2leLB70WBehL5/VdmGs3zAFy/iFALKOl7S0HS tS045NO7OK1ZdKrx3wHiMEjJXnzDNWlZV4VJ29ZEI0mA+3yBuOwTszjQpJakLNOnhX9qyQ 0LygPa8LjRgKLp5GfxZ075iOlV2rMUM= Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-94-n3TAo9g6MG-p5zGiFrRf-w-1; Tue, 16 Sep 2025 02:52:46 -0400 X-MC-Unique: n3TAo9g6MG-p5zGiFrRf-w-1 X-Mimecast-MFC-AGG-ID: n3TAo9g6MG-p5zGiFrRf-w_1758005564 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (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 mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 51E8819560B0; Tue, 16 Sep 2025 06:52:43 +0000 (UTC) Received: from localhost (unknown [10.72.112.143]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id E92191800446; Tue, 16 Sep 2025 06:52:40 +0000 (UTC) Date: Tue, 16 Sep 2025 14:52:38 +0800 From: Pingfan Liu To: Philipp Rudo Cc: kexec@lists.infradead.org, Alexei Starovoitov , Daniel Borkmann , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , Jeremy Linton , Catalin Marinas , Will Deacon , Ard Biesheuvel , Simon Horman , Gerd Hoffmann , Vitaly Kuznetsov , Viktor Malik , Jan Hendrik Farr , Baoquan He , Dave Young , Andrew Morton , bpf@vger.kernel.org, systemd-devel@lists.freedesktop.org Subject: Re: [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs Message-ID: References: <20250819012428.6217-1-piliu@redhat.com> <20250819012428.6217-7-piliu@redhat.com> <20250901163042.721db92d@rotkaeppchen> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250901163042.721db92d@rotkaeppchen> X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250915_235252_777704_C401A40C X-CRM114-Status: GOOD ( 33.47 ) 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: , Sender: "kexec" Errors-To: kexec-bounces+kexec=archiver.kernel.org@lists.infradead.org On Mon, Sep 01, 2025 at 04:30:42PM +0200, Philipp Rudo wrote: > Hi Pingfan, > > > On Tue, 19 Aug 2025 09:24:22 +0800 > Pingfan Liu wrote: > > > This patch does two things: > > First, register as a listener on bpf_copy_to_kernel() > > Second, in order that the hooked bpf-prog can call the sleepable kfuncs, > > bpf_handle_pefile and bpf_post_handle_pefile are marked as > > KF_SLEEPABLE. > > > > Signed-off-by: Pingfan Liu > > Cc: Alexei Starovoitov > > Cc: Philipp Rudo > > Cc: Baoquan He > > Cc: Dave Young > > Cc: Andrew Morton > > Cc: bpf@vger.kernel.org > > To: kexec@lists.infradead.org > > --- > > kernel/kexec_pe_image.c | 67 +++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 67 insertions(+) > > > > diff --git a/kernel/kexec_pe_image.c b/kernel/kexec_pe_image.c > > index b0cf9942e68d2..f8debcde6b516 100644 > > --- a/kernel/kexec_pe_image.c > > +++ b/kernel/kexec_pe_image.c > > @@ -38,6 +38,51 @@ static struct kexec_res parsed_resource[3] = { > > { KEXEC_RES_CMDLINE_NAME, }, > > }; > > > > +/* > > + * @name should be one of : kernel, initrd, cmdline > > + */ > > +static int bpf_kexec_carrier(const char *name, struct mem_range_result *r) > > +{ > > + struct kexec_res *res; > > + int i; > > + > > + if (!r || !name) > > + return -EINVAL; > > + > > + for (i = 0; i < 3; i++) { > > + if (!strcmp(parsed_resource[i].name, name)) > > + break; > > + } > > + if (i >= 3) > > + return -EINVAL; > > Can you please replace the magic '3' by ARRAY_SIZE, just like you did > below when (un-)registering the listener. > Yes, I will introduce a macro KEXEC_RES_ARRAY_SIZE to unify all of them. Thanks, Pingfan > Thanks > Philipp > > > + > > + res = &parsed_resource[i]; > > + /* > > + * Replace the intermediate resource generated by the previous step. > > + */ > > + if (!!res->r) > > + mem_range_result_put(res->r); > > + mem_range_result_get(r); > > + res->r = r; > > + return 0; > > +} > > + > > +static struct carrier_listener kexec_res_listener[3] = { > > + { .name = KEXEC_RES_KERNEL_NAME, > > + .alloc_type = 1, > > + .handler = bpf_kexec_carrier, > > + }, > > + { .name = KEXEC_RES_INITRD_NAME, > > + .alloc_type = 1, > > + .handler = bpf_kexec_carrier, > > + }, > > + { .name = KEXEC_RES_CMDLINE_NAME, > > + /* kmalloc-ed */ > > + .alloc_type = 0, > > + .handler = bpf_kexec_carrier, > > + }, > > +}; > > + > > static bool pe_has_bpf_section(const char *file_buf, unsigned long pe_sz); > > > > static bool is_valid_pe(const char *kernel_buf, unsigned long kernel_len) > > @@ -159,6 +204,22 @@ __attribute__((used, optimize("O0"))) void bpf_post_handle_pefile(struct kexec_c > > dummy += 2; > > } > > > > +BTF_KFUNCS_START(kexec_modify_return_ids) > > +BTF_ID_FLAGS(func, bpf_handle_pefile, KF_SLEEPABLE) > > +BTF_ID_FLAGS(func, bpf_post_handle_pefile, KF_SLEEPABLE) > > +BTF_KFUNCS_END(kexec_modify_return_ids) > > + > > +static const struct btf_kfunc_id_set kexec_modify_return_set = { > > + .owner = THIS_MODULE, > > + .set = &kexec_modify_return_ids, > > +}; > > + > > +static int __init kexec_bpf_prog_run_init(void) > > +{ > > + return register_btf_fmodret_id_set(&kexec_modify_return_set); > > +} > > +late_initcall(kexec_bpf_prog_run_init); > > + > > /* > > * PE file may be nested and should be unfold one by one. > > * Query 'kernel', 'initrd', 'cmdline' in cur_phase, as they are inputs for the > > @@ -213,6 +274,9 @@ static void *pe_image_load(struct kimage *image, > > cmdline_start = cmdline; > > cmdline_sz = cmdline_len; > > > > + for (int i = 0; i < ARRAY_SIZE(kexec_res_listener); i++) > > + register_carrier_listener(&kexec_res_listener[i]); > > + > > while (is_valid_format(linux_start, linux_sz) && > > pe_has_bpf_section(linux_start, linux_sz)) { > > struct kexec_context context; > > @@ -250,6 +314,9 @@ static void *pe_image_load(struct kimage *image, > > disarm_bpf_prog(); > > } > > > > + for (int i = 0; i < ARRAY_SIZE(kexec_res_listener); i++) > > + unregister_carrier_listener(kexec_res_listener[i].name); > > + > > /* > > * image's kernel_buf, initrd_buf, cmdline_buf are set. Now they should > > * be updated to the new content. >