Re: [PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-04-28 Thread Eduardo Habkost
On Fri, Apr 23, 2021 at 12:35:35PM +0200, David Hildenbrand wrote: > On 21.04.21 23:06, Eduardo Habkost wrote: > > On Wed, Apr 21, 2021 at 02:26:09PM +0200, David Hildenbrand wrote: > > > Based-on: 20210406080126.24010-1-da...@redhat.com > > > > > > Some cleanups previously sent in other context (

Re: [PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-04-23 Thread David Hildenbrand
On 21.04.21 23:06, Eduardo Habkost wrote: On Wed, Apr 21, 2021 at 02:26:09PM +0200, David Hildenbrand wrote: Based-on: 20210406080126.24010-1-da...@redhat.com Some cleanups previously sent in other context (resizeable allocations), followed by RAM_NORESERVE, implementing it under Linux using MA

Re: [PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-04-21 Thread Eduardo Habkost
On Wed, Apr 21, 2021 at 02:26:09PM +0200, David Hildenbrand wrote: > Based-on: 20210406080126.24010-1-da...@redhat.com > > Some cleanups previously sent in other context (resizeable allocations), > followed by RAM_NORESERVE, implementing it under Linux using MAP_NORESERVE, > and letting users conf

[PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-04-21 Thread David Hildenbrand
Based-on: 20210406080126.24010-1-da...@redhat.com Some cleanups previously sent in other context (resizeable allocations), followed by RAM_NORESERVE, implementing it under Linux using MAP_NORESERVE, and letting users configure it for memory backens using the "reserve" property (default: true). MA