lkml.org 
[lkml]   [2016]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH v8 7/8] Enable LIVEPATCH to be configured on ppc64le and add livepatch.o if it is selected
    Signed-off-by: Torsten Duwe <duwe@suse.de>
    ---
    arch/powerpc/Kconfig | 3 +++
    arch/powerpc/kernel/Makefile | 1 +
    2 files changed, 4 insertions(+)

    diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
    index e5f288c..8c7a327 100644
    --- a/arch/powerpc/Kconfig
    +++ b/arch/powerpc/Kconfig
    @@ -160,6 +160,7 @@ config PPC
    select ARCH_HAS_DEVMEM_IS_ALLOWED
    select HAVE_ARCH_SECCOMP_FILTER
    select ARCH_HAS_UBSAN_SANITIZE_ALL
    + select HAVE_LIVEPATCH if PPC64 && CPU_LITTLE_ENDIAN

    config GENERIC_CSUM
    def_bool CPU_LITTLE_ENDIAN
    @@ -1093,3 +1094,5 @@ config PPC_LIB_RHEAP
    bool

    source "arch/powerpc/kvm/Kconfig"
    +
    +source "kernel/livepatch/Kconfig"
    diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
    index 44667fd..405efce 100644
    --- a/arch/powerpc/kernel/Makefile
    +++ b/arch/powerpc/kernel/Makefile
    @@ -119,6 +119,7 @@ obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o
    obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
    obj-$(CONFIG_FTRACE_SYSCALLS) += ftrace.o
    obj-$(CONFIG_TRACING) += trace_clock.o
    +obj-$(CONFIG_LIVEPATCH) += livepatch.o

    ifneq ($(CONFIG_PPC_INDIRECT_PIO),y)
    obj-y += iomap.o
    --
    1.8.5.6
    \
     
     \ /
      Last update: 2016-02-10 19:01    [W:4.144 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site