[PATCH 0/2] init, hugetlb: fix early parameter ordering

zhenghui.hao posted 2 patches 1 week ago
Only 0 patches received!
[PATCH 0/2] init, hugetlb: fix early parameter ordering
Posted by zhenghui.hao 1 week ago
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
Re: [PATCH 0/2] init, hugetlb: fix early parameter ordering
Posted by Mike Rapoport 1 week ago
On Thu, Sep 17, 2026 at 05:19:46PM +0800, zhenghui.hao wrote:
> 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.
 

you should really fix your email setup :/

> 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

-- 
Sincerely yours,
Mike.