From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bmailout1.hostsharing.net (bmailout1.hostsharing.net [83.223.95.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC5A92E7BD6 for ; Thu, 3 Jul 2025 14:51:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=83.223.95.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751554284; cv=none; b=tvTmGV+afqh0v4fwfq0jTiv/oM8CgLlhNC58N37FcI3j62FoP9wZI7tdjxARtWxxAFHM72bAWn7+SNExw65jO9et5CXyQ7wg9fu7f5wMUyqJ7EPEp+5FxjFp0xiHmx3QjyXMNslmdHiDp5es3X1tEfYrVbXido3GROUm4yxf9j4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751554284; c=relaxed/simple; bh=kye+yW/PGf4a1wyFawF/Y4gnEDEx7bXSNkEIwJYshNM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uwDeIsZ+Lop8ZGamUAoUhrjVP3+4oGO5ttjNjEf9Wb2x0w7DRxzmNDk9US9adpYSbUeIfDCU76xJYJoN5EpMJZvcCi5GdOoCbjh2JKy1jFdqPX28pVuQuMgJmiz0XqthlQRUxgDL7EbfiABi29onmZsozgsQCByx1L5rjZL2WfM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de; spf=none smtp.mailfrom=h08.hostsharing.net; arc=none smtp.client-ip=83.223.95.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=h08.hostsharing.net Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id 8EFB42C0665E; Thu, 3 Jul 2025 16:51:13 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 8824C404CCF; Thu, 3 Jul 2025 16:51:13 +0200 (CEST) Date: Thu, 3 Jul 2025 16:51:13 +0200 From: Lukas Wunner To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, patches@lists.linux.dev, Bjorn Helgaas , Krzysztof Wilczy??ski , Joerg Roedel , Sasha Levin Subject: Re: [PATCH 6.12 020/218] Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices" Message-ID: References: <20250703143955.956569535@linuxfoundation.org> <20250703143956.766086832@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@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: <20250703143956.766086832@linuxfoundation.org> On Thu, Jul 03, 2025 at 04:39:28PM +0200, Greg Kroah-Hartman wrote: > 6.12-stable review patch. If anyone has any objections, please let me know. > > [ Upstream commit 3be5fa236649da6404f1bca1491bf02d4b0d5cce ] This should not be backported to stable kernels. It does not fix any known issues, but conversely it is known to cause an error message on boot, for which there's a fix pending here: https://lore.kernel.org/r/b29e7fbfc6d146f947603d0ebaef44cbd2f0d754.1751468802.git.lukas@wunner.de/ Long story short, please unqueue this one. :) Thanks! Lukas