RE: [PATCH] EDAC: sb_edac: use kzalloc_flex

From: Luck, Tony

Date: Wed Mar 11 2026 - 19:39:10 EST


+ sbridge_dev->n_devs = table->n_devs_per_imc;

Do you need this? I thought that kzalloc_flex() filled in the __counted_by field of the structure for you.

-Tony