From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758022AbcIGQih (ORCPT ); Wed, 7 Sep 2016 12:38:37 -0400 Received: from mail-lf0-f48.google.com ([209.85.215.48]:35326 "EHLO mail-lf0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753363AbcIGQid (ORCPT ); Wed, 7 Sep 2016 12:38:33 -0400 Date: Wed, 7 Sep 2016 19:38:28 +0300 From: "Kirill A. Shutemov" To: Dmitry Vyukov Cc: Andrea Arcangeli , Ebru =?iso-8859-1?B?QWthZ/xuZPx6?= , "Kirill A. Shutemov" , Andrew Morton , Vlastimil Babka , Mel Gorman , Johannes Weiner , "linux-mm@kvack.org" , LKML , Vegard Nossum , Sasha Levin , Konstantin Khlebnikov , Andrey Ryabinin , Greg Thelen , Suleiman Souhlal , Hugh Dickins , David Rientjes Subject: Re: mm: kernel BUG in page_add_new_anon_rmap (khugepaged) Message-ID: <20160907163828.GA20276@node> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 03, 2016 at 12:11:21PM +0200, Dmitry Vyukov wrote: > Hello, > > I've got another BUG in khugepaged while running syzkaller fuzzer: > > kernel BUG at mm/rmap.c:1248! I think it caused by the same bug as the you've already reported: http://lkml.kernel.org/r/CACT4Y+Z3gigBvhca9kRJFcjX0G70V_nRhbwKBU+yGoESBDKi9Q@mail.gmail.com The patch in that thread should address this issue too. -- Kirill A. Shutemov