Revision 901b2082b51d4f1c6deac5d5264a744b793ed46f authored by Linus Torvalds on 18 January 2015, 03:26:52 UTC, committed by Linus Torvalds on 18 January 2015, 03:26:52 UTC
Pull SCSI fixes from James Bottomley:
 "This is one fix for a Multiqueue sleeping in invalid context problem
  and a MAINTAINER file update for Qlogic"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: ->queue_rq can't sleep
  MAINTAINERS: Update maintainer list for qla4xxx
2 parent s 298e320 + 70a0f2c
Raw File
Makefile
# builds the kprobes example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o jprobe_example.o
obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o
back to top