On Mon, Aug 06, 2018 at 07:17:53PM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build the samples for both an arm and an x86_64 allmodconfig due to test-statx.c:
arm-allmodconfig x86_64-allmodconfig ../samples/statx/test-statx.c:39:17: error: '__NR_statx' undeclared (first use in this function) ../samples/statx/test-statx.c:49:10: error: dereferencing pointer to incomplete type 'struct statx_timestamp' ../samples/statx/test-statx.c:75:28: error: dereferencing pointer to incomplete type 'struct statx' ../samples/statx/test-statx.c:78:22: error: 'STATX_SIZE' undeclared (first use in this function)
(and many more undeclared/undefined things). This appears to be due to ba5214f7f40c9a3 (vfs: Implement parameter value retrieval with fsinfo()) which comments out the dependency on BROKEN in the Kconfig for this sample.