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:	Tue, 21 May 2013 16:19:03 -0600
From:	Jonathan Corbet <corbet@....net>
To:	"zhangwei(Jovi)" <jovi.zhangwei@...wei.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [ANNOUNCE] ktap 0.1 released

On Tue, 21 May 2013 11:56:14 +0800
"zhangwei(Jovi)" <jovi.zhangwei@...wei.com> wrote:

> we welcome bug reports and fixes for the issues.

I'm messing with it...first impression:

	unable create tracepoint event sys_enter_mmap on cpu 4, err: -19
	unable create tracepoint event sys_enter_mmap on cpu 5, err: -19
	unable create tracepoint event sys_enter_mmap on cpu 6, err: -19
	unable create tracepoint event sys_enter_mmap on cpu 7, err: -19
	[...]

Unsurprising, this is a four-core system.  The code reads:

> 	for_each_possible_cpu(cpu)
>		enable_tracepoint_on_cpu(cpu, &attr, call, arg, type);

Maybe that needs to be for_each_online_cpu() instead?

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