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,USER_AGENT_SANE_2 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 1AC81C282DD for ; Fri, 10 Jan 2020 15:01:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E85302080D for ; Fri, 10 Jan 2020 15:01:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728320AbgAJPBy (ORCPT ); Fri, 10 Jan 2020 10:01:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:56794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728152AbgAJPBy (ORCPT ); Fri, 10 Jan 2020 10:01:54 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6DDC02072E; Fri, 10 Jan 2020 15:01:51 +0000 (UTC) Date: Fri, 10 Jan 2020 10:01:49 -0500 From: Steven Rostedt To: Dmitry Vyukov Cc: syzbot , Arnaldo Carvalho de Melo , Arnaldo Carvalho de Melo , Alexander Shishkin , arvid.brodin@alten.se, Alexei Starovoitov , bpf , Daniel Borkmann , David Miller , Josef Bacik , jolsa@redhat.com, Martin KaFai Lau , kernel-team@fb.com, LKML , Ingo Molnar , Ingo Molnar , Namhyung Kim , netdev , Peter Zijlstra , Song Liu , syzkaller-bugs , Thomas Gleixner , Linus Torvalds , Cong Wang , Yonghong Song Subject: Re: WARNING in add_event_to_ctx Message-ID: <20200110100149.58ef4893@gandalf.local.home> In-Reply-To: References: <000000000000946842058bc1291d@google.com> <000000000000ddae64059bc388dc@google.com> <20200110094502.2d6015ab@gandalf.local.home> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Jan 2020 15:48:34 +0100 Dmitry Vyukov wrote: > On Fri, Jan 10, 2020 at 3:45 PM Steven Rostedt wrote: > > > > On Thu, 09 Jan 2020 22:50:00 -0800 > > syzbot wrote: > > > > > syzbot suspects this bug was fixed by commit: > > > > I think these reports need some more information. Like the sample crash > > report, so we don't need to be clicking through links to find it. > > Because I have no idea what bug was fixed. > > Hi Steve, > > Isn't it threaded to the original report in your client? The message > has both matching subject and In-Reply-To header. At least that was > the idea. > Ah, if I go to lore.kernel.org, I see the original report. But that's from back in June. I only keep up to two months of emails before I archive them. Perhaps add something like: Original report: https://lore.kernel.org/bpf/000000000000946842058bc1291d@google.com/ ? Thanks! -- Steve