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=-4.0 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,URIBL_BLOCKED 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 10E5EC433E1 for ; Tue, 21 Jul 2020 11:33:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D43FD2080D for ; Tue, 21 Jul 2020 11:33:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595331226; bh=Mg6L1cR7Ir4UqEXXKL4h/HOxKKegC7bgckzLjWHf03E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NXUrqabUkusojDereiO8O+/Pkg0/Y6DK+ATEUlhZMarp1dZK5Fy/Npnj2nZPmtKo3 ulucPxlFMzWKlrOPcOXo+wwxPJ1ydwfWx3GHwfSNHJ6X29Rh/LihQI1hXtOmaxhZYp fekUgK6VeElZZKF2yuo1HRzLi3D2SD9SthbSXgPE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727768AbgGULdq (ORCPT ); Tue, 21 Jul 2020 07:33:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:51992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726266AbgGULdq (ORCPT ); Tue, 21 Jul 2020 07:33:46 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 3F832206F2; Tue, 21 Jul 2020 11:33:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595331225; bh=Mg6L1cR7Ir4UqEXXKL4h/HOxKKegC7bgckzLjWHf03E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MKKZRAuRSOYspVvmRoUmEGX/onlIPbHSCRzt75offJy0YinwoNaV1OYgOYFWjwBdH WCzW83kOadlAR/4pgOZyfQDcdzsKQi1Q4TrHiDlucy1DEHBZ5iWAxSfbVsMcWZVryC XYgebVnhamm5EbTSZXm+qR10TwLcPdP1Xj5aLlAo= Date: Tue, 21 Jul 2020 13:33:53 +0200 From: Greg Kroah-Hartman To: Macpaul Lin Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Felipe Balbi , Matthias Brugger , Eddie Hung , stable@vger.kernel.org, Mediatek WSD Upstream , Macpaul Lin Subject: Re: [PATCH v2] usb: gadget: configfs: Fix use-after-free issue with udc_name Message-ID: <20200721113353.GA1686460@kroah.com> References: <1594881666-8843-1-git-send-email-macpaul.lin@mediatek.com> <1595040303-23046-1-git-send-email-macpaul.lin@mediatek.com> <1595041133.23887.4.camel@mtkswgap22> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1595041133.23887.4.camel@mtkswgap22> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Jul 18, 2020 at 10:58:53AM +0800, Macpaul Lin wrote: > On Sat, 2020-07-18 at 10:45 +0800, Macpaul Lin wrote: > > From: Eddie Hung > > > > Well, it's strange, I simply replaced the uploader's name to my > colleague, git send-email pop up this line automatically. > > Shouldn't I do that kind of change. It did not happened before. > Do I need to change it back and update patch v3? Who is the real author of this, Eddie or you? If Eddie, this is correct, if you, it is not. thanks, greg k-h