Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965681AbbLQMx6 (ORCPT ); Thu, 17 Dec 2015 07:53:58 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:34370 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743AbbLQMx5 (ORCPT ); Thu, 17 Dec 2015 07:53:57 -0500 MIME-Version: 1.0 In-Reply-To: References: <20151215194213.GA15672@cmpxchg.org> From: Dmitry Vyukov Date: Thu, 17 Dec 2015 13:53:35 +0100 Message-ID: Subject: Re: BUG_ON(!PageLocked(page)) in munlock_vma_page/migrate_pages/__block_write_begin To: Johannes Weiner Cc: Andrew Morton , "Kirill A. Shutemov" , Vlastimil Babka , Eric B Munson , David Rientjes , Andrea Arcangeli , Jeff Vander Stoep , Alexander Kuleshov , "linux-mm@kvack.org" , LKML , Sasha Levin , Hugh Dickins , syzkaller , Kostya Serebryany , Alexander Potapenko , Eric Dumazet Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 21 On Tue, Dec 15, 2015 at 9:08 PM, Dmitry Vyukov wrote: > On Tue, Dec 15, 2015 at 8:42 PM, Johannes Weiner wrote: >> Hi Dmitry, >> >> On Tue, Dec 15, 2015 at 08:23:34PM +0100, Dmitry Vyukov wrote: >>>I am seeing lots of similar BUGs in different functions all pointing >>> to BUG_ON(!PageLocked(page)). I reproduced them on several recent >>> commits, including stock 6764e5ebd5c62236d082f9ae030674467d0b2779 (Dec >>> 9) with no changes on top and no KASAN/etc. >> >> This should be fixed in newer kernels with this commit: >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dfd01f026058a59a513f8a365b439a0681b803af > > Testing with this patch now. Thanks! It is not happening anymore. So we can consider this as fixed. -- 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/