Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966334AbbLPTXP (ORCPT ); Wed, 16 Dec 2015 14:23:15 -0500 Received: from static.68.134.40.188.clients.your-server.de ([188.40.134.68]:34794 "EHLO mail02.iobjects.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965830AbbLPTXO (ORCPT ); Wed, 16 Dec 2015 14:23:14 -0500 Subject: Re: WARNING in shmem_evict_inode To: Hugh Dickins , Dmitry Vyukov References: Cc: Andrew Morton , "linux-mm@kvack.org" , LKML , Sasha Levin , syzkaller , Kostya Serebryany , Alexander Potapenko , Eric Dumazet , Greg Thelen From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= X-Enigmail-Draft-Status: N1110 Organization: Applied Asynchrony, Inc. Message-ID: <5671BA1F.7070201@googlemail.com> Date: Wed, 16 Dec 2015 20:23:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1986 Lines: 45 On 12/02/15 10:29, Hugh Dickins wrote: > On Mon, 23 Nov 2015, Dmitry Vyukov wrote: >> On Mon, Nov 9, 2015 at 9:55 AM, Dmitry Vyukov wrote: [snip] >>> triggers WARNING in shmem_evict_inode: >>> >>> ------------[ cut here ]------------ >>> WARNING: CPU: 0 PID: 10442 at mm/shmem.c:625 shmem_evict_inode+0x335/0x480() >>> Modules linked in: >>> CPU: 1 PID: 8944 Comm: executor Not tainted 4.3.0+ #39 >>> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011 >>> 00000000ffffffff ffff88006c6afab8 ffffffff81aad406 0000000000000000 >>> ffff88006e39ac80 ffffffff83091660 ffff88006c6afaf8 ffffffff81100829 >>> ffffffff814192e5 ffffffff83091660 0000000000000271 ffff88003d075aa8 >>> Call Trace: >>> [] warn_slowpath_null+0x29/0x30 kernel/panic.c:480 >>> [] shmem_evict_inode+0x335/0x480 mm/shmem.c:625 >>> [] evict+0x26e/0x580 fs/inode.c:542 >>> [< inline >] iput_final fs/inode.c:1477 [snip] > It was more interesting than I expected, thanks. > I believe you will find that this fixes it. > > [PATCH] tmpfs: fix shmem_evict_inode warnings on i_blocks Since I just saw this in Linus' tree, here's another retrospective bug report and Thank You for fixing it. :-) The problem is quite real, even though I'm probably the only other person to ever report it, see: http://www.spinics.net/lists/linux-fsdevel/msg83567.html > Cc stable? I don't think that's necessary, but might be proved wrong: > along with the warning, the bug does allow one page beyond the limit > to be allocated from a size-limited tmpfs mount. It applies and works fine, so it probably wouldn't hurt. I'm using it in my 4.1++ tree as we speak, no problems. -h -- 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/