Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-28 Thread Daniel Kiper
On Fri, Jul 16, 2021 at 05:59:20AM +0200, Patrick Steinhardt wrote: > On Thu, Jul 15, 2021 at 11:51:04PM +0200, Daniel Kiper wrote: > > CC-in a few people who can be interested in this... > > > > On Wed, Jun 30, 2021 at 06:40:11PM +1000, Daniel Axtens wrote: > > > On powerpc-ieee1275, we are runnin

Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-22 Thread Stefan Berger
On 7/21/21 10:45 AM, Daniel Kiper wrote: On Fri, Jul 16, 2021 at 05:59:20AM +0200, Patrick Steinhardt wrote: I think that my [1] should solve the issue generically. Instead of bumping any of the static limits we have in place, we just drop them altogether in favor of dynamically requesting add

Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-21 Thread Stefan Berger
On 7/21/21 10:45 AM, Daniel Kiper wrote: On Fri, Jul 16, 2021 at 05:59:20AM +0200, Patrick Steinhardt wrote: On Thu, Jul 15, 2021 at 11:51:04PM +0200, Daniel Kiper wrote: CC-in a few people who can be interested in this... On Wed, Jun 30, 2021 at 06:40:11PM +1000, Daniel Axtens wrote: On pow

Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-21 Thread Daniel Kiper
On Fri, Jul 16, 2021 at 05:59:20AM +0200, Patrick Steinhardt wrote: > On Thu, Jul 15, 2021 at 11:51:04PM +0200, Daniel Kiper wrote: > > CC-in a few people who can be interested in this... > > > > On Wed, Jun 30, 2021 at 06:40:11PM +1000, Daniel Axtens wrote: > > > On powerpc-ieee1275, we are runnin

Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-15 Thread Patrick Steinhardt
On Thu, Jul 15, 2021 at 11:51:04PM +0200, Daniel Kiper wrote: > CC-in a few people who can be interested in this... > > On Wed, Jun 30, 2021 at 06:40:11PM +1000, Daniel Axtens wrote: > > On powerpc-ieee1275, we are running out of memory trying to verify > > anything. This is because: > > > > - we

Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-15 Thread Daniel Kiper
CC-in a few people who can be interested in this... On Wed, Jun 30, 2021 at 06:40:11PM +1000, Daniel Axtens wrote: > On powerpc-ieee1275, we are running out of memory trying to verify > anything. This is because: > > - we have to load an entire file into memory to verify it. This is >extremel

Re: [PATCH v2 02/22] ieee1275: claim more memory

2021-07-12 Thread Stefan Berger
On 6/30/21 4:40 AM, Daniel Axtens wrote: On powerpc-ieee1275, we are running out of memory trying to verify anything. This is because: - we have to load an entire file into memory to verify it. This is extremely difficult to change with appended signatures. - We only have 32MB of heap.