Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: submitting-patches: suggest adding previous version links

For review of patches that revisioned multiple times, patch changelogs
are very useful. Adding actual links to the previous versions can
further help the review. Using such links, reviewers can double check
the changelog by themselves, and find previous discussions. Nowadays
having such links (e.g., lore.kernel.org archive links) is easy and
reliable. Suggest adding such links if available.

Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251225015447.16387-1-sj@kernel.org>

authored by

SeongJae Park and committed by
Jonathan Corbet
8a12e3fb 90f1d896

+5 -1
+5 -1
Documentation/process/submitting-patches.rst
··· 805 805 additional information for the reviewers. If it's placed above the 806 806 commit tags, it needs manual interaction to remove it. If it is below 807 807 the separator line, it gets automatically stripped off when applying the 808 - patch:: 808 + patch. If available, adding links to previous versions of the patch (e.g., 809 + lore.kernel.org archive link) is recommended to help reviewers:: 809 810 810 811 <commit message> 811 812 ... ··· 814 813 --- 815 814 V2 -> V3: Removed redundant helper function 816 815 V1 -> V2: Cleaned up coding style and addressed review comments 816 + 817 + v2: https://lore.kernel.org/bar 818 + v1: https://lore.kernel.org/foo 817 819 818 820 path/to/file | 5+++-- 819 821 ...