[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: binfmt_misc
From: |
Ludovic Courtès |
Subject: |
Re: binfmt_misc |
Date: |
Sun, 17 Mar 2024 18:31:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Z572 <873216071@qq.com> skribis:
> see
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=21ca59b365c0
>
> linux 6.7 support use binfmt_misc to add new binary formats within
> unprivileged namespaces,
> I think this improves guix reproducibility and also avoids leakage of
> the host's binfmt into the compilation environment, improves the
> cross-compilation environment, and potentially unlocks more features,
> such as not having to system-configure qemu-binfmt, running x86-64
> software on a riscv64 machine using `guix pack', guix shell -C -s
> riscv64-linux, etc.
Interesting. Avoiding leakage looks like the main benefit to me
(currently, one has to ‘herd stop qemu-binfmt‘ to ensure there’s no
leakage).
I’m not sure how it helps with the features you mention, though?
Thanks for the heads-up,
Ludo’.
- binfmt_misc, Z572, 2024/03/02
- Re: binfmt_misc,
Ludovic Courtès <=