From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2835FC74A23 for ; Wed, 10 Jul 2019 14:14:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 08CDE2064B for ; Wed, 10 Jul 2019 14:14:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727834AbfGJOOO (ORCPT ); Wed, 10 Jul 2019 10:14:14 -0400 Received: from mail-pg1-f194.google.com ([209.85.215.194]:40972 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726957AbfGJOOO (ORCPT ); Wed, 10 Jul 2019 10:14:14 -0400 Received: by mail-pg1-f194.google.com with SMTP id q4so1325465pgj.8 for ; Wed, 10 Jul 2019 07:14:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=R5Znt+RzWmSgRwaRtC1ltuLCBGeBBNo+VH1yafA+2Es=; b=a20yKPK+lg9RRhA8UHFTiE+lGP8I5WqXWgg7RPgzXlNKRndpAJOMTu7rDfOPP3x15h T1LfmNSYl8wb8FeIJ61PE9XKWXnNs/3QCJjXJkao+DkZrMQhGIWlaprQfvTeoSFxt540 gJsSQvFD48hgF+gT9tSKclVkbyDheGYkXOrUcUffX+A3zNrnHvF+Yr7ZWG4Iqig/2nO7 W9WHaD9mSJDWceB/oCyIDzJsK725wYmiXGI0XcL6w+/s5pXrFK7KOHhW0AYbdajRzur1 tuwWoZtxW3AqCEHdNWQE2kVkeuqq4dsyXOjINiuQjkOYaB0ajqT2fQVnCz4YfbMpIjDO 2sSg== X-Gm-Message-State: APjAAAVA7XYWhmbM0zdOIzhPcistR5WLekEQiM9DM8d36rSG6zc1BlA7 oRwj61BrQHPZD18nnkhl7C4= X-Google-Smtp-Source: APXvYqym7BBx12csZrMAHwFiJaOwwSQ/mUMl/VcG5ZgV3KypL/be6ske4tRVJyuzjK61zGAEQsDpXg== X-Received: by 2002:a63:d748:: with SMTP id w8mr36788640pgi.157.1562768053204; Wed, 10 Jul 2019 07:14:13 -0700 (PDT) Received: from asus.site ([2601:647:4000:5dd1:f8eb:b8a1:fefa:e83f]) by smtp.gmail.com with ESMTPSA id v12sm2252919pjk.13.2019.07.10.07.14.11 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jul 2019 07:14:12 -0700 (PDT) Subject: Re: Reminder: 5 open syzbot bugs in lockdep subsystem To: linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Will Deacon , syzkaller-bugs@googlegroups.com, jeffv@google.com References: <20190710055838.GC2152@sol.localdomain> From: Bart Van Assche Message-ID: Date: Wed, 10 Jul 2019 07:14:10 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190710055838.GC2152@sol.localdomain> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/9/19 10:58 PM, Eric Biggers wrote: > [This email was generated by a script. Let me know if you have any suggestions > to make it better, or if you want it re-generated with the latest status.] > > Of the currently open syzbot reports against the upstream kernel, I've manually > marked 5 of them as possibly being bugs in the lockdep subsystem. I've listed > these reports below, sorted by an algorithm that tries to list first the reports > most likely to be still valid, important, and actionable. > > Of these 5 bugs, 3 were seen in mainline in the last week. > > Of these 5 bugs, 1 was bisected to a commit from the following person: > > Bart Van Assche (+jeffv) Hi Eric, Several days ago I had already explained to you that the bisection result that led to one of my commits did not make any sense to me. So I do not appreciate this kind of fingerpointing. Please stop doing this. Bart.