From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Tue, 13 Sep 2005 04:05:30 +0000 Subject: Re: [discuss] [patch 2.6.13 (take #2)] swiotlb: BUG() for DMA_NONE in sync_single Message-Id: <200509130605.31104.ak@suse.de> List-Id: References: <09122005104851.31056@bilbo.tuxdriver.com> <20050912202333.GF21820@esmail.cup.hp.com> <20050912234532.GH19644@tuxdriver.com> In-Reply-To: <20050912234532.GH19644@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: discuss@x86-64.org Cc: "John W. Linville" , Grant Grundler , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, tony.luck@intel.com, Asit.K.Mallick@intel.com On Tuesday 13 September 2005 01:45, John W. Linville wrote: > Call BUG() if DMA_NONE is passed-in as direction for sync_single. > Also remove unnecessary checks for DMA_NONE in callers of sync_single. > > Signed-off-by: John W. Linville Hi - your changes look good, but you missed the 2.6.14 merge window now so it'll be all 2.6.15 material. If you think there are any critical bug fixes in there (I didn't there were any) please extract them only. -Andi