Re: [PATCH 7/7] Documentation for Pmalloc

2018-03-06 Thread J Freyensee
Minus the comment-fixes Mike Rapoport mentioned, looks good: Reviewed-by: Jay Freyensee On 2/28/18 12:06 PM, Igor Stoppa wrote: Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa ---

Re: [PATCH 7/7] Documentation for Pmalloc

2018-03-06 Thread J Freyensee
Minus the comment-fixes Mike Rapoport mentioned, looks good: Reviewed-by: Jay Freyensee On 2/28/18 12:06 PM, Igor Stoppa wrote: Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 +

Re: [PATCH 7/7] Documentation for Pmalloc

2018-03-06 Thread Mike Rapoport
On Wed, Feb 28, 2018 at 10:06:20PM +0200, Igor Stoppa wrote: > Detailed documentation about the protectable memory allocator. > > Signed-off-by: Igor Stoppa > --- > Documentation/core-api/index.rst | 1 + > Documentation/core-api/pmalloc.rst | 111 >

Re: [PATCH 7/7] Documentation for Pmalloc

2018-03-06 Thread Mike Rapoport
On Wed, Feb 28, 2018 at 10:06:20PM +0200, Igor Stoppa wrote: > Detailed documentation about the protectable memory allocator. > > Signed-off-by: Igor Stoppa > --- > Documentation/core-api/index.rst | 1 + > Documentation/core-api/pmalloc.rst | 111 > + >

[PATCH 7/7] Documentation for Pmalloc

2018-02-28 Thread Igor Stoppa
Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 + Documentation/core-api/pmalloc.rst | 111 + 2 files changed, 112 insertions(+) create mode

[PATCH 7/7] Documentation for Pmalloc

2018-02-28 Thread Igor Stoppa
Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 + Documentation/core-api/pmalloc.rst | 111 + 2 files changed, 112 insertions(+) create mode 100644

Re: [PATCH 7/7] Documentation for Pmalloc

2018-02-26 Thread J Freyensee
[...] On 2/26/18 7:39 AM, Igor Stoppa wrote: On 24/02/18 02:26, J Freyensee wrote: On 2/23/18 6:48 AM, Igor Stoppa wrote: [...] +- Before destroying a pool, all the memory allocated from it must be + released. Is that true?  pmalloc_destroy_pool() has: . . +   

Re: [PATCH 7/7] Documentation for Pmalloc

2018-02-26 Thread J Freyensee
[...] On 2/26/18 7:39 AM, Igor Stoppa wrote: On 24/02/18 02:26, J Freyensee wrote: On 2/23/18 6:48 AM, Igor Stoppa wrote: [...] +- Before destroying a pool, all the memory allocated from it must be + released. Is that true?  pmalloc_destroy_pool() has: . . +   

Re: [PATCH 7/7] Documentation for Pmalloc

2018-02-26 Thread Igor Stoppa
On 24/02/18 02:26, J Freyensee wrote: > > > On 2/23/18 6:48 AM, Igor Stoppa wrote: [...] >> +- Before destroying a pool, all the memory allocated from it must be >> + released. > > Is that true?  pmalloc_destroy_pool() has: > > . > . > +    pmalloc_pool_set_protection(pool, false); > +   

Re: [PATCH 7/7] Documentation for Pmalloc

2018-02-26 Thread Igor Stoppa
On 24/02/18 02:26, J Freyensee wrote: > > > On 2/23/18 6:48 AM, Igor Stoppa wrote: [...] >> +- Before destroying a pool, all the memory allocated from it must be >> + released. > > Is that true?  pmalloc_destroy_pool() has: > > . > . > +    pmalloc_pool_set_protection(pool, false); > +   

Re: [PATCH 7/7] Documentation for Pmalloc

2018-02-23 Thread J Freyensee
On 2/23/18 6:48 AM, Igor Stoppa wrote: Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 + Documentation/core-api/pmalloc.rst | 114 + 2 files

Re: [PATCH 7/7] Documentation for Pmalloc

2018-02-23 Thread J Freyensee
On 2/23/18 6:48 AM, Igor Stoppa wrote: Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 + Documentation/core-api/pmalloc.rst | 114 + 2 files changed, 115

[PATCH 7/7] Documentation for Pmalloc

2018-02-23 Thread Igor Stoppa
Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 + Documentation/core-api/pmalloc.rst | 114 + 2 files changed, 115 insertions(+) create mode

[PATCH 7/7] Documentation for Pmalloc

2018-02-23 Thread Igor Stoppa
Detailed documentation about the protectable memory allocator. Signed-off-by: Igor Stoppa --- Documentation/core-api/index.rst | 1 + Documentation/core-api/pmalloc.rst | 114 + 2 files changed, 115 insertions(+) create mode 100644