[systemd-devel] Technical questions relating to persistent lease feature addition

2025-09-03 Thread Ajibade, Rahman
Hi everyone, I am the author of this issue https://github.com/systemd/systemd/issues/37876, trying to allow the persistent storage and use of lease under certain conditions. You can read to catch up on the discussion there. I have been making some headway through implementing this and was hopin

Re: [systemd-devel] [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs

2025-09-03 Thread Philipp Rudo
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_SL