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: <Z6C5BegftEGzwkN_@Z926fQmE5jqhFMgp6>
Date: Mon, 3 Feb 2025 13:39:33 +0100
From: Etienne Buira <etienne.buira@...e.fr>
To: daniel.lezcano@...aro.org, tglx@...uxtronix.de,
	linux-kernel@...r.kernel.org
Subject: Kconfig condition on BCM2835_TIMER (and others)

Hi all,

I want to build a kernel for Raspberry pi 4B, which, according to the
dtb, has a bc2835-system-timer. This device is handled by
drivers/clocksource/bcm2835_timer.c, which is built depending on
CONFIG_BCM2835_TIMER.

However, the config option is guarded by "if COMPILE_TEST" condition.

Shouldn't that condition be ARM64 || COMPILE_TEST (ie be selectable on
arm64 builds)?

Regards.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ