Message ID | 160586497895.2808766.2902017028647296556.stgit@firesoul (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] MAINTAINERS: Update page pool entry | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for net-next |
netdev/subject_prefix | success | Link |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | warning | WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
netdev/stable | success | Stable not CCed |
On Fri, Nov 20, 2020 at 10:36:19AM +0100, Jesper Dangaard Brouer wrote: > Add some file F: matches that is related to page_pool. > > Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f827f504251b..efcdc68a03b1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13179,6 +13179,8 @@ L: netdev@vger.kernel.org > S: Supported > F: include/net/page_pool.h > F: net/core/page_pool.c > +F: include/trace/events/page_pool.h > +F: Documentation/networking/page_pool.rst > > PANASONIC LAPTOP ACPI EXTRAS DRIVER > M: Harald Welte <laforge@gnumonks.org> > > Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
On Fri, 20 Nov 2020 10:36:19 +0100 Jesper Dangaard Brouer wrote: > Add some file F: matches that is related to page_pool. > > Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f827f504251b..efcdc68a03b1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13179,6 +13179,8 @@ L: netdev@vger.kernel.org > S: Supported > F: include/net/page_pool.h > F: net/core/page_pool.c > +F: include/trace/events/page_pool.h > +F: Documentation/networking/page_pool.rst Checkpatch says: WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order #26: FILE: MAINTAINERS:13165: F: net/core/page_pool.c +F: include/trace/events/page_pool.h WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order #27: FILE: MAINTAINERS:13166: +F: include/trace/events/page_pool.h +F: Documentation/networking/page_pool.rst
diff --git a/MAINTAINERS b/MAINTAINERS index f827f504251b..efcdc68a03b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13179,6 +13179,8 @@ L: netdev@vger.kernel.org S: Supported F: include/net/page_pool.h F: net/core/page_pool.c +F: include/trace/events/page_pool.h +F: Documentation/networking/page_pool.rst PANASONIC LAPTOP ACPI EXTRAS DRIVER M: Harald Welte <laforge@gnumonks.org>
Add some file F: matches that is related to page_pool. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)