From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id CBFE333987F for ; Thu, 28 May 2026 07:30:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.250.239 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779953410; cv=none; b=pBXuzJnILpjggBlUiLTvluu3ONMZUfBHuo7QlIE3ByXPnREs3rcqIkLWUjnO1F4W16HT4FfkHAsqM1rBstQYrigfkYb2F6BZBal7XlNHOeJ72qxXBQ+YWbreCrr1gOvN21J7rQRn12rfgydcrCDbU5LrCqgkuH+MzywKoKbXg6Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779953410; c=relaxed/simple; bh=F/Vax+KP+dfMXToqIHYJn1xk9lZhF3ezmRoNKlq/fHE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iI3+W0OkiKdrC9X3A1Dx02i1B8otaKOxdpbEudt/Dc9xMG/+4JSobfqTgTiUVhYhj9zoJSsX5Ugtlq7uCL1ZpcxeU8QSlxK4RUEBOjHbhR0db3SicJH6WlRNa4fIKkft3ChXZyBcnKDqHjhvRS24NcOZWv55V+YDU9Ld9gLqRkY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org; spf=pass smtp.mailfrom=8bytes.org; arc=none smtp.client-ip=85.214.250.239 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=8bytes.org Received: from 8bytes.org (p200300f6af4fc5001a5b4667a2accba1.dip0.t-ipconnect.de [IPv6:2003:f6:af4f:c500:1a5b:4667:a2ac:cba1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 9037B1C5BA7; Thu, 28 May 2026 09:30:07 +0200 (CEST) Date: Thu, 28 May 2026 09:30:06 +0200 From: Joerg Roedel To: Arnd Bergmann Cc: Benjamin Gaignard , Will Deacon , Arnd Bergmann , Robin Murphy , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: vsi: avoid -Wformat-security warning Message-ID: References: <20260519203658.1341889-1-arnd@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260519203658.1341889-1-arnd@kernel.org> On Tue, May 19, 2026 at 10:36:51PM +0200, Arnd Bergmann wrote: > drivers/iommu/vsi-iommu.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks.