Hi,

We're trying to solve a bug that happens on a Kali Linux 3.14.5 kernel, but does not happen on a vanilla 3.14.5 kernel.

I've downloaded the 3.14.5 kernel's source from Kali's repository. It indeed contain a patch file
Code:
linux-patch-3.14-rt.patch
, but this patch is ~22,000 lines long, spanning 355 files....

Is there a place where I can see the series of patches applied to Kali's kernel?

We would like to trace a specific patch that might cause this problem

Even better, is there a git repository where Kali's kernel is developed?