From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01131C433EF for ; Thu, 7 Jul 2022 08:11:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235302AbiGGILY (ORCPT ); Thu, 7 Jul 2022 04:11:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235058AbiGGIKt (ORCPT ); Thu, 7 Jul 2022 04:10:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8105D3B1; Thu, 7 Jul 2022 01:09:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 211DE61F51; Thu, 7 Jul 2022 08:09:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 037BBC341CF; Thu, 7 Jul 2022 08:09:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657181369; bh=vpVtewxY4/wedaaT/1GGlBycY026cAD5naxa3pWaPTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bQhnK1KEzTmujTim2Q65duWMHpbCJ8Q+cLzs5MTsotRv47C2S75HDOMqlA5bbdgNf 9LldUwMLIkTu+1uPVuGuJV09KvApakAEP6ZEqgu7wJvwfF0nBkcxm/ai2J4a4MzSbt HJ83dnFP6ZpSzzj8RExcazmKgov7BlI8E9PaLcW8= Date: Thu, 7 Jul 2022 10:09:27 +0200 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Russell King , Arnd Bergmann , Linus Walleij , Andre Przywara , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Alan Stern , Laurentiu Tudor , Marek Szyprowski , Robin Murphy , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Linus Torvalds Subject: Re: fully convert arm to use dma-direct v3 Message-ID: References: <20220614092047.572235-1-hch@lst.de> <20220629062837.GA17140@lst.de> <20220707045840.GA12672@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220707045840.GA12672@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 07, 2022 at 06:58:40AM +0200, Christoph Hellwig wrote: > On Wed, Jun 29, 2022 at 08:41:32AM +0200, Greg Kroah-Hartman wrote: > > On Wed, Jun 29, 2022 at 08:28:37AM +0200, Christoph Hellwig wrote: > > > Any comments or additional testing? It would be really great to get > > > this off the table. > > > > For the USB bits: > > > > Acked-by: Greg Kroah-Hartman > > So given that we're not making any progress on getting anyone interested > on the series, I'm tempted to just pull it into the dma-mapping tree > this weekend so that we'll finally have all architectures using the > common code. > > Anyone who has real concerns, please scream now. Sounds like a good plan to me, pull it in and let's see if anyone even notices.