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 1D188C001B0 for ; Mon, 7 Aug 2023 12:34:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231516AbjHGMeX (ORCPT ); Mon, 7 Aug 2023 08:34:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230054AbjHGMeW (ORCPT ); Mon, 7 Aug 2023 08:34:22 -0400 X-Greylist: delayed 490 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 07 Aug 2023 05:34:21 PDT Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9EF1F10D9 for ; Mon, 7 Aug 2023 05:34:21 -0700 (PDT) Received: from 8bytes.org (pd9fe94eb.dip0.t-ipconnect.de [217.254.148.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 2F1302802BA; Mon, 7 Aug 2023 14:26:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1691411170; bh=wmPL7XejhagU6uyZud+Zdk9aWQ7ayvhKT8YunsXvlpA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VB8+b01PeLz6+nkT8eci4WM95w3mmZP/8DM91limSRuWo91mbgwwMc7ZCyrN/GTyA PHaAR3o4a0xaAMhbxlM+SQKeHSlwJa/fzYp9I8BriaiAXBzSXy6xiXfGh8bVp/3QtM wx2DWHUOsKCPzTCuFSzw0MUTnBYcY6d3Tlj95s2UnM17l4lV4CQ/yOL5UZyFT82shI IfK/2xCvfjaZz3jmybRP58UrpDSMsx1PD//nROxPYzk1a/IOsaFKVdF6LP927jfM9r X1e6mjWyx0gU9wwEwW71gTK38P0VObFA3Gp9wRMoaYI5HZud5NNH/iXi4XJxmEgagt wW7Y/mxfaBGnw== Date: Mon, 7 Aug 2023 14:26:09 +0200 From: Joerg Roedel To: Geert Uytterhoeven Cc: Will Deacon , Robin Murphy , Yoshihiro Shimoda , iommu@lists.linux.dev, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v4] iommu/ipmmu-vmsa: Convert to read_poll_timeout_atomic() Message-ID: References: <649c7e09841b998c5c8d7fc274884a85e4b5bfe9.1689599528.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <649c7e09841b998c5c8d7fc274884a85e4b5bfe9.1689599528.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Mon, Jul 17, 2023 at 03:14:40PM +0200, Geert Uytterhoeven wrote: > drivers/iommu/ipmmu-vmsa.c | 15 ++++++--------- > 1 file changed, 6 insertions(+), 9 deletions(-) Applied, thanks.