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 97DB1C76195 for ; Mon, 20 Mar 2023 18:27:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231371AbjCTS1Y (ORCPT ); Mon, 20 Mar 2023 14:27:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231376AbjCTS1F (ORCPT ); Mon, 20 Mar 2023 14:27:05 -0400 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14D18193C1 for ; Mon, 20 Mar 2023 11:19:59 -0700 (PDT) Received: by mail-ed1-x534.google.com with SMTP id o12so50355216edb.9 for ; Mon, 20 Mar 2023 11:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679336388; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=4yzAtbjstrZsUjwjpCw/bfjEIUoFPHmyawonL0u7Vnw=; b=ANETRw6VcPN8s7WEVSeoInImC6YG854DnxRHzElZcb2lgYa+1x/0GtrJSycpnMLEsq I1G05dTfuaFibZZ6PLiicxYrBEQ8+t6MdhDdgRmdpWgeK0XyalhSw7iXjR1mLE/w0oRy MZyQ55cf/hxlrg8z8KNX/IHMqbCjMxRSrwqHgOyyQm0WLYhGpi5pc1t/Up2HaQTVGX2+ 1E0jotyqpAoJCVWmhTaxZZNSkDJXwTBJLd95jnqalu3s6P6QwfLqBAFqDAr+ShX9K1p5 Li/5qhxgiLa75Sz/bYhWt6/Mg7giiYdktzdUYBBs6SEGcu/IJX6/NeKgAjoQPUwKl7Ag x2KA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679336388; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=4yzAtbjstrZsUjwjpCw/bfjEIUoFPHmyawonL0u7Vnw=; b=PTiKmqAewSNyccDmwJasyoL8kick2tVetMa2uCGmA1TUOZP4ollvSzW92XM3GqaMoy PpF7uL9FEEGndotGiRpk95Qyurjl7VVuRsSVNv1hcGhOqEyFzCFhTu2kGcviY5yHio6k Pq4IEL238Ny8f3n0rFYw/9VLDGPkE0+L7J1sGR8tdvhxZxDe5cTKRgf05mQuSi2jeM0h HAHdy7CWhCasZouLWs7aNJlIH4ooemamEMVI5cg/GRzX8+u302I34ABKa25TM0J3ymOV 2wNoqfCRZ1pOdKuuIcANKCdbJ7BxzFiYKNivOvOSdSMD8bEqO7LxEDghjVJf3yvrm32+ k6Ug== X-Gm-Message-State: AO0yUKU3kYkDBSUtQTiOVcS9j6bkHkdoR2S3/vrRAUYIuQTP68tvFgKy WrG6omCIUEx5xVKBZH/yoOcEFA== X-Google-Smtp-Source: AK7set9xAfo43i63Uq0DS6R9gBuA0Ce77YCStFPMj2hTG6DUCRrm5bRlcvH59L6TzpbWGMa4pcLOJQ== X-Received: by 2002:a17:906:2b0a:b0:92f:efdc:610e with SMTP id a10-20020a1709062b0a00b0092fefdc610emr9657574ejg.66.1679336388438; Mon, 20 Mar 2023 11:19:48 -0700 (PDT) Received: from myrica (054592b0.skybroadband.com. [5.69.146.176]) by smtp.gmail.com with ESMTPSA id b4-20020a17090630c400b0092b5384d6desm4722243ejb.153.2023.03.20.11.19.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 11:19:48 -0700 (PDT) Date: Mon, 20 Mar 2023 18:19:50 +0000 From: Jean-Philippe Brucker To: "Rafael J. Wysocki" Cc: eric.auger@redhat.com, lenb@kernel.org, linux-acpi@vger.kernel.org, iommu@lists.linux.dev, Linux PCI , Bjorn Helgaas Subject: Re: [PATCH] ACPI: VIOT: Initialize the correct IOMMU fwspec Message-ID: <20230320181950.GA168730@myrica> References: <20230314164416.2219829-1-jean-philippe@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Mar 20, 2023 at 06:41:09PM +0100, Rafael J. Wysocki wrote: > This should have been posted with a CC to linux-pci really (now added). > > I would recommend resending afresh with linux-pci in the CC list, so > that the people on it don't miss this. Sure, I resent it with the PCI list https://lore.kernel.org/linux-pci/20230320180528.281755-1-jean-philippe@linaro.org/ Thanks, Jean