LZ4: vendoring in the kernel
LZ4: vendoring in the kernel
Posted Feb 2, 2017 14:56 UTC (Thu) by daurnimator (guest, #92358)In reply to: LZ4: vendoring in the kernel by epa
Parent article: LZ4: vendoring in the kernel
The benefit of using git subtrees is that you get commit-by-commit history on both sides:
- you'd be able to extract the kernel commits that applied to the LZ4 library, and send a PR upstream (or allow them to cherry pick).
- when pulling down changes, you get to maintain original commit messages (possibly e.g. mentioning CVEs) and dates as well as author attribution
- you'd be able to extract the kernel commits that applied to the LZ4 library, and send a PR upstream (or allow them to cherry pick).
- when pulling down changes, you get to maintain original commit messages (possibly e.g. mentioning CVEs) and dates as well as author attribution
