I’d like to switch A-subkey from RSA to ECDSA one. Do I just send the public key via email to helpdesk@kernel.org?
Took six review rounds to get it but learned something pretty basic about #BuildRoot: pure dependencies should not have Config.ih{.host}
at all. In my case the main asset is swtpm
, which depends on libtpms
. Only swtpm
has Config.in.host
now and libtpms
has only libtpms.{mk,hash}
.
Any ways to trace more like bpftrace way between core_initcall
and before init
starts? Like somehow e.g. compiling eBPF blobs to vmlinux or similar.
I use bootconfig and boot-time tracing stuff and it is nice but barely shadow of what you can do with e.g. bpftrace.