Re: [PATCH v2 04/11] kbuild: introduce blob framework

2025-05-26 Thread Nicolas Schier
On Mon, Apr 07, 2025 at 09:42:41AM +0200, Thomas Weißschuh wrote: > Various subsystems embed non-code build artifacts into the kernel, > for example the initramfs, /proc/config.gz, vDSO image, etc. > Currently each user has their own implementation for that. > > Add a common "blob" framework to pr

[PATCH v2 04/11] kbuild: introduce blob framework

2025-04-07 Thread Thomas Weißschuh
Various subsystems embed non-code build artifacts into the kernel, for example the initramfs, /proc/config.gz, vDSO image, etc. Currently each user has their own implementation for that. Add a common "blob" framework to provide this functionality. It provides standard kbuild and C APIs to embed an