On Tue, 17 Feb 2026 at 13:49, Bruce Richardson <[email protected]> wrote: > > The PMD_INFO_STRING constant string is not guaranteed to appear in the > output binary immediately after an unprintable character. Because of > this, in some cases the information for a driver could be missed by the > PMD info script as it only checks for the prefix at the start of strings > that it finds. Change the script to use "s.find()" rather than > "s.startswith()" to fix this issue. > > Fixes: 0ce3cf4afd04 ("usertools/pmdinfo: rewrite simpler script") > Cc: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]>
Surprising we hit this issue only now. Acked-by: David Marchand <[email protected]> It would be good to hear back from the initial reporter. -- David Marchand

