Hi all This series just fixes up the two places I could spot in v4l-utils that looked like they needed support for ancillary links [1] to be handled. Patch 1 adds the new Macro directly; the git logs have that file updated as a sync from the newest version of the kernel, but as it's not upstream yet that's not something I can do; hope that's ok. Thanks Dan [1] https://lore.kernel.org/linux-media/20211213232849.40071-1-djrscally@xxxxxxxxx/ Daniel Scally (3): v4l-utils: Add MEDIA_LNK_FL_ANCILLARY_LINK macro mc_nextgen_test: Display ancillary links v4l2-compliance: Account for ancillary links contrib/test/mc_nextgen_test.c | 61 +++++++++++++++-------- include/linux/media.h | 1 + utils/v4l2-compliance/v4l2-test-media.cpp | 6 ++- 3 files changed, 44 insertions(+), 24 deletions(-) -- 2.25.1