Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754815AbbLXLGy (ORCPT ); Thu, 24 Dec 2015 06:06:54 -0500 Received: from www262.sakura.ne.jp ([202.181.97.72]:58710 "EHLO www262.sakura.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbbLXLGx (ORCPT ); Thu, 24 Dec 2015 06:06:53 -0500 To: mhocko@kernel.org, zwisler@gmail.com Cc: akpm@linux-foundation.org, mgorman@suse.de, rientjes@google.com, torvalds@linux-foundation.org, oleg@redhat.com, hughd@google.com, andrea@kernel.org, riel@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, ross.zwisler@linux.intel.com Subject: Re: [PATCH 1/2] mm, oom: introduce oom reaper From: Tetsuo Handa References: <1450204575-13052-1-git-send-email-mhocko@kernel.org> <20151224094758.GA22760@dhcp22.suse.cz> In-Reply-To: <20151224094758.GA22760@dhcp22.suse.cz> Message-Id: <201512242006.CGJ81784.SVMHOOQtLFFFOJ@I-love.SAKURA.ne.jp> X-Mailer: Winbiff [Version 2.51 PL2] X-Accept-Language: ja,en,zh Date: Thu, 24 Dec 2015 20:06:50 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1348 Lines: 28 Michal Hocko wrote: > This is VM_BUG_ON_PAGE(page_mapped(page), page), right? Could you attach > the full kernel log? It all smells like a race when OOM reaper tears > down the mapping and there is a truncate still in progress. But hitting > the BUG_ON just because of that doesn't make much sense to me. OOM > reaper is essentially MADV_DONTNEED. I have to think about this some > more, though, but I am in a holiday mode until early next year so please > bear with me. I don't know whether the OOM killer was invoked just before this VM_BUG_ON_PAGE(). > Is this somehow DAX related? 4.4.0-rc6-next-20151223_new_fsync_v6+ suggests that this kernel has "[PATCH v6 0/7] DAX fsync/msync support" applied. But I think http://marc.info/?l=linux-mm&m=145068666428057 should be applied when retesting. (20151223 does not have this fix.) [ 235.768779] [] ? unmap_mapping_range+0x64/0x130 [ 235.769385] [] ? unmap_mapping_range+0x74/0x130 [ 235.770010] [] ? up_write+0x1f/0x40 [ 235.770501] [] ? unmap_mapping_range+0x74/0x130 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/