From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: torvalds@linux-foundation.org Cc: mhocko@suse.com, linux-mm@kvack.org, x86@kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [mm? 4.15-rc7] Random oopses under memory pressure. From: Tetsuo Handa References: <20180110124519.GU1732@dhcp22.suse.cz> <201801102237.BED34322.QOOJMFFFHVLSOt@I-love.SAKURA.ne.jp> <20180111135721.GC1732@dhcp22.suse.cz> <201801112311.EHI90152.FLJMQOStVHFOFO@I-love.SAKURA.ne.jp> In-Reply-To: Message-Id: <201801120559.FIE00099.MHJFVQSOFFOtLO@I-love.SAKURA.ne.jp> Date: Fri, 12 Jan 2018 05:59:04 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-linux-mm@kvack.org List-ID: Linus Torvalds wrote: > On Thu, Jan 11, 2018 at 6:11 AM, Tetsuo Handa > wrote: > > > > I retested with some debug printk() patch. > > Could you perhaps enable KASAN too? Unfortunately, KASAN is not available for x86_32 kernels. Thus, I'm stuck. > So presumably "page->mem_cgroup" was just a random pointer. Which > probably means that "page" itself is not actually a page pointer, sinc > e I assume there was no memory hotplug going on here? Nothing special. No memory hotplug etc. > Most (all?) of your other oopses seem to have somewhat similar > patterns: shrink_inactive_list() -> rmap_walk_file() -> oops due to > garbage. Yes. In most cases, problems are detected by that sequence. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org