From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753288AbdJaKbo (ORCPT ); Tue, 31 Oct 2017 06:31:44 -0400 Received: from merlin.infradead.org ([205.233.59.134]:45428 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753217AbdJaKbn (ORCPT ); Tue, 31 Oct 2017 06:31:43 -0400 Date: Tue, 31 Oct 2017 11:31:34 +0100 From: Peter Zijlstra To: syzbot Cc: dvhart@infradead.org, linux-kernel@vger.kernel.org, mingo@redhat.com, syzkaller-bugs@googlegroups.com, tglx@linutronix.de Subject: Re: WARNING in get_pi_state Message-ID: <20171031103134.2cik6ycsaytptfhy@hirez.programming.kicks-ass.net> References: <001a113a67502e70f4055cc8dc92@google.com> <20171031083644.2svprv6ax7ask5lg@hirez.programming.kicks-ass.net> <20171031101853.xpfh72y643kdfhjs@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171031101853.xpfh72y643kdfhjs@hirez.programming.kicks-ass.net> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 31, 2017 at 11:18:53AM +0100, Peter Zijlstra wrote: > On Tue, Oct 31, 2017 at 09:36:44AM +0100, Peter Zijlstra wrote: > > On Mon, Oct 30, 2017 at 12:44:00PM -0700, syzbot wrote: > > > WARNING: CPU: 1 PID: 24353 at kernel/futex.c:818 get_pi_state+0x15b/0x190 > > > kernel/futex.c:818 > > > > > exit_pi_state_list+0x556/0x7a0 kernel/futex.c:932 > > > mm_release+0x46d/0x590 kernel/fork.c:1191 > > > exit_mm kernel/exit.c:499 [inline] > > > do_exit+0x481/0x1b00 kernel/exit.c:852 > > > SYSC_exit kernel/exit.c:937 [inline] > > > SyS_exit+0x22/0x30 kernel/exit.c:935 > > > entry_SYSCALL_64_fastpath+0x1f/0xbe > > > > > > Argh, I definitely messed that up. Let me have a prod.. > > The below appears to cure the problem, I could (fairly quickly) > reproduce the issue one I hacked up the repro.c to not bother with > tunnels. > > With the below patch, the reproducer has been running for a fairly long > time now without issue. And of course, now it went *splat*, lemme continue staring..