-
-
Notifications
You must be signed in to change notification settings - Fork 41
Patch prefixes
Matthieu Baerts edited this page May 26, 2021
·
1 revision
When looking at Patchwork, it is no always clear to distinct if the patch is for MPTCP tree ("internal review") for -net or for -net-next or for netdev ML directly.
We are then using different tags:
-
[PATCH mptcp-next]
: for net-next (now or later):- If it has a
Fixes:
tag, it will be applied in the "fixes for net-next" section - If not in "new feature for net-next" section
- except if there are specific instructions in the comments
- If it has a
-
[PATCH mptcp-net]
: for net (ASAP):- to be applied in "fixes for net" section, at the bottom of the tree
- except if there are specific instructions in the comments
-
[PATCH net-next]
: sent to netdev ML for net-next and MPTCP ML is in CC-
Patchwork status can be
Deferred
.
-
Patchwork status can be
-
[PATCH net]
: sent to netdev ML for -net and MPTCP ML is in CC-
Patchwork status can be
Deferred
.
-
Patchwork status can be
Please try to think about that ;-)