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.5 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 AEEB4C433E1 for ; Wed, 22 Jul 2020 15:39:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 95F20206F5 for ; Wed, 22 Jul 2020 15:39:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732897AbgGVPjO (ORCPT ); Wed, 22 Jul 2020 11:39:14 -0400 Received: from 8bytes.org ([81.169.241.247]:58750 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727985AbgGVPjN (ORCPT ); Wed, 22 Jul 2020 11:39:13 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id D1DC941A; Wed, 22 Jul 2020 17:39:11 +0200 (CEST) Date: Wed, 22 Jul 2020 17:39:10 +0200 From: Joerg Roedel To: Rob Clark Cc: Naresh Kamboju , "list@263.net:IOMMU DRIVERS , Joerg Roedel ," , linux-arm-msm , Robin Murphy , Rob Clark , Andy Gross , Bjorn Andersson , open list , Arnd Bergmann , lkft-triage@lists.linaro.org Subject: Re: [PATCH] iommu/qcom: Use domain rather than dev as tlb cookie Message-ID: <20200722153910.GM27672@8bytes.org> References: <20200720155217.274994-1-robdclark@gmail.com> <20200722131009.GD27672@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 22, 2020 at 07:54:40AM -0700, Rob Clark wrote: > On Wed, Jul 22, 2020 at 6:10 AM Joerg Roedel wrote: > > Is this needed for v5.8/stable? A fixes tag would be great too. > > looks like, yes: > > Fixes: 09b5dfff9ad6 ("iommu/qcom: Use accessor functions for iommu > private data") Thanks, applied to fixes branch.