All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Move away from non-failing small allocations
@ 2015-03-11 20:54 ` Michal Hocko
  0 siblings, 0 replies; 63+ messages in thread
From: Michal Hocko @ 2015-03-11 20:54 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Johannes Weiner, Dave Chinner, Mel Gorman, Rik van Riel,
	Wu Fengguang, linux-mm, LKML, Linux API

Hi,
as per discussion at LSF/MM summit few days back it seems there is a
general agreement on moving away from "small allocations do not fail"
concept.

There are two patches in this series. The first one exports a sysctl
knob which controls how hard small allocation (!__GFP_NOFAIL ones of
course) retry when we get completely out of memory before the allocation
fails. The default is still retry infinitely because we cannot simply
change the 14+ years behavior right away. It will take years before all
the potential fallouts are discovered and fixed and we can change the
default value.

The second patch is the first step in the transition plan. It changes
the default but it is NOT an upstream material. It is aimed for brave
testers who can cope with failures. I have talked to Andrew and he
was willing to keep that patch in mmotm tree. It would be even better
to have this in linux-next because the testing coverage would be even
bigger. Dave Chinner has also shown an interest to integrate this into
his xfstest farm. It would be great if Fenguang could add it into the
zero testing project too (if the pushing the patch into linux-next
would be too controversial).


^ permalink raw reply	[flat|nested] 63+ messages in thread

end of thread, other threads:[~2015-04-02 11:53 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 20:54 [PATCH 0/2] Move away from non-failing small allocations Michal Hocko
2015-03-11 20:54 ` Michal Hocko
2015-03-11 20:54 ` Michal Hocko
2015-03-11 20:54 ` [PATCH 1/2] mm: Allow small allocations to fail Michal Hocko
2015-03-11 20:54   ` Michal Hocko
2015-03-11 20:54   ` Michal Hocko
2015-03-12 12:54   ` Tetsuo Handa
2015-03-12 12:54     ` Tetsuo Handa
2015-03-12 13:12     ` Michal Hocko
2015-03-12 13:12       ` Michal Hocko
2015-03-15  5:43   ` Tetsuo Handa
2015-03-15  5:43     ` Tetsuo Handa
2015-03-15 12:13     ` Michal Hocko
2015-03-15 12:13       ` Michal Hocko
2015-03-15 13:06       ` Tetsuo Handa
2015-03-15 13:06         ` Tetsuo Handa
2015-03-16  7:46         ` [PATCH 1/2 v2] " Michal Hocko
2015-03-16  7:46           ` Michal Hocko
2015-03-16 21:11           ` Johannes Weiner
2015-03-16 21:11             ` Johannes Weiner
2015-03-17 10:25             ` Michal Hocko
2015-03-17 10:25               ` Michal Hocko
2015-03-17 13:29               ` Johannes Weiner
2015-03-17 13:29                 ` Johannes Weiner
2015-03-17 14:17                 ` Michal Hocko
2015-03-17 14:17                   ` Michal Hocko
2015-03-17 17:26                   ` Johannes Weiner
2015-03-17 17:26                     ` Johannes Weiner
2015-03-17 19:41                     ` Michal Hocko
2015-03-17 19:41                       ` Michal Hocko
2015-03-18  9:10                       ` Vlastimil Babka
2015-03-18  9:10                         ` Vlastimil Babka
2015-03-18 12:04                         ` Michal Hocko
2015-03-18 12:04                           ` Michal Hocko
2015-03-18 12:36                         ` Tetsuo Handa
2015-03-18 12:36                           ` Tetsuo Handa
2015-03-18 11:35                       ` Tetsuo Handa
2015-03-18 11:35                         ` Tetsuo Handa
2015-03-17 11:13           ` Tetsuo Handa
2015-03-17 11:13             ` Tetsuo Handa
2015-03-17 13:15             ` Michal Hocko
2015-03-17 13:15               ` Michal Hocko
2015-03-18 11:33               ` Tetsuo Handa
2015-03-18 11:33                 ` Tetsuo Handa
2015-03-18 12:23                 ` Michal Hocko
2015-03-18 12:23                   ` Michal Hocko
2015-03-19 11:03                   ` Tetsuo Handa
2015-03-19 11:03                     ` Tetsuo Handa
2015-03-11 20:54 ` [PATCH 2/2] mmotm: Enable small allocation " Michal Hocko
2015-03-11 20:54   ` Michal Hocko
2015-03-11 20:54   ` Michal Hocko
2015-03-11 22:36 ` [PATCH 0/2] Move away from non-failing small allocations Sasha Levin
2015-03-11 22:36   ` Sasha Levin
2015-03-11 22:36   ` Sasha Levin
2015-03-16 22:38 ` Andrew Morton
2015-03-16 22:38   ` Andrew Morton
2015-03-16 22:38   ` Andrew Morton
2015-03-17  9:07   ` Michal Hocko
2015-03-17  9:07     ` Michal Hocko
2015-03-17 14:06     ` Tetsuo Handa
2015-03-17 14:06       ` Tetsuo Handa
2015-04-02 11:53       ` Tetsuo Handa
2015-04-02 11:53         ` Tetsuo Handa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.