On Thu, Jan 17, 2013 at 11:26 AM, Will Deacon <[email protected]> wrote:
> On Wed, Jan 16, 2013 at 05:59:25PM +0000, Christoffer Dall wrote:
>> Add an entry in the MAINTAINERS file for KVM/ARM.
>>
>> Cc: Russell King <[email protected]>
>> Reviewed-by: Will Deacon <[email protected]>
>> Signed-off-by: Christoffer Dall <[email protected]>
>> ---
>>  MAINTAINERS |    8 ++++++++
>>  1 file changed, 8 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 915564e..70e5a10 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -4474,6 +4474,14 @@ F:     arch/s390/include/asm/kvm*
>>  F:   arch/s390/kvm/
>>  F:   drivers/s390/kvm/
>>
>> +KERNEL VIRTUAL MACHINE (KVM) FOR ARM
>> +M:   Christoffer Dall <[email protected]>
>> +L:   [email protected]
>> +W:   http://http://systems.cs.columbia.edu/projects/kvm-arm
>
> Oops, I missed that this URL has two http:// prefixes.
>
>> +S:   Supported
>
> This means that you're paid to look after KVM. If so, using a gmail address
> seems a little odd...
>
>> +F:   arch/arm/include/asm/kvm*
>
> uapi?
>
>> +F:   arch/arm/kvm/
>

This was obviously flawed.

This is the fix, thanks:

diff --git a/MAINTAINERS b/MAINTAINERS
index 70e5a10..7a6b9fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4475,10 +4475,11 @@ F:      arch/s390/kvm/
 F:     drivers/s390/kvm/

 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
-M:     Christoffer Dall <[email protected]>
+M:     Christoffer Dall <[email protected]>
 L:     [email protected]
-W:     http://http://systems.cs.columbia.edu/projects/kvm-arm
-S:     Supported
+W:     http://systems.cs.columbia.edu/projects/kvm-arm
+S:     Maintained
+F:     arch/arm/include/uapi/asm/kvm*
 F:     arch/arm/include/asm/kvm*
 F:     arch/arm/kvm/

--
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to