linux/drivers/scsi/bfa
Kyle McMartin 0b1017aab1 [SCSI] bfa: squelch lockdep complaint with a spin_lock_init
Spotted this while looking at another issue...

INFO: trying to register non-static key.
the code is fine but needs lockdep annotation.
turning off the locking correctness validator.
Pid: 298, comm: udevd Not tainted 3.3.0 #1
Call Trace:
  [<ffffffff810cee63>] __lock_acquire+0x1363/0x1bb0
  [<ffffffff816593d2>] ? __slab_alloc+0x4a0/0x4fd
  [<ffffffff81020063>] ? native_sched_clock+0x13/0x80
  [<ffffffff810200d9>] ? sched_clock+0x9/0x10
  [<ffffffff810cfd81>] lock_acquire+0xa1/0x1e0
  [<ffffffffa0321b83>] ? bfa_fcs_lport_aen_post+0x43/0x160 [bfa]
  [<ffffffff816630e5>] _raw_spin_lock_irqsave+0x65/0xb0
  [<ffffffffa0321b83>] ? bfa_fcs_lport_aen_post+0x43/0x160 [bfa]
  [<ffffffffa0321b83>] bfa_fcs_lport_aen_post+0x43/0x160 [bfa]
  [<ffffffffa032fa57>] bfa_fcs_lport_init+0x97/0x120 [bfa]
  [<ffffffffa031d4ff>] bfa_fcs_fabric_sm_uninit+0x1cf/0x250 [bfa]
  [<ffffffffa031c1da>] bfa_fcs_fabric_modinit+0x2a/0xb0 [bfa]
  [<ffffffffa031bef2>] ? bfa_fcs_fabric_attach+0xf2/0x170 [bfa]
  [<ffffffffa031e75a>] bfa_fcs_init+0x2a/0x40 [bfa]
  [<ffffffffa02facf7>] bfad_drv_init+0x107/0x1f0 [bfa]
  [<ffffffffa02fb057>] bfad_pci_probe+0x277/0x450 [bfa]
  [<ffffffff81354d4c>] local_pci_probe+0x5c/0xd0
  [<ffffffff81354ed1>] pci_device_probe+0x111/0x120
  [<ffffffff8141c0e6>] driver_probe_device+0x96/0x2f0
  [<ffffffff8141c3eb>] __driver_attach+0xab/0xb0
  [<ffffffff8141c340>] ? driver_probe_device+0x2f0/0x2f0
  [<ffffffff8141a2e5>] bus_for_each_dev+0x55/0x90
  [<ffffffffa037b000>] ? 0xffffffffa037afff
  [<ffffffff8141bbce>] driver_attach+0x1e/0x20
  [<ffffffff8141b8d8>] bus_add_driver+0x1b8/0x2b0
  [<ffffffffa037b000>] ? 0xffffffffa037afff
  [<ffffffff8141cbc7>] driver_register+0x77/0x160
  [<ffffffffa037b000>] ? 0xffffffffa037afff
  [<ffffffff81353b23>] __pci_register_driver+0x73/0xf0
  [<ffffffffa037b000>] ? 0xffffffffa037afff
  [<ffffffffa037b083>] bfad_init+0x83/0x1000 [bfa]
  [<ffffffff8100212a>] do_one_initcall+0x12a/0x180
  [<ffffffff810df0d0>] sys_init_module+0xc0/0x220
  [<ffffffff8166bbe9>] system_call_fastpath+0x16/0x1b

Signed-off-by: Kyle McMartin <kmcmarti@redhat.com>
Acked-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-07-20 08:59:03 +01:00
..
bfa_core.c [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfa_cs.h
bfa_defs_fcs.h [SCSI] bfa: Extend BSG interface. 2011-06-29 17:16:54 -05:00
bfa_defs_svc.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfa_defs.h [SCSI] bfa: fix endian and bit field check bug 2011-12-15 10:55:01 +04:00
bfa_fc.h [SCSI] bfa: Revert back the current LUN Masking Implementation. 2012-01-10 17:01:24 -06:00
bfa_fcbuild.c [SCSI] bfa: FCS bug fixes. 2011-06-29 17:12:11 -05:00
bfa_fcbuild.h [SCSI] bfa: FCS bug fixes. 2011-06-29 17:12:11 -05:00
bfa_fcpim.c [SCSI] bfa: Revert back the current LUN Masking Implementation. 2012-01-10 17:01:24 -06:00
bfa_fcpim.h [SCSI] bfa: Revert back the current LUN Masking Implementation. 2012-01-10 17:01:24 -06:00
bfa_fcs_fcpim.c [SCSI] bfa: Add FC-transport based Asynchronous Event Notification support. 2011-07-27 14:41:24 +04:00
bfa_fcs_lport.c [SCSI] bfa: Fix bfa logging for Logical port state change notification 2012-04-25 10:02:03 +01:00
bfa_fcs_rport.c [SCSI] bfa: BSG and User interface fixes. 2012-03-28 09:57:58 +01:00
bfa_fcs.c [SCSI] bfa: Add FC-transport based Asynchronous Event Notification support. 2011-07-27 14:41:24 +04:00
bfa_fcs.h [SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo response. 2012-04-25 09:58:31 +01:00
bfa_hw_cb.c [SCSI] bfa: Update RME interrupt handling. 2011-07-27 14:44:48 +04:00
bfa_hw_ct.c [SCSI] bfa: Update RME interrupt handling. 2011-07-27 14:44:48 +04:00
bfa_ioc_cb.c [SCSI] bfa: IOC bug fixes. 2011-06-29 16:57:52 -05:00
bfa_ioc_ct.c [SCSI] bfa: Flash controller IOC pll init fixes. 2012-03-28 09:54:32 +01:00
bfa_ioc.c [SCSI] bfa: off by one in bfa_ioc_mbox_isr() 2012-07-20 08:58:37 +01:00
bfa_ioc.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfa_modules.h [SCSI] bfa: Add support to store driver configuration in flash. 2011-07-27 14:54:03 +04:00
bfa_plog.h
bfa_port.c [SCSI] bfa: Added support to query PHY. 2011-06-29 17:27:20 -05:00
bfa_port.h [SCSI] bfa: Added support for CEE info and stats query. 2011-06-29 17:21:23 -05:00
bfa_svc.c [SCSI] bfa: BSG and User interface fixes. 2012-03-28 09:57:58 +01:00
bfa_svc.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfa.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfad_attr.c [SCSI] bfa: Fix to set vport FC host sysfs entries 2012-05-22 11:06:29 +01:00
bfad_bsg.c [SCSI] bfa: BSG and User interface fixes. 2012-03-28 09:57:58 +01:00
bfad_bsg.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfad_debugfs.c SCSI updates for post 3.2 merge window 2012-01-10 10:36:08 -08:00
bfad_drv.h [SCSI] bfa: Update the driver version to 3.0.23.0 2012-03-28 10:02:46 +01:00
bfad_im.c [SCSI] bfa: dereferencing freed memory in bfad_im_probe() 2012-07-20 08:58:37 +01:00
bfad_im.h [SCSI] bfa: Fix to set vport FC host sysfs entries 2012-05-22 11:06:29 +01:00
bfad.c [SCSI] bfa: squelch lockdep complaint with a spin_lock_init 2012-07-20 08:59:03 +01:00
bfi_ms.h [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation. 2012-03-28 09:55:22 +01:00
bfi_reg.h [SCSI] bfa: Flash controller IOC pll init fixes. 2012-03-28 09:54:32 +01:00
bfi.h [SCSI] bfa: Add FC-transport based Asynchronous Event Notification support. 2011-07-27 14:41:24 +04:00
Makefile [SCSI] bfa: Add BSG interface to support ELS, CT and vendor commands. 2011-06-29 15:59:53 -05:00