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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 230A4C433E9 for ; Thu, 18 Feb 2021 17:54:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D159F64EB6 for ; Thu, 18 Feb 2021 17:54:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234839AbhBRRyI (ORCPT ); Thu, 18 Feb 2021 12:54:08 -0500 Received: from verein.lst.de ([213.95.11.211]:48668 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230401AbhBRPJY (ORCPT ); Thu, 18 Feb 2021 10:09:24 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id D486D68D07; Thu, 18 Feb 2021 16:07:46 +0100 (CET) Date: Thu, 18 Feb 2021 16:07:46 +0100 From: Christoph Hellwig To: Thomas Zimmermann Cc: hch@lst.de, Greg KH , Daniel Vetter , David Airlie , dri-devel , USB list , Linux Kernel Mailing List Subject: Re: Regression: 6eb0233ec2d0 ("usb: don't inherity DMA properties for USB devices") Message-ID: <20210218150746.GA18220@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 18, 2021 at 03:56:00PM +0100, Thomas Zimmermann wrote: > I only have udl devices, but I expect that other DRM USB adapters are also > affected. Find where the driver calls dma_map_* itself instead of using the USB wrappers and fix that..