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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 09770C07E9A for ; Mon, 5 Jul 2021 07:08:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAF60613D1 for ; Mon, 5 Jul 2021 07:08:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229953AbhGEHKk (ORCPT ); Mon, 5 Jul 2021 03:10:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:57400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229817AbhGEHKj (ORCPT ); Mon, 5 Jul 2021 03:10:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5DF8F61351; Mon, 5 Jul 2021 07:08:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625468881; bh=ToGOTX4jLedytfqbRzNU5vA7JybZemZVcqhFwXpJz7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JYGDE9iSa6qnls2RjDEQQfEIafbam6pX5umieKcf63ZxNWH13qpi1iMl5ZBKqUU/V S4b7EoYrbi3ctUvUR9ntq6jzfZjQlOWKXBaegYCYTTUbp8+KuiklBPqon4vGxy9UD8 PixDjn8ZVzXcPoNPl1GsiTyS3KO8QubRt6Bu1Xtc= Date: Mon, 5 Jul 2021 09:07:59 +0200 From: Greg Kroah-Hartman To: Andrew Gabbasov Cc: Macpaul Lin , Eugeniu Rosca , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Felipe Balbi , Eugeniu Rosca , Eddie Hung Subject: Re: [PATCH v4.14] usb: gadget: f_fs: Fix setting of device and driver data cross-references Message-ID: References: <20210603171507.22514-1-andrew_gabbasov@mentor.com> <20210604110503.GA23002@vmlxhi-102.adit-jv.com> <20210702184957.4479-1-andrew_gabbasov@mentor.com> <20210702184957.4479-2-andrew_gabbasov@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210702184957.4479-2-andrew_gabbasov@mentor.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 02, 2021 at 01:49:57PM -0500, Andrew Gabbasov wrote: > Fixes: 4b187fceec3c ("usb: gadget: FunctionFS: add devices management code") > Fixes: 3262ad824307 ("usb: gadget: f_fs: Stop ffs_closed NULL pointer dereference") > Fixes: cdafb6d8b8da ("usb: gadget: f_fs: Fix use-after-free in ffs_free_inst") > Reported-by: Bhuvanesh Surachari > Tested-by: Eugeniu Rosca > Reviewed-by: Eugeniu Rosca > Signed-off-by: Andrew Gabbasov > Link: https://lore.kernel.org/r/20210603171507.22514-1-andrew_gabbasov@mentor.com > Signed-off-by: Greg Kroah-Hartman > (cherry-picked from commit ecfbd7b9054bddb12cea07fda41bb3a79a7b0149) There is no such commit id in Linus's tree :( Please resubmit with the correct id. thanks, greg k-h