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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 6F0D5C433DB for ; Fri, 26 Feb 2021 08:11:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C4FA64EDB for ; Fri, 26 Feb 2021 08:11:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229751AbhBZILB (ORCPT ); Fri, 26 Feb 2021 03:11:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:49104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbhBZILB (ORCPT ); Fri, 26 Feb 2021 03:11:01 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4BADC64DA1; Fri, 26 Feb 2021 08:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614327020; bh=TvA7vyiVM0bLyF5Qq7ZBe/zg0912yztcwGaKAYOb5DQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E3/pTLdyC+GnmDDu9XKthk5PkL6vXstIFJRH6B06uXfLdeKk/ynJe4Np/unppkAnx MOHcXewAScAzn8XT8gLa/OqgF7xBaCw7Rd14DbsySeOj2AB/3+89zmrj1J5ZbbjUPf R4P+EkU0oSMhpGOwG64F0PaRQgzw1F3rThcXIi90= Date: Fri, 26 Feb 2021 09:10:18 +0100 From: Greg KH To: Thomas Zimmermann Cc: daniel@ffwll.ch, airlied@linux.ie, maarten.lankhorst@linux.intel.com, mripard@kernel.org, sumit.semwal@linaro.org, christian.koenig@amd.com, hdegoede@redhat.com, sean@poorly.run, noralf@tronnes.org, stern@rowland.harvard.edu, stable@vger.kernel.org, dri-devel@lists.freedesktop.org, Christoph Hellwig Subject: Re: [PATCH v4] drm: Use USB controller's DMA mask when importing dmabufs Message-ID: References: <20210224092304.29932-1-tzimmermann@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Feb 26, 2021 at 08:59:50AM +0100, Thomas Zimmermann wrote: > Greg, do you have comments on this patch? I'll defer to Alan's comments so far, I would like to see that addressed. thanks, greg k-h