From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjhub-0007hR-Ci for qemu-devel@nongnu.org; Tue, 13 Sep 2016 03:13:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjhuX-0005LX-5o for qemu-devel@nongnu.org; Tue, 13 Sep 2016 03:13:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjhuW-0005LM-Vv for qemu-devel@nongnu.org; Tue, 13 Sep 2016 03:13:41 -0400 Message-ID: <1473750817.11547.22.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 13 Sep 2016 09:13:37 +0200 In-Reply-To: <143C0AFC63FC204CB0C55BB88F3A8ABB0187F0D1@EX02.corp.qihoo.net> References: <143C0AFC63FC204CB0C55BB88F3A8ABB0187F0D1@EX02.corp.qihoo.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] usb:xhci:fix memory leak in usb_xhci_exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?=E6=9D=8E=E5=BC=BA?= Cc: "Qemu developers (qemu-devel@nongnu.org)" On Di, 2016-09-13 at 05:22 +0000, =E6=9D=8E=E5=BC=BA wrote: > If the xhci uses msix, it doesn't free the corresponding >=20 > memory, thus leading a memory leak issue. This patch avoid this. Patch looks good but is corrupted: Applying: usb:xhci:fix memory leak in usb_xhci_exit fatal: corrupt patch at line 19 Please send patches using "git send-email" to avoid this. thanks, Gerd