microsoft / Linux-CommA

The Linux Commit Analyzer tracks patches from upstream and downstream kernels.
MIT License
8 stars 8 forks source link

Add support for Debian Kernels #51

Open avylove opened 1 year ago

avylove commented 1 year ago

The debian kernel, available at https://salsa.debian.org/kernel-team/linux.git, uses method of pulling the upstream source and layering a collection of patches on it. Patches can also be found at https://sources.debian.org/src/linux//debian/patches.

Additional logic is needed to parse the Debian config and patches to determine what patches have been applied.