[PATCH 0/2] init, hugetlb: fix early parameter ordering
From: zhenghui.hao
Date: Thu Sep 17 2026 - 05:27:35 EST
Hi,
> Since parisc is one of very few architectures that does not call
> parse_early_param() from setup_arch(), I think an easier fix would be
> local to parisc.
Agreed, that is simpler.
Whether a fix is needed at all depends on the answer to your second
question. If hugetlb is not needed on parisc anymore, there is nothing
left to fix and I will drop this series. If it stays, I will send v2
with the change inside parisc's setup_arch(), keeping 2/2 so that the
same kind of ordering problem would at least show up in the log.
So I will wait for the parisc maintainers on that one.
Thanks,
Zhenghui