Home
last modified time | relevance | path

Searched hist:fd98d89698855f6cf5650c014e5d3fca38783c8b (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.hdiff fd98d89698855f6cf5650c014e5d3fca38783c8b Fri Feb 05 08:36:37 CST 2016 Selvin Xavier <selvin.xavier@broadcom.com> RDMA/ocrdma: Initialize stats resources in the driver before ib device registration.

In the latest kernel, process_mad hook of the driver can be invoked as
soon as device is registered. In this hook, ocrdma driver is issuing a
command to get the stats counters from the HW. This is triggering system
crash since the statistics command resources are not allocated by the driver.
Changing the sequence of initialization to avoid this crash.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
H A Docrdma_stats.cdiff fd98d89698855f6cf5650c014e5d3fca38783c8b Fri Feb 05 08:36:37 CST 2016 Selvin Xavier <selvin.xavier@broadcom.com> RDMA/ocrdma: Initialize stats resources in the driver before ib device registration.

In the latest kernel, process_mad hook of the driver can be invoked as
soon as device is registered. In this hook, ocrdma driver is issuing a
command to get the stats counters from the HW. This is triggering system
crash since the statistics command resources are not allocated by the driver.
Changing the sequence of initialization to avoid this crash.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
H A Docrdma_main.cdiff fd98d89698855f6cf5650c014e5d3fca38783c8b Fri Feb 05 08:36:37 CST 2016 Selvin Xavier <selvin.xavier@broadcom.com> RDMA/ocrdma: Initialize stats resources in the driver before ib device registration.

In the latest kernel, process_mad hook of the driver can be invoked as
soon as device is registered. In this hook, ocrdma driver is issuing a
command to get the stats counters from the HW. This is triggering system
crash since the statistics command resources are not allocated by the driver.
Changing the sequence of initialization to avoid this crash.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>