https://github.com/torvalds/linux
Revision 44744bb344abe032b387d361209038d2956e8c75 authored by Linus Torvalds on 24 August 2014, 23:16:55 UTC, committed by Linus Torvalds on 24 August 2014, 23:16:55 UTC
Pull perf fixes from Ingo Molnar:
 "A kprobes and a perf compat ioctl fix"

* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf: Handle compat ioctl
  kprobes: Skip kretprobe hit in NMI context to avoid deadlock
2 parent s 959dc25 + b3f2078
Raw File
Tip revision: 44744bb344abe032b387d361209038d2956e8c75 authored by Linus Torvalds on 24 August 2014, 23:16:55 UTC
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 44744bb
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top