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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 3E91EC47083 for ; Fri, 4 Jun 2021 09:48:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25AE861405 for ; Fri, 4 Jun 2021 09:48:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230112AbhFDJuI (ORCPT ); Fri, 4 Jun 2021 05:50:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:43738 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbhFDJuH (ORCPT ); Fri, 4 Jun 2021 05:50:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AE6326023E; Fri, 4 Jun 2021 09:48:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622800101; bh=K/Vyl1hSa3J6uLFGe/60MlgbY2CmEQ5E1ho03Zn5iZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UP7J6m5qQDDBxUTV35zuTvUbNtiT02kANk8rWwRVpBO4Os5PQw7I1j7sXrK5a9B5M B3sL3x74ADZwlASjKwXBfzV801R3p3VNDCZjWMR6vbSUN4gmkO6Irx9hFWN7sUsk8O MCACtfSU+mIllQGxbP+8OZ5tVSVIpJpUBz7scXLc= Date: Fri, 4 Jun 2021 11:48:18 +0200 From: Greg KH To: ETenal Cc: davem@davemloft.net, johan.hedberg@gmail.com, kuba@kernel.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, marcel@holtmann.org, netdev@vger.kernel.org, syzkaller-bugs@googlegroups.com Subject: Re: KASAN: use-after-free Read in hci_chan_del Message-ID: References: <000000000000adea7f05abeb19cf@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, May 04, 2021 at 02:50:03PM -0700, ETenal wrote: > Hi, > > This is SyzScope, a research project that aims to reveal high-risk > primitives from a seemingly low-risk bug (UAF/OOB read, WARNING, BUG, etc.). Who is working on and doing this "reseach project"? And what is it doing to actually fix the issues that syzbot finds? Seems like that would be a better solution instead of just trying to send emails saying, in short "why isn't this reported issue fixed yet?" thanks, greg k-h