[Skiboot] [PATCH] fwts/generate-fwts-olog: Fix regex matches to allow more printf formats

Stewart Smith stewart at linux.vnet.ibm.com
Tue Jun 21 13:53:14 AEST 2016


Jeremy Kerr <jk at ozlabs.org> writes:
> We currently aren't handling the 'll' length modifier, or widths
> starting with zero (eg %016x). The former is becase we have the shorter
> 'l' match in the group first (so borking on the second l). The latter is
> because we don't allow a leading zero on width matches.
>
> This change fixes those issues.
>
> Signed-off-by: Jeremy Kerr <jk at ozlabs.org>

thanks, I even tested with FWTS and things are looking good.

Merged to master at ff42a814deaf55691b037f15d01f3f218fcaf1a8

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list