lkml.org 
[lkml]   [2014]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 02/13] efi: libstub: disable KASAN for efistub
    Date
    KASan as many other options should be disabled for this stub
    to prevent build failures.

    Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
    ---
    drivers/firmware/efi/libstub/Makefile | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/firmware/efi/libstub/Makefile b/drivers/firmware/efi/libstub/Makefile
    index b14bc2b..c5533c7 100644
    --- a/drivers/firmware/efi/libstub/Makefile
    +++ b/drivers/firmware/efi/libstub/Makefile
    @@ -19,6 +19,7 @@ KBUILD_CFLAGS := $(cflags-y) \
    $(call cc-option,-fno-stack-protector)

    GCOV_PROFILE := n
    +KASAN_SANITIZE := n

    lib-y := efi-stub-helper.o
    lib-$(CONFIG_EFI_ARMSTUB) += arm-stub.o fdt.o
    --
    2.1.2


    \
     
     \ /
      Last update: 2014-10-06 18:41    [W:4.078 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site