From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752254AbcAFAMK (ORCPT ); Tue, 5 Jan 2016 19:12:10 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49831 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598AbcAFAMI (ORCPT ); Tue, 5 Jan 2016 19:12:08 -0500 Date: Tue, 5 Jan 2016 16:11:43 -0800 From: Greg Kroah-Hartman To: "Steinar H. Gunderson" Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stern@rowland.harvard.edu Subject: Re: [PATCH] Add support for usbfs zerocopy. Message-ID: <20160106001143.GA1171@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Thu, Nov 26, 2015 at 01:19:13AM +0100, Steinar H. Gunderson wrote: > Add a new interface for userspace to preallocate memory that can be > used with usbfs. This gives two primary benefits: Please 'version' your patches, so that I have a chance to figure out what patch is what, and what changed between patches. otherwise the odds of me picking the "wrong" one is _very_ high... thanks, greg k-h