Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751889AbeAPTeu (ORCPT + 1 other); Tue, 16 Jan 2018 14:34:50 -0500 Received: from mail-io0-f176.google.com ([209.85.223.176]:46838 "EHLO mail-io0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbeAPTes (ORCPT ); Tue, 16 Jan 2018 14:34:48 -0500 X-Google-Smtp-Source: ACJfBotPR1YkQZiPraFG+CEKyd7Ih5X/XSVlpZA/UHELMCeFOEDdxxuXuXdSkhJS+cdi7tENOjryCgAfVfEvaD+Ci2E= MIME-Version: 1.0 In-Reply-To: <201801170233.JDG21842.OFOJMQSHtOFFLV@I-love.SAKURA.ne.jp> References: <201801142054.FAD95378.LVOOFQJOFtMFSH@I-love.SAKURA.ne.jp> <201801160115.w0G1FOIG057203@www262.sakura.ne.jp> <201801170233.JDG21842.OFOJMQSHtOFFLV@I-love.SAKURA.ne.jp> From: Linus Torvalds Date: Tue, 16 Jan 2018 11:34:46 -0800 X-Google-Sender-Auth: AL2tnQ9P1fQuaGc2w3orTp2vSl8 Message-ID: Subject: Re: [mm 4.15-rc8] Random oopses under memory pressure. To: Tetsuo Handa Cc: Dave Hansen , Ingo Molnar , Linux Kernel Mailing List , linux-mm , "the arch/x86 maintainers" , linux-fsdevel , Michal Hocko Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 16, 2018 at 9:33 AM, Tetsuo Handa wrote: > > Since I got a faster reproducer, I tried full bisection between 4.11 and 4.12-rc1. > But I have no idea why bisection arrives at c0332694903a37cf. I don't think your reproducer is 100% reliable. And bisection is great because it's very aggressive and optimal when it comes to testing. But that also implies that if *any* of the good/bad choices were incorrect, then the end result is pure garbage and isn't even *close* to the right commit. > It turned out that CONFIG_FLATMEM was irrelevant. I just did not hit it. So have you actually been able to see the problem with FLATMEM, or is this based on the bisect? Because I really think the bisect is pretty much guaranteed to be wrong. Linus