2017-04-20 15:50:18

by Shuah Khan

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add bugzilla and documentation entites for kselftest, usbip

Update Kselftest and USB IP sections to add Bugzilla and documentation
section entries. Also add git entry to USB IP.

Signed-off-by: Shuah Khan <[email protected]>
---
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fdd5350..a367f31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7127,8 +7127,10 @@ M: Shuah Khan <[email protected]>
M: Shuah Khan <[email protected]>
L: [email protected]
T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
+B: https://bugzilla.kernel.org
S: Maintained
F: tools/testing/selftests
+F: Documentation/kselftest.txt

KERNEL VIRTUAL MACHINE (KVM)
M: Paolo Bonzini <[email protected]>
@@ -13033,6 +13035,8 @@ M: Valentina Manea <[email protected]>
M: Shuah Khan <[email protected]>
M: Shuah Khan <[email protected]>
L: [email protected]
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
+B: https://bugzilla.kernel.org
S: Maintained
F: Documentation/usb/usbip_protocol.txt
F: drivers/usb/usbip/
--
2.9.3


2017-04-20 15:52:20

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add bugzilla and documentation entites for kselftest, usbip

On Thu, Apr 20, 2017 at 09:50:10AM -0600, Shuah Khan wrote:
> @@ -13033,6 +13035,8 @@ M: Valentina Manea <[email protected]>
> M: Shuah Khan <[email protected]>
> M: Shuah Khan <[email protected]>
> L: [email protected]
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
> +B: https://bugzilla.kernel.org
> S: Maintained
> F: Documentation/usb/usbip_protocol.txt
> F: drivers/usb/usbip/

I don't like USB bugs in bugzilla at all, how are you going to separate
the usbip bugs out from the rest of the usb bugs there?

thanks,

greg k-h

2017-04-20 15:57:29

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add bugzilla and documentation entites for kselftest, usbip

On 04/20/2017 09:52 AM, Greg KH wrote:
> On Thu, Apr 20, 2017 at 09:50:10AM -0600, Shuah Khan wrote:
>> @@ -13033,6 +13035,8 @@ M: Valentina Manea <[email protected]>
>> M: Shuah Khan <[email protected]>
>> M: Shuah Khan <[email protected]>
>> L: [email protected]
>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
>> +B: https://bugzilla.kernel.org
>> S: Maintained
>> F: Documentation/usb/usbip_protocol.txt
>> F: drivers/usb/usbip/
>
> I don't like USB bugs in bugzilla at all, how are you going to separate
> the usbip bugs out from the rest of the usb bugs there?
>

I didn't realize usb bugs aren't tracked in bugzilla. I quick search
would have told me that - my bad. My thinking is that we could use a
Tag for USB/IP. However, it could get messy.

I will resend the patch to just add the git entry which would be
helpful since you take these patches through your usb tree.

thanks,
-- Shuah