On Tue, Mar 29, 2022 at 1:29 PM Alexander Egorenkov <egorenar(a)linux.ibm.com>
wrote:
Do you think it makes sense to add an exception for '.rodata'
symbol
to s390x_verify_symbol() ? Something like:
if (STREQ(name), ".rodata"))
return TRUE;
Maybe it makes sense, but, need to find out where to filter out this
symbol, it
will have more changes. For example: s390_verify_symbol()...
However, for safety, it could be good to still check the symbols.
Thanks.
Lianbo
I did a quick test and it works on s390x as well.
Thanks
Regards
Alex