@@ -7,7 +7,7 @@ The Maintainer Entry Profile supplements the top-level process documents
7
7
(submitting-patches, submitting drivers...) with
8
8
subsystem/device-driver-local customs as well as details about the patch
9
9
submission life-cycle. A contributor uses this document to level set
10
- their expectations and avoid common mistakes, maintainers may use these
10
+ their expectations and avoid common mistakes; maintainers may use these
11
11
profiles to look across subsystems for opportunities to converge on
12
12
common practices.
13
13
@@ -26,7 +26,7 @@ Example questions to consider:
26
26
- Does the subsystem have a patchwork instance? Are patchwork state
27
27
changes notified?
28
28
- Any bots or CI infrastructure that watches the list, or automated
29
- testing feedback that the subsystem gates acceptance?
29
+ testing feedback that the subsystem uses to gate acceptance?
30
30
- Git branches that are pulled into -next?
31
31
- What branch should contributors submit against?
32
32
- Links to any other Maintainer Entry Profiles? For example a
@@ -54,8 +54,8 @@ One of the common misunderstandings of submitters is that patches can be
54
54
sent at any time before the merge window closes and can still be
55
55
considered for the next -rc1. The reality is that most patches need to
56
56
be settled in soaking in linux-next in advance of the merge window
57
- opening. Clarify for the submitter the key dates (in terms rc release
58
- week) that patches might considered for merging and when patches need to
57
+ opening. Clarify for the submitter the key dates (in terms of - rc release
58
+ week) that patches might be considered for merging and when patches need to
59
59
wait for the next -rc. At a minimum:
60
60
61
61
- Last -rc for new feature submissions:
@@ -70,8 +70,8 @@ wait for the next -rc. At a minimum:
70
70
- Last -rc to merge features: Deadline for merge decisions
71
71
Indicate to contributors the point at which an as yet un-applied patch
72
72
set will need to wait for the NEXT+1 merge window. Of course there is no
73
- obligation to ever except any given patchset, but if the review has not
74
- concluded by this point the expectation the contributor should wait and
73
+ obligation to ever accept any given patchset, but if the review has not
74
+ concluded by this point the expectation is the contributor should wait and
75
75
resubmit for the following merge window.
76
76
77
77
Optional:
0 commit comments