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=-0.9 required=3.0 tests=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 F3A30C433E0 for ; Wed, 20 May 2020 18:26:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CAFEC206C3 for ; Wed, 20 May 2020 18:26:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="X4Dyq5Ze" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726822AbgETS07 (ORCPT ); Wed, 20 May 2020 14:26:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726576AbgETS06 (ORCPT ); Wed, 20 May 2020 14:26:58 -0400 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99388C061A0F for ; Wed, 20 May 2020 11:26:58 -0700 (PDT) Received: by mail-wm1-x342.google.com with SMTP id z72so3928026wmc.2 for ; Wed, 20 May 2020 11:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0Y/fdBR4NjwtQDCcpCctgOyCn9js/D87HSWqbK2WjCk=; b=X4Dyq5Ze9JCoNjG3KsaNqU1dDeKCUMh00Xiz7+8OVNwUiocD0n54uYbDAPqVAc+JPG 2jr4mRkAj3MRIH3H62IPk0SHcRtbUooIhrXZjOW4OXNF4scXgT5ySHRquY+Lgb61+whu mXsmvrHLfNQ3Jh8mB2zUaH1Hmo2Kd1wMnxKJQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0Y/fdBR4NjwtQDCcpCctgOyCn9js/D87HSWqbK2WjCk=; b=G/IAjQ7PmNWWX7IcNplshvBW7CsZ12uXmEtq0uuib6U3V+hoxxfR1EYnbjbHzXLFC6 OyDPFcAeaBsraii6xqaSJCAGxE4Q2hsHCN+r68JYIYktsCwDiqF3wpE/CDbj3+cpTn44 LvfhpLDxnNbil3Vl7CIMUnO/jho0mE8jgZ4hsSiGw40FRRGNRB4FK9gDUyME4de7WaVM A0RqO9Zl2ZS/cC/wwkFI9DAK7YWW4A5FJLLAPu/xOR8gOJ0v6WN8ia5maXFaH+ku5FCa LYq5rRwhar1eO9Qae0ryB+XUDuKF6bm4HUaBYh1lH4UNLGI4n4CadR4ZJXayBh5LpC5l AEzA== X-Gm-Message-State: AOAM531ZQ97xuXADr4el3mcvplOGbrxKBdzpuGKB1GP8hr7mbHbwafQO 1qKtq7UqsvhzDXEbVl7m21ILqNamxtRtu8Su6mkwHA== X-Google-Smtp-Source: ABdhPJyKeMi9gaTkOXDaBSgAZ5jBfQr9fDEE+1qJ1e9vX2WhhGVEmL6fshDM82dD1DyIM9MqcUXl+6DgXk1CBF0SP+Y= X-Received: by 2002:a1c:7305:: with SMTP id d5mr5874355wmb.85.1589999217222; Wed, 20 May 2020 11:26:57 -0700 (PDT) MIME-Version: 1.0 References: <20200519203419.12369-1-james.quinlan@broadcom.com> <20200519203419.12369-10-james.quinlan@broadcom.com> <20200520174216.GA11770@lst.de> In-Reply-To: <20200520174216.GA11770@lst.de> From: Jim Quinlan Date: Wed, 20 May 2020 14:26:43 -0400 Message-ID: Subject: Re: [PATCH 09/15] device core: Add ability to handle multiple dma offsets To: Christoph Hellwig Cc: Nicolas Saenz Julienne , Rob Herring , Frank Rowand , Marek Szyprowski , Robin Murphy , Greg Kroah-Hartman , Suzuki K Poulose , Saravana Kannan , Heikki Krogerus , "Rafael J. Wysocki" , Dan Williams , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" , open list , "open list:DMA MAPPING HELPERS" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry, I meant to put you on the to-list for all patches. The last time I sent out this many patches using a collective cc-list for all patches I was told to reduce my cc-list. Jim On Wed, May 20, 2020 at 1:42 PM Christoph Hellwig wrote: > > If you don't Cc me on the whole series I have absolutely no way to > review it. Don't ever do these stupid partial Ccs as they cause nothing > but pain. 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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 8F4C1C433DF for ; Wed, 20 May 2020 18:27:03 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1A1AD20671 for ; Wed, 20 May 2020 18:27:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="X4Dyq5Ze" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1A1AD20671 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lists.linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E483387C0D; Wed, 20 May 2020 18:27:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P2ZOaQuL3Jqy; Wed, 20 May 2020 18:27:02 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 6C49B87C09; Wed, 20 May 2020 18:27:02 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 27703C088A; Wed, 20 May 2020 18:27:02 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3680CC0176 for ; Wed, 20 May 2020 18:27:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2123522744 for ; Wed, 20 May 2020 18:27:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ITKTmEYt8cX7 for ; Wed, 20 May 2020 18:26:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by silver.osuosl.org (Postfix) with ESMTPS id DB665203D5 for ; Wed, 20 May 2020 18:26:58 +0000 (UTC) Received: by mail-wm1-f68.google.com with SMTP id w64so3904339wmg.4 for ; Wed, 20 May 2020 11:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0Y/fdBR4NjwtQDCcpCctgOyCn9js/D87HSWqbK2WjCk=; b=X4Dyq5Ze9JCoNjG3KsaNqU1dDeKCUMh00Xiz7+8OVNwUiocD0n54uYbDAPqVAc+JPG 2jr4mRkAj3MRIH3H62IPk0SHcRtbUooIhrXZjOW4OXNF4scXgT5ySHRquY+Lgb61+whu mXsmvrHLfNQ3Jh8mB2zUaH1Hmo2Kd1wMnxKJQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0Y/fdBR4NjwtQDCcpCctgOyCn9js/D87HSWqbK2WjCk=; b=XcwQFN81sXVwoZsOViftoYz3CcR/DrHlhDzQ5Xnw6tHaeddHLb/tYt6dszyQk4YlKo jwoGwnaKuxRG6Xz3ixjON11d1sqGLZVDS+HfBc+p9ZI81Z2nlnJVuZWWIXRrjPny9EtI 75j+Q+Lh+YLcWOxBbOxSGbtu6tfw9s4cLQSh9IcGvZwSvBmqyRkkIOI+aj27XVbxi2xg P3s48cx9bz/gsvSmGiTE1/JqUiPz3L/CiCivwA8o2Ou0kIphK7+pz2PUTe7FkfrGsf3X iD6TJLxLgahsjQFkhRLFQFIEZC6gNWKmqNhX5d/7VYkbTevZ4C+TQn1cXeOASrpbhGG4 EA2Q== X-Gm-Message-State: AOAM533+AH3RiuEJkuPvxjkii1300K6lIHcB3uzqleiIy1tOn7lGGDXa A1MVYVi96yObgYhP9OO43g2S+k+ZvKhRSNIWa+/hXg== X-Google-Smtp-Source: ABdhPJyKeMi9gaTkOXDaBSgAZ5jBfQr9fDEE+1qJ1e9vX2WhhGVEmL6fshDM82dD1DyIM9MqcUXl+6DgXk1CBF0SP+Y= X-Received: by 2002:a1c:7305:: with SMTP id d5mr5874355wmb.85.1589999217222; Wed, 20 May 2020 11:26:57 -0700 (PDT) MIME-Version: 1.0 References: <20200519203419.12369-1-james.quinlan@broadcom.com> <20200519203419.12369-10-james.quinlan@broadcom.com> <20200520174216.GA11770@lst.de> In-Reply-To: <20200520174216.GA11770@lst.de> Date: Wed, 20 May 2020 14:26:43 -0400 Message-ID: Subject: Re: [PATCH 09/15] device core: Add ability to handle multiple dma offsets To: Christoph Hellwig Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" , Heikki Krogerus , Saravana Kannan , Suzuki K Poulose , Frank Rowand , "Rafael J. Wysocki" , open list , "open list:DMA MAPPING HELPERS" , Rob Herring , Greg Kroah-Hartman , Dan Williams , Robin Murphy , Nicolas Saenz Julienne X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jim Quinlan via iommu Reply-To: Jim Quinlan Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Sorry, I meant to put you on the to-list for all patches. The last time I sent out this many patches using a collective cc-list for all patches I was told to reduce my cc-list. Jim On Wed, May 20, 2020 at 1:42 PM Christoph Hellwig wrote: > > If you don't Cc me on the whole series I have absolutely no way to > review it. Don't ever do these stupid partial Ccs as they cause nothing > but pain. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu