kernel-ark/drivers/ntb
Jon Mason 3b12a0d15b NTB: Add Error Handling in ntb_device_setup
If an error is encountered in ntb_device_setup, it is possible that the
spci_cmd isn't populated.  Writes to the offset can result in a NULL
pointer dereference.  This issue is easily encountered by running in
NTB-RP mode, as it currently is not supported and will generate an
error.  To get around this issue, return if an error is encountered
prior to attempting to write to the spci_cmd offset.

Signed-off-by: Jon Mason <jon.mason@intel.com>
2013-09-03 11:13:12 -07:00
..
Kconfig NTB: disable x86_32 support 2013-01-21 14:34:21 -08:00
Makefile
ntb_hw.c NTB: Add Error Handling in ntb_device_setup 2013-09-03 11:13:12 -07:00
ntb_hw.h NTB: Fix Sparse Warnings 2013-01-21 14:34:21 -08:00
ntb_regs.h
ntb_transport.c NTB: Multiple NTB client fix 2013-05-15 10:58:22 -07:00