From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 618EC3F8EC0; Mon, 18 May 2026 11:56:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779105419; cv=none; b=PSJeqxalWfdrnAeSMkbyg2r8rYu1ZEA15geW9f7BDktu+28UmmPAvp/1SWxQR00rws8U3Jwa8vf1PnRZtX87lU2AQb2GPn++lfWCd7hrhMTuxRtw77Y6WjOHS21HHsMLa2JceKsES5MEZaLfyoRCRXfE0MEsPsKVuB8kL1YEWeo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779105419; c=relaxed/simple; bh=PsvTugG2pT5YeHJyBpX5o2SwCQnbgkQvZnEddZsthpw=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=Gafxj/GvVZGtl7oiXY0eGlLBVtLRmrrOSABt3pPBhp1d4GMQV2EcvEcBf5GSOAFl8GtJgU/R8dluPAHEP4Hs3PWMpao20cbaQWcMb9FCfpsw8E38XEb+Vb566WR7wztCAZQ1449AFJ0lIK3D1lBHnejeOguGAK+VdfS/OUOwus4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BQUDSLPs; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BQUDSLPs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE8C3C2BCF6; Mon, 18 May 2026 11:56:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779105419; bh=PsvTugG2pT5YeHJyBpX5o2SwCQnbgkQvZnEddZsthpw=; h=Date:To:From:Subject:Cc:References:In-Reply-To:From; b=BQUDSLPspdSCHEdSHA5V2bFyHhQGaAKB0Vqyg43Oxkbx5o9Q78FxPnqIs6AQcL4yf +H6lCNsA1iutPHlE3kT6IxZSQT4FlslLyy++7JO8fjpe6sA6HMZRY6iWEueGxBUdRF UEh5Cf3Rypomto5iAWCmmoEuUyrLsfDAnOrHDW3+rhgpbt363p+nPxnV5iiDTm00Yp zGmDYF7MSo6JADf+6qNRkJOIvfinzGpUz3+Ytf1ls78bKPVgwQseySCJuOew5M0eyv /od4xKE0HgtOCk3lkyzMOOHrFaEjssAVCtHuuGhszbUyuvmfjDvoi3UKKBuH3exFdH lHy1ufRYRNqZg== Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 18 May 2026 13:56:56 +0200 Message-Id: To: "Sasha Levin" From: "Danilo Krummrich" Subject: Re: Patch "PCI: use generic driver_override infrastructure" has been added to the 7.0-stable tree Cc: , , "Bjorn Helgaas" , "Alex Williamson" , "Juergen Gross" , "Stefano Stabellini" , "Oleksandr Tyshchenko" References: <20260518115337.833706-1-sashal@kernel.org> In-Reply-To: <20260518115337.833706-1-sashal@kernel.org> On Mon May 18, 2026 at 1:53 PM CEST, Sasha Levin wrote: > This is a note to let you know that I've just added the patch titled > > PCI: use generic driver_override infrastructure > > to the 7.0-stable tree which can be found at: > http://www.kernel.org/git/?p=3Dlinux/kernel/git/stable/stable-queue.g= it;a=3Dsummary I think it should be caught by your tooling, but just in case, this also ne= eds commit f45a49a2380a ("PCI: Initialize temporary device in new_id_store()"), which did land in v7.1-rc3.