Contribute to puavo-org/lsiommu development by creating an account on GitHub.
572ea9d86285 ("Pack all PCI addresses to integers") left the parse to a broken state. parse_hex_digit() has invalid check for the success condition. Fix this by using 0x10000000 as a flag...