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:	Fri, 30 May 2014 09:49:25 -0500
From:	Suravee Suthikulanit <suravee.suthikulpanit@....com>
To:	Frederic Weisbecker <fweisbec@...il.com>,
	LKML <linux-kernel@...r.kernel.org>
CC:	Jacob Shin <jacob.w.shin@...il.com>,
	Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
	Ingo Molnar <mingo@...nel.org>, Jiri Olsa <jolsa@...hat.com>,
	Namhyung Kim <namhyung@...nel.org>,
	Oleg Nesterov <oleg@...hat.com>,
	Peter Zijlstra <peterz@...radead.org>,
	xiakaixu <xiakaixu@...wei.com>
Subject: Re: [PATCH 3/4] perf tools: add hardware breakpoint bp_len test cases

On 5/29/2014 10:26 AM, Frederic Weisbecker wrote:
> @@ -1389,6 +1432,21 @@ static struct evlist_test test__events[] = {
>   		.check = test__pinned_group,
>   		.id    = 41,
>   	},
> +	{
> +		.name  = "mem:0/1",
> +		.check = test__checkevent_breakpoint_len,
> +		.id    = 42,
> +	},
> +	{
> +		.name  = "mem:0/2:w",
> +		.check = test__checkevent_breakpoint_len_w,
> +		.id    = 43,
> +	},
> +	{
> +		.name  = "mem:0/4:rw:u",
> +		.check = test__checkevent_breakpoint_len_rw_modifier,
> +		.id    = 44
> +	},
>   #if defined(__s390x__)
>   	{
>   		.name  = "kvm-s390:kvm_s390_create_vm",
Frederic,

This hunk seems to fail to apply on the main tree.  Which tree are you 
working on?

Suravee

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