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: <20140530152423.GD25555@localhost.localdomain>
Date:	Fri, 30 May 2014 17:24:25 +0200
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Suravee Suthikulanit <suravee.suthikulpanit@....com>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	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 Fri, May 30, 2014 at 09:49:25AM -0500, Suravee Suthikulanit wrote:
> 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?

I forgot to say it's rebased on top of:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
	perf/core
 
> 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