RE: [PATCH 06/16] x86/amd_nb: Simplify root device search

From: Zhuo, Qiuxu
Date: Thu Oct 31 2024 - 09:10:37 EST


> From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
> [...]
> > > + if (!boot_cpu_has(X86_FEATURE_ZEN))
> > > + return NULL;
>
> ...This would try to free() whatever garbage df_f0 holds...

Oops ... I missed this point.
Thanks for correcting me.

-Qiuxu