Re: [PATCH] docs/core-api: memory-allocation: describe reclaim behaviour

2020-07-12 Thread Mike Rapoport
Another ping :) On Fri, Jul 03, 2020 at 12:55:04AM +0300, Mike Rapoport wrote: > Gentle ping. > > On Fri, Jun 26, 2020 at 05:29:50PM +0300, Mike Rapoport wrote: > > From: Mike Rapoport > > > > Changelog of commit dcda9b04713c ("mm, tree wide: replace __GFP_REPEAT by > > __GFP_RETRY_MAYFAIL with

Re: [PATCH] docs/core-api: memory-allocation: describe reclaim behaviour

2020-07-02 Thread Mike Rapoport
Gentle ping. On Fri, Jun 26, 2020 at 05:29:50PM +0300, Mike Rapoport wrote: > From: Mike Rapoport > > Changelog of commit dcda9b04713c ("mm, tree wide: replace __GFP_REPEAT by > __GFP_RETRY_MAYFAIL with more useful semantic") has very nice description > of GFP flags that affect reclaim behaviour

Re: [PATCH] docs/core-api: memory-allocation: describe reclaim behaviour

2020-06-26 Thread Michal Hocko
On Fri 26-06-20 17:29:50, Mike Rapoport wrote: > From: Mike Rapoport > > Changelog of commit dcda9b04713c ("mm, tree wide: replace __GFP_REPEAT by > __GFP_RETRY_MAYFAIL with more useful semantic") has very nice description > of GFP flags that affect reclaim behaviour of the page allocator. > > I

[PATCH] docs/core-api: memory-allocation: describe reclaim behaviour

2020-06-26 Thread Mike Rapoport
From: Mike Rapoport Changelog of commit dcda9b04713c ("mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic") has very nice description of GFP flags that affect reclaim behaviour of the page allocator. It would be pity to keep this description buried in the log so