From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933235AbcFJM5B (ORCPT ); Fri, 10 Jun 2016 08:57:01 -0400 Received: from www.linutronix.de ([62.245.132.108]:59177 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752040AbcFJM5A (ORCPT ); Fri, 10 Jun 2016 08:57:00 -0400 Date: Fri, 10 Jun 2016 14:54:59 +0200 (CEST) From: Thomas Gleixner To: Dmitry Vyukov cc: Ingo Molnar , "H. Peter Anvin" , "x86@kernel.org" , LKML , Andrey Ryabinin , Konstantin Khlebnikov , syzkaller , Kostya Serebryany , Alexander Potapenko , Sasha Levin , "linux-mm@kvack.org" , Peter Zijlstra Subject: Re: x86: bad pte in pageattr_test In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Jun 2016, Dmitry Vyukov wrote: > Here is the second log: > https://gist.githubusercontent.com/dvyukov/dd7970a5daaa7a30f6d37fa5592b56de/raw/f29182024538e604c95d989f7b398816c3c595dc/gistfile1.txt > > I've hit only twice. The first time I tried hard to reproduce it, with > no success. So unfortunately that's all we have. > > Re logs: my setup executes up to 16 programs in parallel. So for > normal BUGs any of the preceding 16 programs can be guilty. But since > this check is asynchronous, it can be just any preceding program in > the log. Ok. > I would expect that it is triggered by some rarely-executing poorly > tested code. Maybe mmap of some device? That's the mmap(dev) list which is common between the two log files: vcsn ircomm rfkill userio dspn mice midi sndpcmc hidraw0 vga_arbiter lightnvm sr Dunno, if that's the right direction, but exposing these a bit more might be worth to try. Thanks, tglx