Is there any Compatibility Test Suite for linux kernel like we have for Android Operating system. e.g. like when we make changes to the kernel , adding static modules, adding our own programs,configuring kernel and then building.
is there any tool to check that can check compatibility of our kernel. like is the kernel services like IPC,Memory Memory management,Device Manager will work correct ? So that could pass/fail/rate the generated kernel.To predict the behavior in the target system.