Revision 78e18063a9696c508dc95581fb8ec1aee539c4ee authored by Jens Axboe on 26 July 2018, 17:48:44 UTC, committed by Jens Axboe on 26 July 2018, 17:48:44 UTC
Pull NVMe fixes from Christoph:

"Two small fixes each for the FC code and the target."

* 'nvme-4.18' of git://git.infradead.org/nvme:
  nvmet: only check for filebacking on -ENOTBLK
  nvmet: fixup crash on NULL device path
  nvme: if_ready checks to fail io to deleting controller
  nvmet-fc: fix target sgl list on large transfers
2 parent s 065990b + 405a751
Raw File
Makefile
#
# Makefile for the linux kernel debugger
#

obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
obj-$(CONFIG_KGDB_KDB) += kdb/
back to top