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-next>] [day] [month] [year] [list]
Date:   Wed, 14 Feb 2018 14:55:58 +0530
From:   Progyan Bhattacharya <bprogyan@...il.com>
To:     linux-kernel@...r.kernel.org, linux-next@...r.kernel.org
Cc:     narmstrong@...libre.com, akpm@...ux-foundation.org,
        Arnd Bergmann <arnd@...db.de>,
        Daniel Golle <daniel@...rotopia.org>,
        Joe Perches <joe@...ches.com>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines

Last two lines of code was repreated and was causing build error.

Signed-off-by: Progyan Bhattacharya <progyanb@....org>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Daniel Golle <daniel@...rotopia.org>
Cc: Joe Perches <joe@...ches.com>
Cc: Neil Armstrong <narmstrong@...libre.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>
---
 scripts/Makefile.kasan | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scripts/Makefile.kasan b/scripts/Makefile.kasan
index b7b9ecef44cc..69552a39951d 100644
--- a/scripts/Makefile.kasan
+++ b/scripts/Makefile.kasan
@@ -45,7 +45,3 @@ endif
 CFLAGS_KASAN_NOSANITIZE := -fno-builtin
 
 endif
-
-CFLAGS_KASAN_NOSANITIZE := -fno-builtin
-
-endif
-- 
2.16.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ