From 1b33428c87f23aa2f077240c9fb1eada28d50bfd Mon Sep 17 00:00:00 2001 From: Bhavik Sachdev Date: Mon, 28 Oct 2024 16:16:58 +0530 Subject: [PATCH] images: save process pid which opens pidfd We use this pid while restoring pidfds that point to dead processes. Signed-off-by: Bhavik Sachdev --- images/pidfd.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/images/pidfd.proto b/images/pidfd.proto index a9da3e4543..196ea9dd22 100644 --- a/images/pidfd.proto +++ b/images/pidfd.proto @@ -10,4 +10,5 @@ message pidfd_entry { required uint32 flags = 3; required int32 nspid = 4; required fown_entry fown = 5; + required uint32 pidfd_owner = 6; }