Weekly Status #8: Porting igt-gpu-tools

From: Jake Freeland <jake_at_technologyfriends.net>
Date: Mon, 08 Aug 2022 23:51:37 UTC
Hi there,

I picked up the coding pace this week and starting squashing
some major bugs in the igt_runner test of igt-gpu-tools. Although
I fixed a good bulk of the issues, I still have some large problems
to iron out.

One of my biggest problems is the missing "%m" format specifier
in FreeBSD's libc scanf(). I took a look at the libc source and
considered implementing the feature, but took a shortcut in
the igt source that enabled proper functionality. I may revisit
the system-wide implementation in the future.

Jake Freeland