Revision 4b01f5a4c9c4f0c502875c1fb31dcd5d0df86475 authored by Linus Torvalds on 20 July 2019, 17:43:03 UTC, committed by Linus Torvalds on 20 July 2019, 17:43:03 UTC
Pull smp fix from Thomas Gleixner:
 "Add warnings to the smp function calls so callers from wrong contexts
  get detected"

* 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  smp: Warn on function calls from softirq context
2 parent s 70e6e1b + 19dbdcb
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
# builds the kprobes example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

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