linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] NULL required to terminate attr array
@ 2017-05-09 21:09 Steven Roberts
       [not found] ` <20170509210907.GA29717-i3Uw2LK+iw9rGVE3K263K1aTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Roberts @ 2017-05-09 21:09 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA


This patch fixes a kernel panic when loading the hfi driver as a dynamic module.Addressing this patch will make performance tweaking the driver as a loadable mdule possible.

Signed-off-by: Steven Roberts <robers97-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

diff --git a/drivers/infiniband/hw/hfi1/sysfs.c b/drivers/infiniband/hw/hfi1/sys
index 50d140d..2f3bbca 100644
--- a/drivers/infiniband/hw/hfi1/sysfs.c
+++ b/drivers/infiniband/hw/hfi1/sysfs.c
@@ -196,7 +196,8 @@ static ssize_t cc_attr_store(struct kobject *kobj, struct at
 };
 
 static struct attribute *port_cc_default_attributes[] = {
-       &cc_prescan_attr.attr
+       &cc_prescan_attr.attr,
+       NULL
 };
 
 static struct kobj_type port_cc_ktype = {

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-05-10 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-09 21:09 [PATCH] NULL required to terminate attr array Steven Roberts
     [not found] ` <20170509210907.GA29717-i3Uw2LK+iw9rGVE3K263K1aTQe2KTcn/@public.gmane.org>
2017-05-10  5:35   ` Leon Romanovsky
     [not found]     ` <20170510053543.GA1839-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-05-10 13:40       ` [PATCH] IB/hfi1: " Steven Roberts
     [not found]         ` <20170510134030.GA28309-i3Uw2LK+iw9rGVE3K263K1aTQe2KTcn/@public.gmane.org>
2017-05-10 14:11           ` Leon Romanovsky

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).