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 CC0FE53372 for ; Fri, 3 May 2024 10:12:46 +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=1714731168; cv=none; b=dj3Fv2Z9lI5kCPMKmxy57Hbzp+OcY9Mh0alR1wUaqKVD4M8Ol2LozLsv7LxQWe6/N/vudSyfdBZrbFo3pdKKxqaZQMmvLm0E11ZAnBXfU7Uv8GSj0KAbzwWx+YrgL4WhXghqHi8l54J8bCQOw/jxywKEEhY6lpLJygL83LeAGzE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714731168; c=relaxed/simple; bh=ZNkkgfUgblxttORpbrcYRrdNu8y94sD78Bf9M/Ujacg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mki0cp97zAyJadkEut53ijkNOli6w9bSm+pssiik5JPUy1ie1Evzb0RHm8LbM4jlZIq1wnozJV2h9Nu4T8fyo5tNA3zk6F+xz3vnrBMpwgG4lTym9YGTqZsAiN4zgHXh3LP6gNrW2OWaFDxohB3s7XdtmBrz0lXCRHRTzBULaXo= 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; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b=JMMpJYtU; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="JMMpJYtU" Received: from 8bytes.org (p4ffe0bdf.dip0.t-ipconnect.de [79.254.11.223]) (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 008D01C0C95; Fri, 3 May 2024 12:12:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1714731160; bh=ZNkkgfUgblxttORpbrcYRrdNu8y94sD78Bf9M/Ujacg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JMMpJYtUPxC8L2Z/3QBXO8LuGNO8wc6UhzEadiLNKfZQjMgJhbC1rY2XTMpo9C68K +4ERF56ePef8zFOMQq7UN//bdeLW+wMU8iYfcceYor7dtmF8yV7tLMIne3SPOZQCFX oI27K9g0CaTpTgpgXfyqWL3ge0AG5+2NybT9imvYIr8qlRI2yZdN4R5vUlajZj+nAN f0oX96y+sfWqRfrSZKEPK4yHV2tGs7PYbBzqXPqY21vJ59Duqjnl5BJzYAv3PGFIA5 WcP5KjYYQXcwdC6N/qbPQ4wIBUqNbWAFBgnBTBuN3GOFxdgMBR7nVhymmSAA9g7fIP 1a1JJEFLQJV1w== Date: Fri, 3 May 2024 12:12:38 +0200 From: Joerg Roedel To: Andy Shevchenko Cc: Jason Gunthorpe , Vasant Hegde , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, Suravee Suthikulpanit , Will Deacon , Robin Murphy , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt Subject: Re: [PATCH v1 1/1] iommu/amd: Fix compilation error Message-ID: References: <20240429111707.2795194-1-andriy.shevchenko@linux.intel.com> 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: <20240429111707.2795194-1-andriy.shevchenko@linux.intel.com> On Mon, Apr 29, 2024 at 02:17:07PM +0300, Andy Shevchenko wrote: > drivers/iommu/amd/Kconfig | 1 + > 1 file changed, 1 insertion(+) Applied, thanks.