From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753675AbcB2Jit (ORCPT ); Mon, 29 Feb 2016 04:38:49 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:35724 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752507AbcB2Jip (ORCPT ); Mon, 29 Feb 2016 04:38:45 -0500 Date: Mon, 29 Feb 2016 10:38:50 +0100 From: Johan Hovold To: Mathieu OTHACEHE Cc: Johan Hovold , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v2 1/4] USB: mxu11x0: fix memory leak on usb_serial private data Message-ID: <20160229093850.GA26559@localhost> References: <1451933379-21994-1-git-send-email-m.othacehe@gmail.com> <1451933379-21994-2-git-send-email-m.othacehe@gmail.com> <20160125120159.GI3163@localhost> <20160130174030.GA16025@gmail.com> <20160228122016.GB10265@localhost> <20160228163054.GA6002@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160228163054.GA6002@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 28, 2016 at 05:30:54PM +0100, Mathieu OTHACEHE wrote: > On Sun, Feb 28, 2016 at 01:20:16PM +0100, Johan Hovold wrote: > So, I could post a patch serie : > > 1. Removing mxu11x0 driver > 2. Patching ti_usb_3410_5052 > 3. Cleaning up ti_usb_3410_5052 the same as we cleaned-up mxu11x0 Please do. If we could bring ti_usb_3410_5052 to the same state as mxu11x0 is today that's be great. > Btw, no response of TI or MOXA about the double opening stuff. Never mind that for now. Moxa apparently just copied the TI driver and ran search and replace on the symbol prefixes. I assume they won't have an answer. Thanks, Johan