https://github.com/torvalds/linux
Revision 9b82e65d65c90faecc408bcdc14a0229736ed193 authored by Linus Torvalds on 24 November 2011, 04:19:31 UTC, committed by Linus Torvalds on 24 November 2011, 04:19:31 UTC
* git://github.com/rustyrussell/linux:
  virtio-pci: make reset operation safer
  virtio-mmio: Correct the name of the guest features selector
  virtio: add HAS_IOMEM dependency to MMIO platform bus driver
2 parent s 8174a06 + e6af578
Raw File
Tip revision: 9b82e65d65c90faecc408bcdc14a0229736ed193 authored by Linus Torvalds on 24 November 2011, 04:19:31 UTC
Merge git://github.com/rustyrussell/linux
Tip revision: 9b82e65
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