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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 34977C4742C for ; Sun, 1 Nov 2020 06:38:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E700A2224E for ; Sun, 1 Nov 2020 06:38:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604212736; bh=boYuok5ikWnQogxw2HrezS6EMElUqo+A/TC044I6YRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Kjs2O1t6sJplIypxHekS0sKL/eG1tpPE4c2G017gl2q2ItY1VbPXO9RGrPTD2314O E0Gx1KtO2OjRgiVd3KPw2eTtZjc/fWr90KHjgGi2lWqZCArqjzqnkzMl3TPdR7V5fb kYJyrqRD/wiru4XBZm1k5eji4i27jaX8iW10MOD4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725981AbgKAGix (ORCPT ); Sun, 1 Nov 2020 01:38:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:54084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbgKAGix (ORCPT ); Sun, 1 Nov 2020 01:38:53 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 E05DE221FF; Sun, 1 Nov 2020 06:38:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604212732; bh=boYuok5ikWnQogxw2HrezS6EMElUqo+A/TC044I6YRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=w9BJrjaVil+DnAbZ3Rcmd8vUdVwB8LnhFAsF0xDVEkwxcQc8m/DNLOftNU/cJP3WN fQX7rHX2vtSGzl7dEvmvcIYX0SSmHmyzQYhE/wheSMNDhJNexvC4rs24gRFv0uIkwu b/6XHcSfNZwV0X09YMjJ9mrbil7xPWUlWESd1N1w= Date: Sun, 1 Nov 2020 07:38:48 +0100 From: Greg KH To: Kyungtae Kim Cc: Felipe Balbi , USB list , LKML , syzkaller Subject: Re: [PATCH] USB: gadget: hidg: fix use-after-free in f_hidg Message-ID: <20201101063848.GA432418@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 31, 2020 at 10:16:05PM -0400, Kyungtae Kim wrote: > On Wed, Oct 28, 2020 at 4:13 PM Kyungtae Kim wrote: > > > > FuzzUSB (a variant of syzkaller) found the bug You sent this 3 days ago. Please give us a chance, at least 2 weeks, to get to a patch when submitted. thanks, greg k-h