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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,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 3504CC433ED for ; Fri, 23 Apr 2021 06:34:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07231613E1 for ; Fri, 23 Apr 2021 06:34:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236961AbhDWGfL (ORCPT ); Fri, 23 Apr 2021 02:35:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbhDWGfJ (ORCPT ); Fri, 23 Apr 2021 02:35:09 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC6F5C061574; Thu, 22 Apr 2021 23:34:33 -0700 (PDT) Received: from ip4d14bd53.dynamic.kabel-deutschland.de ([77.20.189.83] helo=[192.168.66.200]); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1lZpOY-0005Wh-NT; Fri, 23 Apr 2021 08:34:30 +0200 To: Mark Brown Cc: Linus Torvalds , Greg KH , "Rafael J. Wysocki" , regressions@lists.linux.dev, Linux Kernel Mailing List , Konstantin Ryabitsev , Pablo Neira Ayuso , ksummit@lists.linux.dev, workflows@vger.kernel.org References: <268a3049-7c0b-8a33-1ff6-5a2d35fcba16@leemhuis.info> <20210422145107.GH4572@sirena.org.uk> From: Thorsten Leemhuis Subject: Re: RFC: building a regression tracking bot for Linux kernel development Message-ID: <1390e998-4847-eebf-1d7b-e9cb6625cff7@leemhuis.info> Date: Fri, 23 Apr 2021 08:34:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210422145107.GH4572@sirena.org.uk> Content-Type: text/plain; charset=utf-8 Content-Language: en-BS Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1619159674;71a19a93; X-HE-SMSGID: 1lZpOY-0005Wh-NT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22.04.21 16:51, Mark Brown wrote: > On Thu, Apr 22, 2021 at 09:16:40AM +0200, Thorsten Leemhuis wrote: > >> That's it already. The regression was tracked with: > >> * minimal overhead for the reporter >> * no additional overhead for the developers – only something they ought >> to do already became more important > > For things that are caught by the various automated systems the > deduplication might get annoying - even for the systems with a human in > the loop it's very common for things that the automated systems pick up > to end up getting reported several times over due to things like race > conditions in the reporting process. We'll have to see how that goes, > it might be possible to automate some of it. Yeah, good point, thx for pointing it out, will keep an eye on this aspect to make sure it doesn't become a big problem. Ciao, Thorsten