Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759144Ab0DHVYi (ORCPT ); Thu, 8 Apr 2010 17:24:38 -0400 Received: from smtp-out002.kontent.com ([81.88.40.216]:40497 "EHLO smtp-out002.kontent.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759123Ab0DHVYe (ORCPT ); Thu, 8 Apr 2010 17:24:34 -0400 From: Oliver Neukum To: Alan Stern Subject: Re: USB transfer_buffer allocations on 64bit systems Date: Thu, 8 Apr 2010 23:24:31 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34-rc3-0.1-default; KDE/4.3.5; x86_64; ; ) Cc: Daniel Mack , linux-kernel@vger.kernel.org, Pedro Ribeiro , akpm@linux-foundation.org, Greg KH , alsa-devel@alsa-project.org, linux-usb@vger.kernel.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004082324.31481.oliver@neukum.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 27 Am Donnerstag, 8. April 2010 18:59:38 schrieb Alan Stern: > On Thu, 8 Apr 2010, Oliver Neukum wrote: > > > Am Mittwoch, 7. April 2010 17:46:17 schrieb Alan Stern: > > > Or alternatively, instead of allocating regular memory the routine > > > could simply fail. Then the caller would be responsible for checking > > > and using regular memory instead of dma-consistent memory. Of course, > > > that would put an even larger burden on the caller than just forcing it > > > to keep track of what flag to use. > > > > Then it would be sensible to pass it a filled URB, modify it or return > > an error code. > > That would work, but it doesn't match the way existing drivers use the > interface. For example, the audio driver allocates a 16-byte coherent > buffer and then uses four bytes from it for each of four different > URBs. That will not work with any fallback that does not yield a coherent buffer. Regards Oliver -- 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/