* maintainer profiles @ 2026-04-10 0:18 Randy Dunlap 2026-04-10 8:12 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 5+ messages in thread From: Randy Dunlap @ 2026-04-10 0:18 UTC (permalink / raw) To: Linux Documentation, Linux Kernel Mailing List Cc: Jonathan Corbet, Linux Kernel Workflows Hi, Is there supposed to be a difference (or distinction) in the contents of Documentation/process/maintainer-handbooks.rst and Documentation/maintainer/maintainer-entry-profile.rst ? Can they be combined into one location? -- ~Randy ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: maintainer profiles 2026-04-10 0:18 maintainer profiles Randy Dunlap @ 2026-04-10 8:12 ` Mauro Carvalho Chehab 2026-04-11 23:54 ` Randy Dunlap 0 siblings, 1 reply; 5+ messages in thread From: Mauro Carvalho Chehab @ 2026-04-10 8:12 UTC (permalink / raw) To: Randy Dunlap Cc: Linux Documentation, Linux Kernel Mailing List, Jonathan Corbet, Linux Kernel Workflows On Thu, 9 Apr 2026 17:18:39 -0700 Randy Dunlap <rdunlap@infradead.org> wrote: > Hi, > > Is there supposed to be a difference (or distinction) in the contents of > > Documentation/process/maintainer-handbooks.rst > and > Documentation/maintainer/maintainer-entry-profile.rst > ? > > Can they be combined into one location? Heh, from the 5 entries at maintainer-handbooks.rst: maintainer-netdev maintainer-soc maintainer-soc-clean-dts maintainer-tip maintainer-kvm-x86 we have 3 of them already there at maintainer-entry-profile.rst: $ grep process/ Documentation/maintainer/maintainer-entry-profile.rst ../process/maintainer-soc ../process/maintainer-soc-clean-dts ../process/maintainer-netdev It sounds to me that moving maintainer-tip and maintainer-kvm-x86 to maintainer-entry-profile.rst would be enough to drop maintainer-handbooks.rst, keeping them consolidated on a single place. Thanks, Mauro ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: maintainer profiles 2026-04-10 8:12 ` Mauro Carvalho Chehab @ 2026-04-11 23:54 ` Randy Dunlap 2026-04-12 0:02 ` Randy Dunlap 0 siblings, 1 reply; 5+ messages in thread From: Randy Dunlap @ 2026-04-11 23:54 UTC (permalink / raw) To: Mauro Carvalho Chehab Cc: Linux Documentation, Linux Kernel Mailing List, Jonathan Corbet, Linux Kernel Workflows Hi, On 4/10/26 1:12 AM, Mauro Carvalho Chehab wrote: > On Thu, 9 Apr 2026 17:18:39 -0700 > Randy Dunlap <rdunlap@infradead.org> wrote: > >> Hi, >> >> Is there supposed to be a difference (or distinction) in the contents of >> >> Documentation/process/maintainer-handbooks.rst >> and >> Documentation/maintainer/maintainer-entry-profile.rst >> ? >> >> Can they be combined into one location? > > Heh, from the 5 entries at maintainer-handbooks.rst: > > maintainer-netdev > maintainer-soc > maintainer-soc-clean-dts > maintainer-tip > maintainer-kvm-x86 > > we have 3 of them already there at maintainer-entry-profile.rst: > > $ grep process/ Documentation/maintainer/maintainer-entry-profile.rst > ../process/maintainer-soc > ../process/maintainer-soc-clean-dts > ../process/maintainer-netdev > > It sounds to me that moving maintainer-tip and maintainer-kvm-x86 > to maintainer-entry-profile.rst would be enough to drop > maintainer-handbooks.rst, keeping them consolidated on a single > place. Yes, maybe. How about in the other direction: move them all to maintainer-handbooks.rst? After all, maintainer-entry-profile.rst says: For now, existing maintainer profiles are listed here; we will likely want to do something different in the near future. Also, does anyone know why some of these profiles are numbered and some are not? See https://docs.kernel.org/maintainer/maintainer-entry-profile.html#existing-profiles for odd numbering. thanks. -- ~Randy ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: maintainer profiles 2026-04-11 23:54 ` Randy Dunlap @ 2026-04-12 0:02 ` Randy Dunlap 2026-04-12 6:31 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 5+ messages in thread From: Randy Dunlap @ 2026-04-12 0:02 UTC (permalink / raw) To: Mauro Carvalho Chehab Cc: Linux Documentation, Linux Kernel Mailing List, Jonathan Corbet, Linux Kernel Workflows On 4/11/26 4:54 PM, Randy Dunlap wrote: > Hi, > > On 4/10/26 1:12 AM, Mauro Carvalho Chehab wrote: >> On Thu, 9 Apr 2026 17:18:39 -0700 >> Randy Dunlap <rdunlap@infradead.org> wrote: >> >>> Hi, >>> >>> Is there supposed to be a difference (or distinction) in the contents of >>> >>> Documentation/process/maintainer-handbooks.rst >>> and >>> Documentation/maintainer/maintainer-entry-profile.rst >>> ? >>> >>> Can they be combined into one location? >> >> Heh, from the 5 entries at maintainer-handbooks.rst: >> >> maintainer-netdev >> maintainer-soc >> maintainer-soc-clean-dts >> maintainer-tip >> maintainer-kvm-x86 >> >> we have 3 of them already there at maintainer-entry-profile.rst: >> >> $ grep process/ Documentation/maintainer/maintainer-entry-profile.rst >> ../process/maintainer-soc >> ../process/maintainer-soc-clean-dts >> ../process/maintainer-netdev >> >> It sounds to me that moving maintainer-tip and maintainer-kvm-x86 >> to maintainer-entry-profile.rst would be enough to drop >> maintainer-handbooks.rst, keeping them consolidated on a single >> place. > > Yes, maybe. How about in the other direction: > move them all to maintainer-handbooks.rst? > > After all, maintainer-entry-profile.rst says: > For now, existing maintainer profiles are listed here; we will likely want > to do something different in the near future. > > Also, does anyone know why some of these profiles are numbered and some > are not? See > https://docs.kernel.org/maintainer/maintainer-entry-profile.html#existing-profiles > for odd numbering. Because they are numbered in their own respective documentation areas... -- ~Randy ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: maintainer profiles 2026-04-12 0:02 ` Randy Dunlap @ 2026-04-12 6:31 ` Mauro Carvalho Chehab 0 siblings, 0 replies; 5+ messages in thread From: Mauro Carvalho Chehab @ 2026-04-12 6:31 UTC (permalink / raw) To: Randy Dunlap Cc: Linux Documentation, Linux Kernel Mailing List, Jonathan Corbet, Linux Kernel Workflows, Dan Williams, Thomas Gleixner On Sat, 11 Apr 2026 17:02:56 -0700 Randy Dunlap <rdunlap@infradead.org> wrote: > On 4/11/26 4:54 PM, Randy Dunlap wrote: > > Hi, > > > > On 4/10/26 1:12 AM, Mauro Carvalho Chehab wrote: > >> On Thu, 9 Apr 2026 17:18:39 -0700 > >> Randy Dunlap <rdunlap@infradead.org> wrote: > >> > >>> Hi, > >>> > >>> Is there supposed to be a difference (or distinction) in the contents of > >>> > >>> Documentation/process/maintainer-handbooks.rst > >>> and > >>> Documentation/maintainer/maintainer-entry-profile.rst > >>> ? > >>> > >>> Can they be combined into one location? > >> > >> Heh, from the 5 entries at maintainer-handbooks.rst: > >> > >> maintainer-netdev > >> maintainer-soc > >> maintainer-soc-clean-dts > >> maintainer-tip > >> maintainer-kvm-x86 > >> > >> we have 3 of them already there at maintainer-entry-profile.rst: > >> > >> $ grep process/ Documentation/maintainer/maintainer-entry-profile.rst > >> ../process/maintainer-soc > >> ../process/maintainer-soc-clean-dts > >> ../process/maintainer-netdev > >> > >> It sounds to me that moving maintainer-tip and maintainer-kvm-x86 > >> to maintainer-entry-profile.rst would be enough to drop > >> maintainer-handbooks.rst, keeping them consolidated on a single > >> place. > > > > Yes, maybe. How about in the other direction: > > move them all to maintainer-handbooks.rst? > > > > After all, maintainer-entry-profile.rst says: > > For now, existing maintainer profiles are listed here; we will likely want > > to do something different in the near future. (added Don and Thomas to the thread) I don't have strong preferences, but the maintainer-entry-profile.rst contains a "default" maintainership model, so, whatever file name, I would preserve at least most of its contents somewhere. Probably a more important discussions is where they should would sit: - at Documentation/process; - at Documentation/maintainer; Another option would be to move the contents from/two those two books. > > > > Also, does anyone know why some of these profiles are numbered and some > > are not? See > > https://docs.kernel.org/maintainer/maintainer-entry-profile.html#existing-profiles > > for odd numbering. > > Because they are numbered in their own respective documentation areas... > Yes: they're actually links to other places: .. toctree:: :maxdepth: 1 ../doc-guide/maintainer-profile ../nvdimm/maintainer-entry-profile ../arch/riscv/patch-acceptance ../process/maintainer-soc ../process/maintainer-soc-clean-dts ../driver-api/media/maintainer-entry-profile ../process/maintainer-netdev ../driver-api/vfio-pci-device-specific-driver-acceptance ../nvme/feature-and-quirk-policy ../filesystems/nfs/nfsd-maintainer-entry-profile ../filesystems/xfs/xfs-maintainer-entry-profile ../mm/damon/maintainer-profile On most cases, the profile is located together with other subsystem-specific docs, as it makes easier to maintain there, together with other documents from a given subsystem. It also saves the need to add extra entries at MAINTAINERS file. Thanks, Mauro ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-04-12 6:31 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2026-04-10 0:18 maintainer profiles Randy Dunlap 2026-04-10 8:12 ` Mauro Carvalho Chehab 2026-04-11 23:54 ` Randy Dunlap 2026-04-12 0:02 ` Randy Dunlap 2026-04-12 6:31 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox