Re: [PATCH RESEND 00/62] initrd: remove classic initrd support

From: Jessica Clarke
Date: Tue Sep 16 2025 - 13:09:23 EST


On 13 Sep 2025, at 01:37, Askar Safin <safinaskar@xxxxxxxxx> wrote:
> [...]
> For example, I renamed the following global variables:
>
> __initramfs_start
> __initramfs_size
> [...]
>
> to:
>
> __builtin_initramfs_start
> __builtin_initramfs_size

I strongly suggest picking different names given __builtin_foo is the
naming scheme used for GNU C builtins/intrinsics. I leave you and
others to bikeshed that one.

Jessica