Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834AbdI0Kpn (ORCPT ); Wed, 27 Sep 2017 06:45:43 -0400 Received: from mx2.suse.de ([195.135.220.15]:52326 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752281AbdI0Kpm (ORCPT ); Wed, 27 Sep 2017 06:45:42 -0400 Date: Wed, 27 Sep 2017 12:45:37 +0200 From: Michal Hocko To: Yang Shi Cc: cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] mm: oom: show unreclaimable slab info when kernel panic Message-ID: <20170927104537.r42javxhnyqlxnqm@dhcp22.suse.cz> References: <1506473616-88120-1-git-send-email-yang.s@alibaba-inc.com> <1506473616-88120-3-git-send-email-yang.s@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1506473616-88120-3-git-send-email-yang.s@alibaba-inc.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 20 On Wed 27-09-17 08:53:35, Yang Shi wrote: > Kernel may panic when oom happens without killable process sometimes it > is caused by huge unreclaimable slabs used by kernel. > > Although kdump could help debug such problem, however, kdump is not > available on all architectures and it might be malfunction sometime. > And, since kernel already panic it is worthy capturing such information > in dmesg to aid touble shooting. > > Print out unreclaimable slab info (used size and total size) which > actual memory usage is not zero (num_objs * size != 0) when: > - unreclaimable slabs : all user memory > unreclaim_slabs_oom_ratio > - panic_on_oom is set or no killable process OK, this is better but I do not see why this should be tunable via proc. Can we start with simple NR_SLAB_UNRECLAIMABLE > LRU_PAGES and place it into dump_header so that we get the report also during regular OOM? -- Michal Hocko SUSE Labs