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>] [day] [month] [year] [list]
Date:	Fri, 20 Mar 2009 05:17:34 +0530
From:	"K.Prasad" <prasad@...ux.vnet.ibm.com>
To:	Ingo Molnar <mingo@...e.hu>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc:	Alan Stern <stern@...land.harvard.edu>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Benjamin Herrenschmidt <benh@....ibm.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Maneesh Soni <maneesh@...ibm.com>,
	Roland McGrath <roland@...hat.com>,
	Steven Rostedt <rostedt@...dmis.org>
Subject: [Patch 00/11] Hardware Breakpoint Interfaces - v5

Hi Ingo,
	Please find the new set of patches that implement Hardware
breakpoint interfaces for kernel- and user-space, an ftrace plugin using these
interfaces to trace memory accesses over kernel symbols and a demonstrative
example.

While a previous version of these patches was posted
here: http://lkml.org/lkml/2009/3/7/23 and generated substantial amount of
discussions over LKML, a summary of proposed changes to the patchset was posted
here: http://lkml.org/lkml/2009/3/13/381.

In short, the infrastructure has been changed to provide interfaces to use
Hardware Breakpoint (or Watchpoint) registers on a first-come first-serve basis
(without over-committing resources). The serviced-requests are maintained in an
array of pointers to the register's datastructure. Requests from kernel-space
will be serviced in decreasing order of register numbers (starting from
HB_NUM - 1).

The ksym_tracer ftrace plugin now also contains a startup self-test and support
for showing aggregate counters (through ftrace's histogram infrastructure).

Kindly let me know if the new patchset addresses the concerns of the community
and is deemed fit for inclusion in -tip tree. The patchset is based on commit
62f84ea922bd60803e446153ea99ce5d7245d6f9 of -tip tree.

Thanks,
K.Prasad

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