Re: [PATCH v4 02/13] efi: libstub: disable KASAN for efistub

2014-10-07 Thread Dmitry Vyukov
looks good to me On Mon, Oct 6, 2014 at 7:53 PM, Andrey Ryabinin wrote: > KASan as many other options should be disabled for this stub > to prevent build failures. > > Signed-off-by: Andrey Ryabinin > --- > drivers/firmware/efi/libstub/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff -

[PATCH v4 02/13] efi: libstub: disable KASAN for efistub

2014-10-06 Thread Andrey Ryabinin
KASan as many other options should be disabled for this stub to prevent build failures. Signed-off-by: Andrey Ryabinin --- 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 inde