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:	Sat, 29 Aug 2009 00:48:01 +0530
From:	"K.Prasad" <prasad@...ux.vnet.ibm.com>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	Frederic Weisbecker <fweisbec@...il.com>,
	Ingo Molnar <mingo@...e.hu>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Lai Jiangshan <laijs@...fujitsu.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>,
	Alan Stern <stern@...land.harvard.edu>,
	Ananth N Mavinakayanahalli <ananth@...ibm.com>
Subject: [Patch 0/3] [Patch 0/3] HW-BKPT: Introduce new features to the
	hw-breakpoint infrastructure - ver II

Hi All,
        Please find a set of patches that implement the features listed
below, the previous version of which was posted here: 
http://lkml.org/lkml/2009/8/26/477

Patch 1/2: Allow per-cpu kernel-space Hardware Breakpoint requests
Patch 2/2: Allow kernel breakpoints to be modified through a new API
Patch 3/3: Allow breakpoints to be enabled/disabled without yielding the
breakpoint request through a new API - enable_hw_breakpoint().

Changelog ver II
-----------------
- Fixed a potential race between updation of per-cpu kernel-space breakpoint
  structures and a concurrent breakpoint exception by disabling breakpoints
  in remove_each_cpu_kernel_hbp() through a new function
  arch_disable_hw_breakpoint().
- Change the data-type of 'enabled' member in 'struct hw_breakpoint' to 'bool'.
- Split the enable_hw_breakpoint() interface to bring a counterpart in
  disable_hw_breakpoint().
- Modify stale/incorrect comments.
- Code updated to commit 1468c4ea3af77ac75de7aae80a44522ff5d0d6c5 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