From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:55328 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbhEKNmH (ORCPT ); Tue, 11 May 2021 09:42:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2020-01-29; bh=Z+HbBn47Lb7aF38bP9DUnIBrHBCFzUWdNdAIs/9OHQI=; b=JMJf133CYs10t+7GFgfaYlNvQTf6op+ZGA0dNAdkiWlhZAQcjpHKTGOKEwxK1T/Ddc4I 30XCS08gkpSK1t1oyR0CFrAkmy75pvDR6xV1s7pTngMe8sy3MlLPkWRqEdsNRysBFXV1 TDZhKtRLdZLEh+RQHc3Ux3pQdBOLOwPu4Hkgy1KtOhNyOrTeSdIkTQovn554SkQ4i+u0 1lgcUQbmd5NSlgyM6AroGH0INECKwDY22xkm1F1LvmPX8Qn39eatb2LCu5ZZMhqlSH9l EzauK0uajgQwBjOL3k5k0hvAE+2r/kPjSvomkDYU8kelrlY+zknYc6m31yEibE45ne9n yQ== Date: Tue, 11 May 2021 16:40:47 +0300 From: Dan Carpenter Subject: Re: Smatch mailing list archives Message-ID: <20210511134047.GV1922@kadam> References: <20210508051626.GI1955@kadam> <1880256A-6D72-4EFC-84FE-8BD8FDC85095@whamcloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-ID: To: Oleg Drokin Cc: "Reshetova, Elena" , "smatch@vger.kernel.org" , "Kleen, Andi" Generally I just report the bugs and forget about them. If I send a patch, then I'll review all the warnings from the file and so maybe I'll see a case where the bug report was overlooked. I've only seen one case where we merged a fix and then accidentally merged the buggy code back again the next week. All the kernel bots had marked it as old so the bug wasn't caught until later. Actually that's not true. Back in the day there used to be giant SCSI drivers that did their work out of the tree. Then twice a year they would do a massive code dump and over write all the fixes that upstream had merged. :P But that never happens now. regards, dan carpenter