math: remove the get_implied_value_low_overhead() function
[smatch.git] / Documentation / submitting-patches.md
blobfb176ce51d463c80ab0b89742115eac0726310bc
1 Submitting patches: the sparse version
2 ======================================
4 Sparse uses a patch submit process similar to the Linux Kernel
5 [Submitting Patches](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html)
7 This document mostly focuses on the parts that might be different from the Linux
8 Kernel submitting process.
10 1. Git clone a sparse repository:
12         git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
14 2. [Coding Style](https://www.kernel.org/doc/html/v4.12/process/coding-style.html) remains the same.
16 3. Sign off the patch.
18    The usage of the Signed-off-by tag is the same as [Linux Kernel Sign your work](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin).
20    Notice that sparse uses the MIT License.