From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752274AbcJDEHc (ORCPT ); Tue, 4 Oct 2016 00:07:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40073 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbcJDEHb (ORCPT ); Tue, 4 Oct 2016 00:07:31 -0400 Date: Mon, 3 Oct 2016 21:07:29 -0700 From: Andrew Morton To: Linus Torvalds Cc: Johannes Weiner , Antonio SJ Musumeci , Miklos Szeredi , Linux Kernel Mailing List , stable Subject: Re: BUG_ON() in workingset_node_shadows_dec() triggers Message-Id: <20161003210729.e4c39a86b8e8e4d103715c7d@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.28; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 3 Oct 2016 21:00:55 -0700 Linus Torvalds wrote: > In particular, I just got this > > kernel BUG at ./include/linux/swap.h:276 Well, it's a VM_BUG_ON and few people run with CONFIG_DEBUG_VM. But a) something's clearly wrong and b) points taken.