Geert Uytterhoeven wrote: > Or e.g. static struct label labels[128] __initdata = { 0, }; > Cfr. the old rule `always initialize initdata, even if it must be 0'. > I also noticed that init data aren't initialized as they should be, but they're still part of initdata not bss. Franck