Re: [PATCH v2 17/20] smbios: clear smbios_type4_count before building tables

2024-03-06 Thread Igor Mammedov
On Wed, 6 Mar 2024 13:17:39 +0530 Ani Sinha wrote: > > On 05-Mar-2024, at 21:27, Igor Mammedov wrote: > > > > it will help to keep type 4 tables accounting correct in case > > SMBIOS tables are built multiple times. > > > I suggest you arrange this before patch 15 where you are actually

Re: [PATCH v2 17/20] smbios: clear smbios_type4_count before building tables

2024-03-05 Thread Ani Sinha
> On 05-Mar-2024, at 21:27, Igor Mammedov wrote: > > it will help to keep type 4 tables accounting correct in case > SMBIOS tables are built multiple times. I suggest you arrange this before patch 15 where you are actually calling smbios_get_tables_ep() multiple times. That way there is no