2023-03-15 17:32:17

by Hongren Zheng

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: make me a reviewer of USB/IP

I think I am familiar enough with USB/IP and is adequate as a reviewer.

Every time there is some patch/bug, I wish I can get pinged
and I will feedback on that.

I had some contributions to USBIP and some support for it.

Contribution:
Commit 17af79321 ("docs: usbip: Fix major fields and
descriptions in protocol")
Commit b737eecd4 ("usbip: tools: add options and examples
in man page related to device mode")
Commit a58977b2f ("usbip: tools: add usage of device mode in
usbip_list.c")

Support:
Commit 8f36b3b4e1 ("usbip: add USBIP_URB_* URB transfer flags")
Bug report: https://lore.kernel.org/lkml/ZBHxfUX60EyCMw5l@Sun/

I also have implemented a userspace usbip server in
https://github.com/canokeys/canokey-usbip
and maintain a list of usbip implementations
https://github.com/usbip/implementations

Signed-off-by: Hongren (Zenithal) Zheng <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a3b14ec33830..45f4fd92126b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21645,6 +21645,7 @@ USB OVER IP DRIVER
M: Valentina Manea <[email protected]>
M: Shuah Khan <[email protected]>
M: Shuah Khan <[email protected]>
+R: Hongren Zheng <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/usb/usbip_protocol.rst
--
2.37.2



2023-03-16 00:07:26

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: make me a reviewer of USB/IP

On 3/15/23 11:31, Hongren (Zenithal) Zheng wrote:
> I think I am familiar enough with USB/IP and is adequate as a reviewer.
>
> Every time there is some patch/bug, I wish I can get pinged
> and I will feedback on that.
>
> I had some contributions to USBIP and some support for it.
>
> Contribution:
> Commit 17af79321 ("docs: usbip: Fix major fields and
> descriptions in protocol")
> Commit b737eecd4 ("usbip: tools: add options and examples
> in man page related to device mode")
> Commit a58977b2f ("usbip: tools: add usage of device mode in
> usbip_list.c")
>
> Support:
> Commit 8f36b3b4e1 ("usbip: add USBIP_URB_* URB transfer flags")
> Bug report: https://lore.kernel.org/lkml/ZBHxfUX60EyCMw5l@Sun/
>
> I also have implemented a userspace usbip server in
> https://github.com/canokeys/canokey-usbip
> and maintain a list of usbip implementations
> https://github.com/usbip/implementations
>

Thank you for volunteering to be a reviewer for usb/ip driver
and usbip tool.

> Signed-off-by: Hongren (Zenithal) Zheng <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a3b14ec33830..45f4fd92126b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21645,6 +21645,7 @@ USB OVER IP DRIVER
> M: Valentina Manea <[email protected]>
> M: Shuah Khan <[email protected]>
> M: Shuah Khan <[email protected]>
> +R: Hongren Zheng <[email protected]>
> L: [email protected]
> S: Maintained
> F: Documentation/usb/usbip_protocol.rst

Acked-by: Shuah Khan <[email protected]>

thanks,
-- Shuah