It appears the patch doesn't pass the "0b" prefix to strtol(), it strips it, and requests base conversion using the last argument to strtol(). I like it, its nice for bit fields, and it would be nice to have a %b string.format specifier, too.