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:	Fri, 31 Jul 2015 20:42:34 +0200
From:	Valentin Rothberg <valentinrothberg@...il.com>
To:	ralf@...ux-mips.org, Paul Bolle <pebolle@...cali.nl>,
	linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org
Subject: mips: MT: ptrace.c: undefined MIPS_MT_SMTC

Hi Ralf,

your commit 23c59ee7e541 ("MIPS: Add uprobes support.") is in today's
linux-next tree (i.e., next-20150731) and it adds the following lines
of code to arch/mips/kernel/ptrace.c:

+#ifdef CONFIG_MIPS_MT_SMTC
+       REG_OFFSET_NAME(c0_tcstatus, cp0_tcstatus),
+#endif

The Kconfig option MIPS_MT_SMTC has been removed by commit
b633648c5ad3 ("MIPS: MT: Remove SMTC support") so that the upper
#ifdef block cannot be compiled.  Is this intentional or can the block
be removed or should the option be substituted to something else?

I detected the issue with scripts/checkkconfigsymbols.py.

Kind regards,
 Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ