08/11/2019 17:25, Anatoly Burakov: > From: Marcin Baran <marcinx.ba...@intel.com> > + echo "correct version (ABI_VER/ABI_VER+1/EXPERIMENTAL)"
I don't get why a symbol could be versioned for the next ABI? Assuming we upgrade the ABI version at the beginning of the cycle, every symbols should have the same version, right? > +for SYM in `echo "${OBJ_DUMP_OUTPUT}" | awk '{print $(NF-1) "-" $NF}'` Please, I really prefer we use the modern $() instead of backquotes.