lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220222084549.GB7049@alpha.franken.de>
Date:   Tue, 22 Feb 2022 09:45:49 +0100
From:   Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To:     Nemanja Rakovic <nemanja.rakovic@...mia.com>
Cc:     linux-kernel@...r.kernel.org, dragan.mladjenovic@...mia.com,
        elver@...gle.com
Subject: Re: [PATCH V3] mips-next: Enable KCSAN

On Mon, Feb 21, 2022 at 01:12:25PM +0100, Nemanja Rakovic wrote:
> Replaces KASAN_SANITIZE with KCSAN_SANITIZE in
> boot/compressed/Makefile.
> 
> Fixes: e0a8b93efa23 mips: Enable KCSAN
> Signed-off-by: Nemanja Rakovic <nemanja.rakovic@...mia.com>
> ---
>  arch/mips/boot/compressed/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile
> index a35f78212ea9..6cc28173bee8 100644
> --- a/arch/mips/boot/compressed/Makefile
> +++ b/arch/mips/boot/compressed/Makefile
> @@ -38,7 +38,7 @@ KBUILD_AFLAGS := $(KBUILD_AFLAGS) -D__ASSEMBLY__ \
>  KCOV_INSTRUMENT		:= n
>  GCOV_PROFILE := n
>  UBSAN_SANITIZE := n
> -KASAN_SANITIZE			:= n
> +KCSAN_SANITIZE			:= n
>  
>  # decompressor objects (linked with vmlinuz)
>  vmlinuzobjs-y := $(obj)/head.o $(obj)/decompress.o $(obj)/string.o $(obj)/bswapsi.o
> -- 
> 2.17.1

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ