Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp155306pxb; Thu, 30 Sep 2021 03:17:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxJwsP0vudscWF0SErk+BLS5dZ81z4m0qw7al4RrmW7bdzWyF7s6f1xCcpTBV09VYW+/HRo X-Received: by 2002:a05:6a00:807:b0:44b:586b:8edb with SMTP id m7-20020a056a00080700b0044b586b8edbmr3436852pfk.9.1632997028300; Thu, 30 Sep 2021 03:17:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632997028; cv=none; d=google.com; s=arc-20160816; b=DyCUkGs6pDUJqBsXg9xNmIRrfPNxWzUFI1b+RgxJIEUDlkoXp/2zpqmsN7UBvMcDs7 j49myw//BJJJ+RKtHqftm4oTcA7Ne4EsCSwO+2JBkl3kBuAcnR/i/cGmZPHLznChOHRE nngVd9aPQ6mE78Xp4RNFeFEuNJSa6kq6JwyEmKessIIO5isIivsBZSCuohtiEWsTQTiN gNIlJnZwKTGbX3WQUU2o9B3+T5Q+R9ANZ7vwbWQlJz5TkKiJ09dV7/69ffdiJAcv3QXf lICjbnq2h27K4fXlLrNPsEnAKI9SbpyO6JqrWxrDGUBcP55sM+LYD6Mt/MCzfr+WVmbm v3iw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=8uWamhw6iTbj9LQj2X6AKZfDxoRr1inHFWyoAvH7+pE=; b=M7LLOt+ZZuwll4DmGuJufeLUbvdWD3kL/j/IQI8wAtSEQcqOaSbrm+vfIWM7BlTN07 KF0m+AA58t7A7r2QJLK7LxeycdHjQOzEH9U9mT/mmqfihGHtC1PP3W0lnpBvHaxFi1D3 7K2Fp67UI5aPksjxhi0S80oDRlH1ZlNNiGE8RamzG3zCaYUrJ2VUUP/2xMAXZsfcJW74 9QuH1iF7cFxPu3qn90EofP8buB9mWkWacAtxo5WBbIO/ti8/GkwLFViM0ilfj38nwL4Y 4vXXqrvbJJ7khcCwm2ZJisVYvqL7NKFB2/eZcJR+2V5YgJEPqGLO+GRpkiNERIk3POiB OKJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j1si3033609plr.27.2021.09.30.03.16.30; Thu, 30 Sep 2021 03:17:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349833AbhI3KQu (ORCPT + 99 others); Thu, 30 Sep 2021 06:16:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349814AbhI3KQu (ORCPT ); Thu, 30 Sep 2021 06:16:50 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69B50C06176A; Thu, 30 Sep 2021 03:15:07 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id D77342DE; Thu, 30 Sep 2021 12:15:04 +0200 (CEST) Date: Thu, 30 Sep 2021 12:14:47 +0200 From: Joerg Roedel To: David Stevens Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tags need some work in the iommu tree Message-ID: References: <20210930083201.16636e24@canb.auug.org.au> 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-kernel@vger.kernel.org On Thu, Sep 30, 2021 at 09:36:32AM +0900, David Stevens wrote: > On Thu, Sep 30, 2021 at 7:32 AM Stephen Rothwell wrote: > > > > Hi all, > > > > In commits > > > > 06e620345d54 ("iommu/dma: Fix arch_sync_dma for map") > > 08ae5d4a1ae9 ("iommu/dma: Fix sync_sg with swiotlb") > > It looks like the Fixes messages got rewritten along with the tags in > the subject lines. Yeah, I edited the commit message so that the subject lines match the IOMMU tree format. Apparently I changed the fixes tags by accident too, will fix this up. Regards, Joerg