From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 DA6FE3AE6E6; Fri, 18 Sep 2026 20:15:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789762531; cv=none; b=QhnhwXn+B5rdUAirdQ3+CjkFAPfaXa5PwF6uggseYAIWXOZikmDMDHtZtQLfKGvEsiV26RwkHp4zyIgMgC7ZJ51j7FsPxT1So9JdYET2yINa1vn70edpHyFsIselWNgSijfyP9eLQK5NLTuJbpr1guH8OKGNF1U4WQFlQJCx4vM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789762531; c=relaxed/simple; bh=sauI9pjdBREvP/vMfRp7KC8aNj/xOe+ac8jj3HOclT8=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=J+Z6c8MaLxJA5I7hsMho5Ng3XnJ3vfM25WFytBcey2G5ox7yRAn7qgpuJvjvgJgssoFV9nMhcP9x6NXgobLmUy36pLMRqJzQUPbge7XnVpw4m5/xQyAajOG1cEp+UASMqyEWDbw2xi9fM818tsHF+lyKkg0LbfqOH0X4FoX0lk4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DGWq4Z8J; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DGWq4Z8J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29AEA1F000FF; Fri, 18 Sep 2026 20:15:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789762529; bh=InHfte711M8GWjBqV1si8bv5IIZHkN2SnYlxIl1Cx7o=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=DGWq4Z8JIom2PSUBkh/EdMZIVDCCXYBM5UAkjo5ZctKxb/oTXclDf7lE4G5qGvanR /seeSAzwKF+/GbobcB7qjEPxRcBPDNZUtdo7qo2Ujl5LYFG5HLUE32ss3ITpM5L9a1 1jons1f2KLhHlieiUlBapS9kly4rU3gDNWzYLRyAfZ2LAeKxxqjET+fV8mY/4bx4Tm 6q/3KM6sJlbE3qec2mMfH68MXMY4rVEmA/OWGmc5QOynTmO0FKYYzUyb8KjkRjgCYc wTI2W4XlokzHkgzzhpQb6m4+BN2cSIRaQI6Czxh694MwqEBCUB+okYa9sdkCFDxnzk l7eE5QrTxx1bw== From: sashiko-bot@kernel.org Subject: Re: [PATCH v9 01/13] PCI: liveupdate: Set up FLB handler for the PCI core Reply-To: sashiko-reviews@lists.linux.dev To: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, "David Matlack" Cc: "Bjorn Helgaas" , "Mike Rapoport" , "Pranjal Shrivastava" , "Josh Hilke" , "Pratyush Yadav" , "Pasha Tatashin" , "Parav Pandit" , "Vipin Sharma" , "Shuah Khan" , "Chris Li" , "Alexander Graf" , "William Tu" , "Yi Liu" , kexec@lists.infradead.org, "Jason Gunthorpe" , "Adithya Jayachandran" , "Leon Romanovsky" , "Jacob Pan" , "Randy Dunlap" , "Samiullah Khawaja" , "Alex Williamson" , "Lukas Wunner" , linux-pci@vger.kernel.org, "David Rientjes" , "Jonathan Corbet" , "Saeed Mahameed" In-Reply-To: <20260918200640.887030-2-dmatlack@google.com> References: <20260918200640.887030-1-dmatlack@google.com> <20260918200640.887030-2-dmatlack@google.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Fri, 18 Sep 2026 20:15:27 +0000 Message-Id: <20260918201528.29AEA1F000FF@smtp.kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > Set up a File-Lifecycle-Bound (FLB) handler so that the PCI core can > preserve its own state across a Live Update kexec. >=20 > Preserving a PCI device across kexec requires preserving two independent > sets of state: >=20 > - Driver state, e.g. everything vfio-pci needs so that userspace can > keep using the device in the new kernel. The driver preserves this > itself and the PCI core is not involved. >=20 > - PCI core state, e.g. which devices are preserved, so that the new > kernel knows not to disturb them while they are still running and > doing DMA. That is what this commit adds, serialized into struct > pci_ser. >=20 > [ ... ] > not be enabled and these routines would never run. >=20 > Reviewed-by: Pranjal Shrivastava > Reviewed-by: Samiullah Khawaja > Signed-off-by: David Matlack Sashiko has reviewed this patch and found no issues. It looks great! --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260918200640.8870= 30-1-dmatlack@google.com?part=3D1