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] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 19 May 2012 08:14:32 +0900
From:	Paul Mundt <lethal@...ux-sh.org>
To:	Anna-Maria Gleixner <anna-maria@...-um.de>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [patch 01/24] timers: Provide generic Kconfig switches

On Fri, May 18, 2012 at 04:45:43PM -0000, Anna-Maria Gleixner wrote:
> +# Options selectable by arch Kconfig
> +
> +# Watchdog function for clocksources to detect instabilities
> +config CLOCKSOURCE_WATCHDOG
> +	bool
> +
> +# Architecture has extra clocksource data
> +config ARCH_CLOCKSOURCE_DATA
> +	bool
> +
> +# Timekeeping vsyscall support
> +config GENERIC_TIME_VSYSCALL
> +	bool
> +
> +# ktime_t scalar 64bit nsec representation
> +config KTIME_SCALAR
> +	bool
> +
> +# Old style timekeeping
> +config ARCH_USES_GETTIMEOFFSET
> +	bool
> +
> +# The generic clock events infrastructure
> +config GENERIC_CLOCKEVENTS
> +	bool
> +
> +# Clockevents broadcasting infrastructure
> +config GENERIC_CLOCKEVENTS_BROADCAST
> +	bool
> +	depends on GENERIC_CLOCKEVENTS
> 
Looks like you've missed GENERIC_CMOS_UPDATE.
--
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