Does Ubuntu support systems where the version of the system binaries does not match the kernel/modules version? I need to know if this is officially supported, not merely "probably OK" or "should work". In particular, I have a system using Ubuntu 18.04 kernel/modules paired with /lib, /bin, /usr, /etc and such binaries taken from an Ubuntu 16.04 image.
If this is a supported configuration, can you clarify how much mismatch is considered supported?
The only reference on this topic I can find is this question which implies that mismatched binaries are not supported, but does not say so as clearly as I need. I need a clear statement to answer this for my project.
What's the minimal compatible Linux kernel version required to run Ubuntu?