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 488BCC10F1A for ; Tue, 7 May 2024 09:35:36 +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=1qkXEu6ekYpi9DZZqVJgE8Zr8PxUpdPRR2J043JnONY=; b=UMHSUjiVMMr4Vb qdIQ9Wvxc8SGXs0ejgjm5GAFMBzqHxi5yjggfygcsMyuBzRZgpTIe1wk7sfA8/d24LTax8ULh0MvN 7W9QlDhm0Kdam6uhYZ8VNeWa1qcC+/HJ4us7TOW/+mfPqaqu+oBKfWDsapxTuJXK/hh/KWFnvacHk MwSDSRhZA+iJmy5ZXw/W+KJZSUj5oAqyQxeDtbA229LsUe4I5Mn+hmFmvxHQVog+d02YqFgD2iBOw U/2LRhvWVJ1Rh0R+OsLOBIVgD0jvbJ4HuDTkFH2/uoqOXqhpYh4+NhhrcR4RuiQQZqdVypsoaN3X0 Pp3R4AqsfYJ/Q8MmKvRg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4HEM-0000000AK9s-0mWX; Tue, 07 May 2024 09:35:26 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4HEJ-0000000AK8W-3Kwl for linux-arm-kernel@lists.infradead.org; Tue, 07 May 2024 09:35:24 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 982BA614EF; Tue, 7 May 2024 09:35:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 246F4C2BBFC; Tue, 7 May 2024 09:35:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715074522; bh=bIH6BSYqaydiAyF2D3DjIJkcTCqZTJxrCYi7Z04Qct4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Afrcw81YpBkwYWw7cDMm1PGEdNaZfAUo8URijH796dtq/rXwVrfhRg/LfjPb5MtiE rfst5//YGc3HUxoEfRaz0+DerBUEz2pwmSJTM92zof/mzGlOyKhncEQNL1eYb76m7d J6BRx27vOOKBTIaUbvhndLCCZldYc+s9LCTeAbY/3lf9XoGIpWuuzuPIns2t3yV7iI 5i2s8wDxi2xLrIETo3TDmY3Mpd8nx9Da1+PBepwYrwZtK3a/FazOML1Pctb5pU7gTS xHV04bFHU3jwxEPHNrMAQNSbOnBfyo/SrILZ9m6LGv3/hF7rnWugxM7fyBICYvo339 SnRSmxhtqJuLg== Date: Tue, 7 May 2024 10:35:17 +0100 From: Will Deacon To: Joerg Roedel Cc: iommu@lists.linux.dev, 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 6.10 Message-ID: <20240507093517.GA22060@willie-the-truck> References: <20240503111037.GA17940@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240507_023523_901790_EB2F56F4 X-CRM114-Status: UNSURE ( 9.54 ) 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 Fri, May 03, 2024 at 03:21:21PM +0200, Joerg Roedel wrote: > On Fri, May 03, 2024 at 12:10:37PM +0100, Will Deacon wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates > > Pulled, thanks Will. > > Pushing might take some time, as I temprarily lost access to my > compile-test machine. I can see 'em in linux-next now, so looks like it worked out. Thanks! Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel