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=-6.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY autolearn=unavailable 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 95FD3C433E2 for ; Sun, 19 Jul 2020 20:00:08 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 5E3AE22CA0 for ; Sun, 19 Jul 2020 20:00:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eTaadjjG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E3AE22CA0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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 fraxinus.osuosl.org (Postfix) with ESMTP id 2CD6385593; Sun, 19 Jul 2020 20:00:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IvrQwsJcFJY4; Sun, 19 Jul 2020 20:00:06 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3E161855C6; Sun, 19 Jul 2020 20:00:06 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 20995C0890; Sun, 19 Jul 2020 20:00:06 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id D916BC016F for ; Sun, 19 Jul 2020 20:00:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C5FBC8798B for ; Sun, 19 Jul 2020 20:00:04 +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 NwN19yRlxmL9 for ; Sun, 19 Jul 2020 20:00:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id 521478795A for ; Sun, 19 Jul 2020 20:00:04 +0000 (UTC) Subject: Re: [GIT PULL] dma-mapping fixes for 5.8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595188804; bh=sDRG+fVR6j+7eboD4k0GBrVcJ8Hk3QdCEDsLb/zqQEg=; h=From:In-Reply-To:References:Date:To:Cc:From; b=eTaadjjG6soKoa0BnfgfFAm3WFaqBYmWBW9mhU1AIpQr8wWNLsQgxIeZLaQEJidaU gptWR1dtJo4JpUlh8qSuDczcKZ7a79Se3ynPaU0L8rP/zndJ6m890lEkccpZ8mtiea aEZ8CT5+ZrYcIditl2r/f19XLHA2+lHyT1TWZheQ= From: pr-tracker-bot@kernel.org In-Reply-To: <20200719073927.GA114439@infradead.org> References: <20200719073927.GA114439@infradead.org> X-PR-Tracked-List-Id: X-PR-Tracked-Message-Id: <20200719073927.GA114439@infradead.org> X-PR-Tracked-Remote: git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.8-6 X-PR-Tracked-Commit-Id: d9765e41d8e9ea2251bf73735a2895c8bad546fc X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: 8c18fc6344568bdc131436be0345d82da512bfef Message-Id: <159518880407.26827.13297417674901017597.pr-tracker-bot@kernel.org> Date: Sun, 19 Jul 2020 20:00:04 +0000 To: Christoph Hellwig Cc: iommu@lists.linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" The pull request you sent on Sun, 19 Jul 2020 09:39:27 +0200: > git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.8-6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8c18fc6344568bdc131436be0345d82da512bfef Thank you! -- Deet-doot-dot, I am a bot. https://korg.wiki.kernel.org/userdoc/prtracker _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu