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]
Message-ID: <20060923202027.GA8350@elte.hu>
Date:	Sat, 23 Sep 2006 22:20:27 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Voluspa <lista1@...hem.se>
Cc:	Daniel Walker <dwalker@...sta.com>,
	brugolsky@...emetry-investments.com, pavel@...e.cz, akpm@...l.org,
	tglx@...utronix.de, linux-kernel@...r.kernel.org
Subject: Re: hires timer patchset [was Re: 2.6.19 -mm merge plans]


* Voluspa <lista1@...hem.se> wrote:

> WARNING: "monotonic_clock" [drivers/char/hangcheck-timer.ko] undefined!

turn off the CONFIG_HANGCHECK_TIMER option.

> WARNING: "hrtimer_stop_sched_tick" [drivers/acpi/processor.ko] undefined!
> WARNING: "hrtimer_restart_sched_tick" [drivers/acpi/processor.ko] undefined!

add these two lins to the end of kernel/hrtimer.c:

EXPORT_SYMBOL_GPL(hrtimer_stop_sched_tick);
EXPORT_SYMBOL_GPL(hrtimer_restart_sched_tick);

	Ingo
-
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