diff mbox series

[net] page_pool: Add myself as page pool reviewer in MAINTAINERS

Message ID 20231107113440.59794-1-linyunsheng@huawei.com (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series [net] page_pool: Add myself as page pool reviewer in MAINTAINERS | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 9 this patch: 9
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 9 this patch: 9
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 9 this patch: 9
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Yunsheng Lin Nov. 7, 2023, 11:34 a.m. UTC
I have added frag support for page pool, made some improvement
for it recently, and reviewed some related patches too.

So add myself as reviewer so that future patch will be cc'ed
to my email.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
CC: Jesper Dangaard Brouer <hawk@kernel.org>
CC: Ilias Apalodimas <ilias.apalodimas@linaro.org>
CC: David S. Miller <davem@davemloft.net>
CC: Jakub Kicinski <kuba@kernel.org>
CC: Paolo Abeni <pabeni@redhat.com>
CC: Netdev <netdev@vger.kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Jesper Dangaard Brouer Nov. 7, 2023, 12:28 p.m. UTC | #1
On 07/11/2023 12.34, Yunsheng Lin wrote:
> I have added frag support for page pool, made some improvement
> for it recently, and reviewed some related patches too.
> 

Yes, notice your frag stuff was applied while I was on vacation.
Thanks to Ilias, Jakub and other reviewers for handling this.

> So add myself as reviewer so that future patch will be cc'ed
> to my email.

I think is a good idea and I appreciate that you will review your
changes to page_pool.

There is a format issue below in patch.


> Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
> CC: Jesper Dangaard Brouer <hawk@kernel.org>
> CC: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> CC: David S. Miller <davem@davemloft.net>
> CC: Jakub Kicinski <kuba@kernel.org>
> CC: Paolo Abeni <pabeni@redhat.com>
> CC: Netdev <netdev@vger.kernel.org>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 14e1194faa4b..5d20efb9021a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16242,6 +16242,7 @@ F:	mm/truncate.c
>   PAGE POOL
>   M:	Jesper Dangaard Brouer <hawk@kernel.org>
>   M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
> +R	Yunsheng Lin <linyunsheng@huawei.com>

I think there is missing a colon ":" after "R".

>   L:	netdev@vger.kernel.org
>   S:	Supported
>   F:	Documentation/networking/page_pool.rst
Yunsheng Lin Nov. 7, 2023, 12:40 p.m. UTC | #2
On 2023/11/7 20:28, Jesper Dangaard Brouer wrote:

>> ---
>>   MAINTAINERS | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 14e1194faa4b..5d20efb9021a 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -16242,6 +16242,7 @@ F:    mm/truncate.c
>>   PAGE POOL
>>   M:    Jesper Dangaard Brouer <hawk@kernel.org>
>>   M:    Ilias Apalodimas <ilias.apalodimas@linaro.org>
>> +R    Yunsheng Lin <linyunsheng@huawei.com>
> 
> I think there is missing a colon ":" after "R".

Yes, thanks for pointing out.
Fixed and sent.

> 
>>   L:    netdev@vger.kernel.org
>>   S:    Supported
>>   F:    Documentation/networking/page_pool.rst
> 
> .
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 14e1194faa4b..5d20efb9021a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16242,6 +16242,7 @@  F:	mm/truncate.c
 PAGE POOL
 M:	Jesper Dangaard Brouer <hawk@kernel.org>
 M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
+R	Yunsheng Lin <linyunsheng@huawei.com>
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	Documentation/networking/page_pool.rst