Home
last modified time | relevance | path

Searched full:maintainers (Results 1 – 25 of 2399) sorted by relevance

12345678910>>...96

/Linux-v6.1/Documentation/sphinx/
Dmaintainers_include.py7 maintainers-include
10 Implementation of the ``maintainers-include`` reST-directive.
15 The ``maintainers-include`` reST-directive performs extensive parsing
16 specific to the Linux kernel's standard "MAINTAINERS" file, in an
32 app.add_directive("maintainers-include", MaintainersInclude)
40 u"""MaintainersInclude (``maintainers-include``) directive"""
44 """Parse all the MAINTAINERS lines into ReST for human-readability"""
52 maintainers = False
65 if descriptions and line.startswith('Maintainers'):
71 # between the Maintainers heading and the first subsystem name.
[all …]
/Linux-v6.1/Documentation/process/
Dcode-of-conduct-interpretation.rst24 Maintainers section in Linux Kernel Contributor Covenant Code of Conduct Interpretation
27 The Code of Conduct uses the term "maintainers" numerous times. In the
29 subsystem, driver, or file, and is listed in the MAINTAINERS file in the
36 maintainers, and this needs some further clarifications.
38 First and foremost, it is a reasonable expectation to have maintainers
42 requirement for maintainers to unilaterally handle how other people
48 Maintainers should be willing to help when problems occur, and work with
50 the Technical Advisory Board (TAB) or other maintainers if you're
53 uncertain about approaching the TAB or any other maintainers, please
68 secondary by the expectations of contributors and maintainers.
[all …]
Dcode-of-conduct.rst10 contributors and maintainers pledge to making participation in our project and
44 Maintainers are responsible for clarifying the standards of acceptable behavior
48 Maintainers have the right and responsibility to remove, edit, or reject
62 further defined and clarified by project maintainers.
Dmaintainer-tip.rst21 there. It's still good practice to Cc the x86 maintainers on
24 Some x86 subsystems have their own maintainers in addition to the
25 overall x86 maintainers. Please Cc the overall x86 maintainers on
33 the private inboxes of the maintainers.
113 queued in the tip tree are handled by the maintainers.
134 The tip tree maintainers set value on following these rules, especially on
137 maintainers. Changelogs written in abstract words are more precise and
270 To have a uniform view of the commit tags, the tip maintainers use the
381 Maintainers will add a Link tag referencing the email of the patch
417 During the merge window, the maintainers instead focus on following the
[all …]
D3.Early-stage.rst131 the MAINTAINERS file for a relevant place to post. If there is a suitable
136 Finding maintainers can be a bit harder. Again, the MAINTAINERS file is
139 MAINTAINERS file may, in fact, not be the person who is actually acting in
156 command line, it will list the maintainers who should probably receive
159 regulating how hard get_maintainer.pl will search for maintainers; please be
D2.Process.rst130 long term kernel versions and their maintainers:
179 - Please note that most maintainers also have day jobs, so merging
224 subsystem maintainers are the gatekeepers (in a loose way) for the portion
228 Subsystem maintainers each manage their own version of the kernel source
231 maintainers to track a list of patches, including authorship information
235 When the merge window opens, top-level maintainers will ask Linus to "pull"
241 trusts the subsystem maintainers to not send bad patches upstream.
243 Subsystem maintainers, in turn, can pull patches from other maintainers.
380 Some major subsystem maintainers use quilt to manage patches intended to go
451 in the MAINTAINERS file packaged with the kernel source.
Dhowto.rst104 guidelines in this document. Most maintainers will only accept
147 This document describes how Linux kernel maintainers operate and the
151 about the unique behavior of kernel maintainers.
250 during this period of time maintainers can submit big diffs to
305 The maintainers of the various kernel subsystems --- and also many
315 these subsystem repositories are listed in the MAINTAINERS file. Many
323 revisions to it, and maintainers can mark patches as under review,
362 Check the MAINTAINERS file where bugs for that subsystem get reported to; often
391 MAINTAINERS file for a list of what these lists are for the different
558 *The same is true of kernel development. The maintainers and
Dsubmitting-patches.rst38 directly. Most subsystem maintainers run their own trees and want to see
40 in the MAINTAINERS file to find that tree, or simply ask the maintainer if
91 This benefits both the maintainers and reviewers. Some reviewers
227 to code that they maintain; look through the MAINTAINERS file and the
228 source code revision history to see who those maintainers are. The
237 developers to tune it out. Look in the MAINTAINERS file for a
260 toward the stable maintainers by putting a line like this::
269 maintainer (as listed in the MAINTAINERS file) a man-pages patch, or at
371 layers of maintainers, we've introduced a "sign-off" procedure on
422 as it was propagated to the maintainers and ultimately to Linus, with
[all …]
D5.Posting.rst165 These include subsystem maintainers and reviewers who need to decide
166 whether the patch should be included, distributors and other maintainers
215 Many maintainers when applying a patch also add this tag to link to the
299 the MAINTAINERS file is the first place to look for these people.
321 subsystem maintainers who watch over specific parts of the kernel. Usually
/Linux-v6.1/Documentation/driver-api/media/
Dmaintainer-entry-profile.rst22 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS maintainers
23 (see the MAINTAINERS file). So, changes there must be reviewed
33 maintainership model is to have sub-maintainers that have a broad
34 knowledge of a specific aspect of the subsystem. It is the sub-maintainers'
63 Media maintainers
68 sub-maintainers), and another senior developer responsible for the
70 media maintainers do the review.
72 The media maintainers that work on specific areas of the subsystem are:
92 Media maintainers may delegate a patch to other media maintainers as needed.
100 reviewed by the Device Tree maintainers. So, DT maintainers should be
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/
Dsubmitting-patches.rst38 and Cc: the DT maintainers. Use scripts/get_maintainer.pl to identify
39 all of the DT maintainers.
70 II. For kernel maintainers
74 the devicetree maintainers for guidance. This will help them prioritize
79 maintainers after a few weeks, go ahead and take it.
95 devicetree maintainers overrules this document. In that situation, a patch
DABI.rst23 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a
35 the devicetree maintainers *after* discussion on the mailinglist.
41 devicetree maintainers overrules this document. In that situation, a patch
/Linux-v6.1/scripts/
Dparse-maintainers.pl7 my $input_file = "MAINTAINERS";
8 my $output_file = "MAINTAINERS.new";
33 --input => MAINTAINERS file to read (default: MAINTAINERS)
34 --output => sorted MAINTAINERS file to write (default: MAINTAINERS.new)
35 --section => new sorted MAINTAINERS file to write to (default: SECTION.new)
Dget_maintainer.pl7 # Print selected MAINTAINERS information for
249 'git-max-maintainers=i' => \$email_git_max_maintainers,
341 ## Read MAINTAINERS for type/value pairs
352 or die "$P: Can't open MAINTAINERS file '$file': $!\n";
388 return if ($file !~ m@/MAINTAINERS$@);
401 my $path = "${lk_path}MAINTAINERS";
551 if ($file ne "MAINTAINERS" && -f $file && $keywords) {
637 my @maintainers = get_maintainers();
638 if (@maintainers) {
639 @maintainers = merge_email(@maintainers);
[all …]
/Linux-v6.1/Documentation/bpf/
Dbpf_devel_QA.rst32 maintainers to Cc (from kernel ``MAINTAINERS`` file):
55 lists and maintainers from there as well, so they are able to review
66 further processing from BPF maintainers. The current queue with
72 and approved by the BPF maintainers, their status in patchwork will be
86 been accepted by the BPF maintainers, they will be applied to one
126 maintainers know whether it is targeted at bpf or bpf-next.
141 It is eventually up to the maintainers to do the delegation of
280 While those patches are not processed by the BPF kernel maintainers,
305 patches *prior* to submission. Never rush them! If maintainers find
327 then be placed into the merge commit by the BPF maintainers such that
[all …]
/Linux-v6.1/Documentation/maintainer/
Drebasing-and-merging.rst11 of rebasing and merging. Maintainers often get in trouble when they use
19 maintainers result from a desire to avoid merges, while others come from
109 Subsystem maintainers find themselves having to do two types of merges:
116 Larger subsystems tend to have multiple levels of maintainers, with the
117 lower-level maintainers sending pull requests to the higher levels. Acting
119 is as it should be. In fact, subsystem maintainers may want to use
126 Maintainers at all levels should be using signed tags on their pull
127 requests, and upstream maintainers should verify the tags when pulling
Dpull-requests.rst6 This chapter describes how maintainers can create and submit pull requests
7 to other maintainers. This is useful for transferring changes from one
8 maintainers tree to another maintainers tree.
47 maintainers may differ.
165 maintainers may have different preferences. Also, note that if you are
Dmaintainer-entry-profile.rst10 their expectations and avoid common mistakes; maintainers may use these
17 Provide an introduction to how the subsystem operates. While MAINTAINERS
35 other maintainers in the submission chain.
/Linux-v6.1/Documentation/translations/
Dindex.rst33 immediately to all translations. Translations' maintainers - and
45 same change should be applied to translations. Translations' maintainers
57 comfortable writing in English, you can ask the translation's maintainers
/Linux-v6.1/Documentation/translations/it_IT/process/
Dmaintainers.rst1 :Original: Documentation/process/maintainers.rst
10 `MAINTAINERS` in sphinx. La parte di quel documento che si potrebbe
/Linux-v6.1/Documentation/admin-guide/
Dreporting-issues.rst22 issue. Check the :ref:`MAINTAINERS <maintainers>` file for how its developers
51 Step-by-step guide how to report issues to the kernel maintainers
155 ready to send or file the report like the MAINTAINERS file told you, unless
227 out, ask the maintainers for the subsystem that seems to be causing the
234 Reference section: Reporting issues to the kernel maintainers
609 kernel developers and experts. For everybody else the MAINTAINERS file is the
612 How to read the MAINTAINERS file
614 To illustrate how to use the :ref:`MAINTAINERS <maintainers>` file, lets assume
651 MAINTAINERS file. In the case of 'ath10k_pci' you won't find anything, as the
654 MAINTAINERS file, as then you might find something like this::
[all …]
/Linux-v6.1/include/linux/
Dcgroup_subsys.h5 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
76 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb/
Despi.h16 * Maintainers: maintainers@chelsio.com *
/Linux-v6.1/Documentation/core-api/
Dsymbol-namespaces.rst23 surface of the in-kernel API. It allows subsystem maintainers to partition
133 subsystem maintainers) easier, a script and make target is available to fixup
145 For subsystem maintainers introducing a namespace, the steps are very similar.
/Linux-v6.1/drivers/gpio/
DTODO116 dry-code conversions to MMIO GPIO for maintainers to test
124 this with dry-coding and sending to maintainers to test
133 dry-code conversions to gpiolib irqchip for maintainers to test

12345678910>>...96