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 5560E17BA6; Mon, 10 Mar 2025 08:30:14 +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=1741595415; cv=none; b=u9AR4/W+ZUun4PbzthR7H7bjCoQOhAAk/Z76OQ8uQMaQwCVP6Sjk+9AeaLGrSeshWDkHCkQKX/7MU5wLpqhZ2icRr7idkFXYcRhAhzSKWaZOIequsK+9IfNiVTUdNCMIEWMVMfVoqX3x3UTiJ9C81RrmORqATnktqRk0Vc1hW54= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741595415; c=relaxed/simple; bh=Ub4+sfEkaTuvoiFXp6g227hjeLcn8Ebx9FY2V0fxJtw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hr5H8HK/IJRdw5gzoKOWKp3/hXgk+VrT8iTdPnMXx3GbQ67pW7qo35gs0vCLnoXjJ8D7ZBKLqpT2A5AIuOkyez7mAjrTuQz9rQ0MS70EBZvGQMg+pcIXd6ZqARdI7XK+1PbXXIFz1nkf5IZFewy1587ARfitJg5DJZQWNJW5gZk= 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=lQvNuWi2; 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="lQvNuWi2" Received: from 8bytes.org (p4ffe03ae.dip0.t-ipconnect.de [79.254.3.174]) (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 500134501F; Mon, 10 Mar 2025 09:30:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1741595413; bh=Ub4+sfEkaTuvoiFXp6g227hjeLcn8Ebx9FY2V0fxJtw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lQvNuWi29bFC2oHJB1sakgj/Xa1ojVvvIbN8BMQLpWEe6loDPNAM3dGciN840ldP2 H77ItSolIsdRKb9zeboBBneqiALH6v1sKK0Lu+id5BBzTnSrFOcDy4ah7sLu85sOKK z/S9N5ZvXL2cIeSGCg1KwpsV4kyTb9+bOVgX5mWxQKNOJ36zvgXHG8qYkKZmhrh2M5 qAznYyosQp7K7N5GGrVIbmgixd0rue0gaFOzvGEzD3SH/EgtHNKD2hC27YojPoPA9i hCkKqjjR8q7AOrgkpp8Tsdmf9Jqy6+XELbyZf/Q91OEtyVTfo+dHsViB1Elc1d6QcR aRZdY0NHghOGQ== Date: Mon, 10 Mar 2025 09:30:12 +0100 From: Joerg Roedel To: fnkl.kernel@gmail.com Cc: Sven Peter , Janne Grunau , Alyssa Rosenzweig , Will Deacon , Robin Murphy , asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Hector Martin Subject: Re: [PATCH v3 0/2] iommu: apple-dart: Support the ISP DART Message-ID: References: <20250307-isp-dart-v3-0-684fe4489591@gmail.com> Precedence: bulk X-Mailing-List: asahi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250307-isp-dart-v3-0-684fe4489591@gmail.com> On Fri, Mar 07, 2025 at 09:07:44PM +0100, Sasha Finkelstein via B4 Relay wrote: > Hector Martin (2): > iommu: apple-dart: Increase MAX_DARTS_PER_DEVICE to 3 > iommu: apple-dart: Allow mismatched bypass support > > drivers/iommu/apple-dart.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) Applied, thanks.