Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756937Ab1EKXIM (ORCPT ); Wed, 11 May 2011 19:08:12 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:58945 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756635Ab1EKXII convert rfc822-to-8bit (ORCPT ); Wed, 11 May 2011 19:08:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NZs15r9YgHJIhDbuGK5SX6Cf9EsYHApETNsvPLOZeiKu1AL9WyMlDxQ/X4TtwQvKt/ UtTDPc0+m5gRq9pjFhwbhi/MqfGFhm+3AvsaXkOEPEXc3aso2QsJJefGgrPrD8fBQv+j 2s7ibXPMKh3SDgkV2+1zjLnOkM31wNfkoqK3I= MIME-Version: 1.0 In-Reply-To: <20110511211401.GC4893@kroah.com> References: <20110511211401.GC4893@kroah.com> Date: Wed, 11 May 2011 16:08:07 -0700 Message-ID: Subject: Re: [PATCH 00/12] staging: usbip: miscellaneous code cleanup From: matt mooney To: Greg KH Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1885 Lines: 51 On Wed, May 11, 2011 at 2:14 PM, Greg KH wrote: > On Wed, May 11, 2011 at 01:54:12AM -0700, matt mooney wrote: >> Hi Greg, >> >> I am interested in hearing your thoughts on the userspace interface? > > Which one? ?The user/kernel interface? Yes. > >> Even as is, it definitely needs some work. For one thing I was thinking >> of removing the debug flag from userspace. The userspace utilites are >> not using it anyway, and it is not 100% working yet. > > I haven't looked at the interface much yet, what is your issue with the > debug flag? I guess it just added a lot of code (most was actually eliminated in the pr_*() change), is not complete, and is inconsistently used. But I see that it would be helpful especially due to the amount of debug messages printed by default. So ignore that complaint. > To make things easier, and allow you to be able to change the userspace > interface, I suggest moving the userspace code into the kernel tree, and > building it here. ?That would allow you to move forward with changing > things easier, doing it all in one place allows you to keep stuff in > sync, and provides people an easier way to actually get the needed tools > to drive the code. > > What do you think about doing that? Sure, I didn't even know that was an option. How do you propose that is done though? > I've applied a number of these patches, care to respin the others and > resend them based on my latest tree? Okay, I will do that. I noticed some were missed but that may be because they depended on a few of the unapplied ones anyway, so I will also resend those as well. -- GPG-Key: 9AFE00EA -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/