Re: [PATCH v2 2/2] autogen.sh: Detect python

2021-09-03 Thread Petr Vorel
Hi Daniel, > On Mon, Aug 30, 2021 at 11:53:17AM +0200, Petr Vorel wrote: > > It help to avoid error on distros which has only python3 binary: > > ./autogen.sh: line 20: python: command not found > > Use python3 as the default as python2 is EOL since Jan 2020, but check > > also python which is on

Re: [PATCH v3 2/6] mm: Allow dynamically requesting additional memory regions

2021-09-03 Thread Daniel Axtens
Daniel Kiper writes: > On Thu, Sep 02, 2021 at 12:48:24AM +1000, Daniel Axtens wrote: >> Patrick Steinhardt writes: >> >> > Currently, all platforms will set up their heap on initialization of the >> > platform code. While this works mostly fine, it poses some limitations >> > on memory manageme