[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1506301646500.5359@chino.kir.corp.google.com>
Date: Tue, 30 Jun 2015 16:49:25 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: Michal Hocko <mhocko@...e.cz>
cc: Vlastimil Babka <vbabka@...e.cz>,
Eric Dumazet <edumazet@...gle.com>, Shaohua Li <shli@...com>,
netdev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
kernel-team <Kernel-team@...com>, clm@...com, linux-mm@...ck.org,
dbavatar@...il.com
Subject: Re: [RFC V3] net: don't wait for order-3 page allocation
On Thu, 18 Jun 2015, Michal Hocko wrote:
> That is to be discussed. Most allocations already express their interest
> in memory reserves by __GFP_HIGH directly or by GFP_ATOMIC indirectly.
> So maybe we do not need any additional flag here. There are not that
> many ~__GFP_WAIT and most of them seem to require it _only_ because the
> context doesn't allow for sleeping (e.g. to prevent from deadlocks).
>
We're talking about a patch that is being backported to stable.
Regardless of what improvements can be made to specify that an allocation
shouldn't be able to access reserves (and what belongs solely in the page
allocator proper) independent of __GFP_NO_KSWAPD, that can be cleaned up
at a later time. I don't anticipate that cleanup to be backported to
stable, and my primary concern here is the ability for this allocations to
now access, and possibly deplete, memory reserves.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists