MAINTAINERS 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. KVM Unit Tests Maintainers
  2. ==========================
  3. The intention of this file is not to establish who owns what portions of the
  4. code base, but to provide a set of names that developers can consult when they
  5. have a question about a particular subset and also to provide a set of names
  6. to be CC'd when submitting a patch to obtain appropriate review.
  7. In general, if you have a question about inclusion of a patch, you
  8. should consult the KVM mailing list <kvm@vger.kernel.org> and not any
  9. specific individual privately.
  10. Descriptions of section entries:
  11. M: Mail patches to: FullName <address@domain>
  12. L: Mailing list that is relevant to this area
  13. W: Web-page with status/info
  14. Q: Patchwork web based patch tracking system site
  15. T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
  16. S: Status, one of the following:
  17. Supported: Someone is actually paid to look after this.
  18. Maintained: Someone actually looks after it.
  19. Odd Fixes: It has a maintainer but they don't have time to do
  20. much other than throw the odd patch in. See below.
  21. Orphan: No current maintainer [but maybe you could take the
  22. role as you write your new code].
  23. Obsolete: Old code. Something tagged obsolete generally means
  24. it has been replaced by a better system and you
  25. should be using that.
  26. F: Files and directories with wildcard patterns.
  27. A trailing slash includes all files and subdirectory files.
  28. F: drivers/net/ all files in and below drivers/net
  29. F: drivers/net/* all files in drivers/net, but not below
  30. F: */net/* all files in "any top level directory"/net
  31. One pattern per line. Multiple F: lines acceptable.
  32. X: Files and directories that are NOT maintained, same rules as F:
  33. Files exclusions are tested before file matches.
  34. Can be useful for excluding a specific subdirectory, for instance:
  35. F: net/
  36. X: net/ipv6/
  37. matches all files in and below net excluding net/ipv6/
  38. K: Keyword perl extended regex pattern to match content in a
  39. patch or file. For instance:
  40. K: of_get_profile
  41. matches patches or files that contain "of_get_profile"
  42. K: \b(printk|pr_(info|err))\b
  43. matches patches or files that contain one or more of the words
  44. printk, pr_info or pr_err
  45. One regex pattern per line. Multiple K: lines acceptable.
  46. Maintainers
  47. -----------
  48. M: Paolo Bonzini <pbonzini@redhat.com>
  49. M: Radim Krčmář <rkrcmar@redhat.com>
  50. L: kvm@vger.kernel.org
  51. T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
  52. Architecture Specific Code:
  53. ---------------------------
  54. ARM
  55. M: Drew Jones <drjones@redhat.com>
  56. L: kvm@vger.kernel.org
  57. L: kvmarm@lists.cs.columbia.edu
  58. F: arm/*
  59. F: lib/arm/*
  60. F: lib/arm64/*
  61. POWERPC
  62. M: Laurent Vivier <lvivier@redhat.com>
  63. M: Thomas Huth <thuth@redhat.com>
  64. L: kvm@vger.kernel.org
  65. L: kvm-ppc@vger.kernel.org
  66. F: powerpc/*
  67. F: lib/powerpc/*
  68. F: lib/ppc64/*
  69. S390X
  70. M: Thomas Huth <thuth@redhat.com>
  71. M: David Hildenbrand <david@redhat.com>
  72. L: kvm@vger.kernel.org
  73. F: s390x/*
  74. F: lib/s390x/*
  75. X86
  76. M: Paolo Bonzini <pbonzini@redhat.com>
  77. M: Radim Krčmář <rkrcmar@redhat.com>
  78. L: kvm@vger.kernel.org
  79. F: x86/*
  80. F: lib/x86/*