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]
Message-Id: <1583854376-15598-1-git-send-email-majun258@linux.alibaba.com>
Date:   Tue, 10 Mar 2020 23:32:56 +0800
From:   Ma Jun <majun258@...ux.alibaba.com>
To:     guoren@...nel.org
Cc:     majun258@...ux.alibaba.com, linux-kernel@...r.kernel.org,
        linux-arch@...r.kernel.org, linux-csky@...r.kernel.org
Subject: [PATCH]arch/csky:Enable the gcov function in csky achitecture

Support the gcov function in csky architecture

Signed-off-by: Ma Jun <majun258@...ux.alibaba.com>
---
 arch/csky/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 047427f..9c4749d 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -64,6 +64,7 @@ config CSKY
 	select PCI_DOMAINS_GENERIC if PCI
 	select PCI_SYSCALL if PCI
 	select PCI_MSI if PCI
+	select ARCH_HAS_GCOV_PROFILE_ALL
 
 config CPU_HAS_CACHEV2
 	bool
-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ