Comment 2 for bug 1773363

Revision history for this message
Seth Forshee (sforshee) wrote : Re: glibc 2.27-3ubuntu1 ADT test failure with linux 4.17.0-1.2+signed1

This is a harmless failure. The kernel simply added a new flag for p{read,write}v2, and the test is to check one bit higher than the highest flag the test thinks is valid. That bit turns out to be the new flag, so the operations do not fail as expected.