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 8B0F2C433DF for ; Wed, 14 Oct 2020 12:57:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40894208B3 for ; Wed, 14 Oct 2020 12:57:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730924AbgJNM5K (ORCPT ); Wed, 14 Oct 2020 08:57:10 -0400 Received: from 8bytes.org ([81.169.241.247]:50314 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726484AbgJNM5J (ORCPT ); Wed, 14 Oct 2020 08:57:09 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 6799CD20; Wed, 14 Oct 2020 14:57:08 +0200 (CEST) Date: Wed, 14 Oct 2020 14:57:05 +0200 From: Joerg Roedel To: Lu Baolu Cc: Bartosz Golaszewski , David Woodhouse , iommu@lists.linux-foundation.org, Linux Kernel Mailing List , Bartosz Golaszewski Subject: Re: [PATCH next] iommu: intel: don't dereference iommu_device if IOMMU_API is not built Message-ID: <20201014125704.GB3635@8bytes.org> References: <20201013073055.11262-1-brgl@bgdev.pl> 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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 14, 2020 at 03:25:08PM +0800, Lu Baolu wrote: > I suppose Joerg will pick this up. I guess you don't need to resend it > unless Joerg asks you to do. Yes, will pick this up soon, no need to re-send. Thanks, Joerg