From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752568AbbFZQoL (ORCPT ); Fri, 26 Jun 2015 12:44:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34464 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752468AbbFZQoE (ORCPT ); Fri, 26 Jun 2015 12:44:04 -0400 Date: Fri, 26 Jun 2015 09:44:01 -0700 From: Greg KH To: Vivek Kumar Bhagat Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [EDT][PATCH] XHCI: Fix memory leak in error condition Message-ID: <20150626164401.GF13320@kroah.com> References: <1646270916.306041435304760891.JavaMail.weblogic@ep2mlwas07b> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1646270916.306041435304760891.JavaMail.weblogic@ep2mlwas07b> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 26, 2015 at 07:46:00AM +0000, Vivek Kumar Bhagat wrote: > EP-EC562D6B53594479BCA6FC73F17DEE54 > In error condition, td buffer is not freed which can lead > to memory leak. > > Signed-off-by: Vivek Kumar Bhagat > --- > drivers/usb/host/xhci.c | 1 + > 1 file changed, 1 insertion(+) Also, please use scripts/get_maintainer.pl to determine who to send patches to. Hint, I'm not the one for this patch, I can't do anything with it...