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