Re: [PATCH 0/3] init/Kconfig: generalize config COMMAND_LINE_SIZE
Andrew Morton <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.infradead.lists.linux-riscv,org.kernel.vger.linux-arch |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 6 Aug 2026 06:14:13 +0000 Wilson Felipe Pereira <[email protected]> wrote: > This patch series promotes COMMAND_LINE_SIZE from arch/s390/Kconfig to > init/Kconfig to be generally available to other architectures. > > In some use cases, such as netboot kernels, rootfs configurations, larger > initramfs setups, require larger sizes. While for embedded workloads, it > can be reduced to save memory. > > Since COMMAND_LINE_SIZE can be larger, it also makes sense to allow > INIT_ENV_ARG_LIMIT to be configured. Thanks. AI review pointed at a few possible issues - I eyeballed a couple and they appear significant. https://sashiko.dev/#/patchset/[email protected] > Originally-by: Maciej Żenczykowski <[email protected]> fyi, it's minor, but Originally-by: isn't actually a thing. It's mentioned in the -tip documentation, nothing else endorses it. I have no issue with it but formally these patches should also have Maciej's Signed-off-by: Please let's target 7.3-rc1 for these changes - I'm deep into stem-the-flood mode for this -rc cycle.