diff options
| author | 2017-06-08 10:12:12 +0200 | |
|---|---|---|
| committer | 2017-06-08 10:12:12 +0200 | |
| commit | a5506c46a4d249a422b0eca537026fc7a1ac78b5 (patch) | |
| tree | 6a463b0e6ac0ca16eb195a4f49a22afb1403337f /kernel/livepatch | |
| parent | perf/core: Fix error handling in perf_event_alloc() (diff) | |
| parent | perf/core: Drop kernel samples even though :u is specified (diff) | |
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/livepatch')
| -rw-r--r-- | kernel/livepatch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig index 045022557936..ec4565122e65 100644 --- a/kernel/livepatch/Kconfig +++ b/kernel/livepatch/Kconfig @@ -10,6 +10,7 @@ config LIVEPATCH depends on SYSFS depends on KALLSYMS_ALL depends on HAVE_LIVEPATCH + depends on !TRIM_UNUSED_KSYMS help Say Y here if you want to support kernel live patching. This option has no runtime impact until a kernel "patch" |
