Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1493217 > unrolled thread

[PATCH 0/2] warn about allocations which stall for too long

Started byMichal Hocko <mhocko@kernel.org>
First post2016-09-29 10:50 +0200
Last post2016-09-29 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 0/2] warn about allocations which stall for too long Michal Hocko <mhocko@kernel.org> - 2016-09-29 10:50 +0200

#1493217 — [PATCH 0/2] warn about allocations which stall for too long

FromMichal Hocko <mhocko@kernel.org>
Date2016-09-29 10:50 +0200
Subject[PATCH 0/2] warn about allocations which stall for too long
Message-ID<smFct-1IL-7@gated-at.bofh.it>
Hi,
it seems there was no fundamental opposition to my previous RFC [1]
so I am sending this again now to be considered for inclusion. I have
reworked the patch slightly and made it use the already existing
warn_alloc_failed which was updated and renamed to be more generic. This
is the patch 1. The patch 2 then simply uses it to warn about long
stall. Comparing to the previous patch it also does show_mem() which
might be really helpful to see why the allocation cannot make any
progress.

[1] http://lkml.kernel.org/r/20160923081555.14645-1-mhocko@kernel.org

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web