From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162317AbeBNStl (ORCPT ); Wed, 14 Feb 2018 13:49:41 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:40926 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162271AbeBNSti (ORCPT ); Wed, 14 Feb 2018 13:49:38 -0500 X-Google-Smtp-Source: AH8x225piEWVy26gEZ5GCcsPST6iM9mr1UGDSBglaNqqsD9m3iFTgJcAFfhJqbZcEt3iuFY4kbxzZQ== Date: Wed, 14 Feb 2018 11:49:31 -0700 From: Jason Gunthorpe To: Sowmini Varadhan Cc: Dmitry Vyukov , syzbot , David Miller , LKML , linux-rdma@vger.kernel.org, netdev , rds-devel@oss.oracle.com, Santosh Shilimkar , syzkaller-bugs@googlegroups.com Subject: Re: KASAN: use-after-free Read in rds_tcp_tune Message-ID: <20180214184931.GA1718@ziepe.ca> References: <001a1141a524c513ca05628d8ad4@google.com> <20180112183046.GA26098@oracle.com> <20180214152109.GF11528@oracle.com> <20180214153555.GG11528@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180214153555.GG11528@oracle.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 14, 2018 at 10:35:55AM -0500, Sowmini Varadhan wrote: > On (02/14/18 16:28), Dmitry Vyukov wrote: > > syzbot is probably not seeing this problem. However if you don't add > > the Reported-by tag to commit, nor provide syz fix tag, it will > > consider it as "open". One consequence of this is that it is still on > > our radars. Another consequence is that syzbot will never report bugs > > in rds_tcp_tune ever again as it thinks that it's the same known bug, > > so no point in bothering anybody. > > understood, I think I saw this in the original syzbot mail as well, > but I was hesitant to actually add the tag because the fix was > based on code-inspection only, and I would have felt more comfortable > about asserting the Reported-by if I'd done a clear-cut before/after > verification. I think the point is you have to clear it from syzbot to get it to even test your patches, even if you are not totally sure your patch fixes it? Jason