[ia64, powerpc, sparc, x86] Enable KPROBES and KRETPROBES (Closes: #584130)

svn path=/dists/sid/linux-2.6/; revision=15927
This commit is contained in:
Ben Hutchings 2010-07-02 21:43:27 +00:00
parent 193b8e66f3
commit 9fe79d1fef
6 changed files with 20 additions and 1 deletions

2
debian/changelog vendored
View File

@ -44,6 +44,8 @@ linux-2.6 (2.6.32-16) UNRELEASED; urgency=low
(Closes: #514646) (Closes: #514646)
* Add stable 2.6.32.16-rc1 * Add stable 2.6.32.16-rc1
* Add drm changes from stable 2.6.33.6-rc1 * Add drm changes from stable 2.6.33.6-rc1
* [ia64, powerpc, sparc, x86] Enable KPROBES and KRETPROBES
(Closes: #584130)
[ Aurelien Jarno ] [ Aurelien Jarno ]
* [sh4] fix sh_tmu clocksource following recent nohz changes. * [sh4] fix sh_tmu clocksource following recent nohz changes.

View File

@ -14,6 +14,12 @@ ignore-changes: module:arch/x86/kvm/kvm
ide_timing_compute ide_timing_compute
ide_timing_find_mode ide_timing_find_mode
ide_timing_merge ide_timing_merge
# Can't see any OOT users of these
__srcu_notifier_call_chain
srcu_init_notifier_head
srcu_notifier_call_chain
srcu_notifier_chain_register
srcu_notifier_chain_unregister
[base] [base]
arches: arches:

View File

@ -2,6 +2,8 @@
## file: arch/Kconfig ## file: arch/Kconfig
## ##
CONFIG_OPROFILE=m CONFIG_OPROFILE=m
CONFIG_KPROBES=y
CONFIG_KRETPROBES=y
## ##
## file: arch/ia64/Kconfig ## file: arch/ia64/Kconfig

View File

@ -4,7 +4,8 @@
CONFIG_OPROFILE=m CONFIG_OPROFILE=m
CONFIG_OPROFILE_IBS=y CONFIG_OPROFILE_IBS=y
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
# CONFIG_KPROBES is not set CONFIG_KPROBES=y
CONFIG_KRETPROBES=y
## ##
## file: arch/x86/Kconfig ## file: arch/x86/Kconfig

View File

@ -2,6 +2,8 @@
## file: arch/Kconfig ## file: arch/Kconfig
## ##
CONFIG_OPROFILE=m CONFIG_OPROFILE=m
CONFIG_KPROBES=y
CONFIG_KRETPROBES=y
## ##
## file: arch/powerpc/Kconfig ## file: arch/powerpc/Kconfig

View File

@ -1,3 +1,9 @@
##
## file: arch/Kconfig
##
CONFIG_KPROBES=y
CONFIG_KRETPROBES=y
## ##
## file: arch/sparc/Kconfig ## file: arch/sparc/Kconfig
## ##