Re: [PATCH 4/4] gpt: Add compile time asserts for guid and gpt_partentry sizes

2023-10-31 Thread John Paul Adrian Glaubitz
On Tue, 2023-10-31 at 20:35 +0100, Vladimir 'phcoder' Serbinenko wrote: > With new alignment specification it's easy to screw up. Fortunately if it > happens the size will be bigger than intended. Compile time assert will catch > this. > > Signed-off-by: Vladimir Serbinenko > --- > grub-core/pa

Re: [PATCH 4/4] gpt: Add compile time asserts for guid and gpt_partentry sizes

2023-10-17 Thread Daniel Kiper
On Sat, Oct 07, 2023 at 05:08:48PM +0200, Vladimir 'phcoder' Serbinenko wrote: > From c338c54a127656ef0f750d78bad6371874a98ca8 Mon Sep 17 00:00:00 2001 > From: Vladimir Serbinenko > Date: Sun, 13 Aug 2023 09:18:53 +0200 > Subject: [PATCH 4/4] gpt: Add compile time asserts for guid and gpt_partentr