On Wed, Jan 30, 2019 at 02:06:01PM +0000, Tamar Christina wrote: > Thanks for the feedback, but I think those are changes for another patch.
At least the memory leak is something that should be fixed even in stage4 IMNSHO. Anyway, will defer to aarch64 maintainers here. Just one question, for the *feat_string == '\0' case, is continue what you want, rather than just enabled = false; and doing the extension_flags &= ~(aarch64_extensions[i].flag); later on? Jakub