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 0122FC433F5 for ; Fri, 17 Dec 2021 08:03:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233366AbhLQIDR (ORCPT ); Fri, 17 Dec 2021 03:03:17 -0500 Received: from 8bytes.org ([81.169.241.247]:48296 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233035AbhLQIDQ (ORCPT ); Fri, 17 Dec 2021 03:03:16 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id C560436D; Fri, 17 Dec 2021 09:03:13 +0100 (CET) Date: Fri, 17 Dec 2021 09:03:08 +0100 From: Joerg Roedel To: Will Deacon Cc: iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com, kernel-team@android.com Subject: Re: [GIT PULL] iommu/arm-smmu: Updates for 5.17 Message-ID: References: <20211215112124.GC16765@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211215112124.GC16765@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 15, 2021 at 11:21:24AM +0000, Will Deacon wrote: > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates Pulled, thanks Will. 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 smtp2.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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5EF45C433F5 for ; Fri, 17 Dec 2021 08:03:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E0EA640B82; Fri, 17 Dec 2021 08:03:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cFMNaTBk_oem; Fri, 17 Dec 2021 08:03:20 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id 5E89240B86; Fri, 17 Dec 2021 08:03:20 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1E36FC001E; Fri, 17 Dec 2021 08:03:20 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 622E0C0012 for ; Fri, 17 Dec 2021 08:03:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 40A8E83F13 for ; Fri, 17 Dec 2021 08:03:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tWtyDmIvsM9k for ; Fri, 17 Dec 2021 08:03:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by smtp1.osuosl.org (Postfix) with ESMTPS id 848DD83E94 for ; Fri, 17 Dec 2021 08:03:17 +0000 (UTC) Received: by theia.8bytes.org (Postfix, from userid 1000) id C560436D; Fri, 17 Dec 2021 09:03:13 +0100 (CET) Date: Fri, 17 Dec 2021 09:03:08 +0100 From: Joerg Roedel To: Will Deacon Subject: Re: [GIT PULL] iommu/arm-smmu: Updates for 5.17 Message-ID: References: <20211215112124.GC16765@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211215112124.GC16765@willie-the-truck> Cc: kernel-team@android.com, iommu@lists.linux-foundation.org, robin.murphy@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Wed, Dec 15, 2021 at 11:21:24AM +0000, Will Deacon wrote: > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates Pulled, thanks Will. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3837FC433EF for ; Fri, 17 Dec 2021 08:04:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8+/YuVG7NzRkV5nOHItTJAeVLnCUi+5PrHTnDjy5/1U=; b=GUFx9h/yRPKbNy eopgtvo2/JWyG/V1i6uHULqa9osChhK4BEEwE0mMuMujyuWkFuJ5NGb+bjCmR+bxWazA5/NAXnqUU icf/xCtMG+ODw1x4nuZz7QT0FHOu8TkvIm7NzLzn7lJpx37hzZTjR15ymkLxdlbsj8vEip8tPUcYz zGflu8kKKEyl3m0O+2KyhFiaWGbao9/32jqGbVcAXonukn4uhLd8THdYqAOP+aGuacbgLPWkevsVA Kzk2ua8kk0gddRifuMU3O3BYfzp2upyGUmCKdek2oqxWluY20phAjzp1vjI+ga8qA7FKRl3KSDA2a 2ptocJpqwCr1ag4Gk+IA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1my8D3-008xWq-GI; Fri, 17 Dec 2021 08:03:21 +0000 Received: from 8bytes.org ([2a01:238:4383:600:38bc:a715:4b6d:a889] helo=theia.8bytes.org) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1my8D0-008xVP-It for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 08:03:19 +0000 Received: by theia.8bytes.org (Postfix, from userid 1000) id C560436D; Fri, 17 Dec 2021 09:03:13 +0100 (CET) Date: Fri, 17 Dec 2021 09:03:08 +0100 From: Joerg Roedel To: Will Deacon Cc: iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com, kernel-team@android.com Subject: Re: [GIT PULL] iommu/arm-smmu: Updates for 5.17 Message-ID: References: <20211215112124.GC16765@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211215112124.GC16765@willie-the-truck> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_000318_815378_2C728434 X-CRM114-Status: UNSURE ( 5.64 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Dec 15, 2021 at 11:21:24AM +0000, Will Deacon wrote: > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates Pulled, thanks Will. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel