Short: After update of linux (image/kernel), do I need to recompile my software?
Long: I found a bug on our software related to memory allocation. Looking at current code, the problem may possible be on kernel. So I updated our linux distribution from debian 8.9 to 8.11. After update, the bug is still there. The software is written in C.
Question is: Will it make any difference to recompile my software after linux update?
Thanks