Re: [PATCH v3 2/3] xen/livepatch: Fix include hierarchy
Ross Lagerwall <[email protected]> Mon, 3 Aug 2026 15:05:38 +0000
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <CH8PR03MB82743C6A6E8BA056E17D4BC1F0D52@CH8PR03MB8274.namprd03.prod.outlook.com> |
> From: Andrew Cooper <[email protected]>=0A= > Sent: Friday, July 31, 2026 4:44 PM=0A= > To: Xen-devel=0A= > Cc: Andrew Cooper; Anthony PERARD; Michal Orzel; Jan Beulich; Julien Gral= l; Roger Pau Monn=E9; Stefano Stabellini; Volodymyr Babchuk; Bertrand Marqu= is; Oleksii Kurochko; Ross Lagerwall=0A= > Subject: [PATCH v3 2/3] xen/livepatch: Fix include hierarchy=0A= > =0A= > xen/livepatch.h includes public/sysctl.h twice, which can be deduplicated= , and=0A= > includes asm/livepatch.h meaning that each livepatch.c does not need to= =0A= > include both.=0A= > =0A= > Comment the #else and #endif cases to aid legibility.=0A= > =0A= > Signed-off-by: Andrew Cooper <[email protected]>=0A= =0A= Reviewed-by: Ross Lagerwall <[email protected]>=0A= =0A= Thanks=