netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] 9p: add missing module license for xen transport
@ 2018-01-08 16:23 Stephen Hemminger
  2018-01-15 18:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2018-01-08 16:23 UTC (permalink / raw)
  To: ericvh, rminnich, lucho, davem
  Cc: v9fs-developer, netdev, Stephen Hemminger, Stephen Hemminger

The 9P of Xen module is missing required license and module information.
See https://bugzilla.kernel.org/show_bug.cgi?id=198109

Reported-by: Alan Bartlett <ajb@elrepo.org>
Fixes: 868eb122739a ("xen/9pfs: introduce Xen 9pfs transport driver")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 net/9p/trans_xen.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c
index 325c56043007..086a4abdfa7c 100644
--- a/net/9p/trans_xen.c
+++ b/net/9p/trans_xen.c
@@ -543,3 +543,7 @@ static void p9_trans_xen_exit(void)
 	return xenbus_unregister_driver(&xen_9pfs_front_driver);
 }
 module_exit(p9_trans_xen_exit);
+
+MODULE_AUTHOR("Stefano Stabellini <stefano@aporeto.com>");
+MODULE_DESCRIPTION("Xen Transport for 9P");
+MODULE_LICENSE("GPL");
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net] 9p: add missing module license for xen transport
  2018-01-08 16:23 [PATCH net] 9p: add missing module license for xen transport Stephen Hemminger
@ 2018-01-15 18:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-01-15 18:14 UTC (permalink / raw)
  To: stephen; +Cc: ericvh, rminnich, lucho, v9fs-developer, netdev, sthemmin

From: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon,  8 Jan 2018 08:23:18 -0800

> The 9P of Xen module is missing required license and module information.
> See https://bugzilla.kernel.org/show_bug.cgi?id=198109
> 
> Reported-by: Alan Bartlett <ajb@elrepo.org>
> Fixes: 868eb122739a ("xen/9pfs: introduce Xen 9pfs transport driver")
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied, thanks Stephen.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-15 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 16:23 [PATCH net] 9p: add missing module license for xen transport Stephen Hemminger
2018-01-15 18:14 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).