public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] RaceHound 1.1
@ 2015-11-05 18:15 Evgenii Shatokhin
  0 siblings, 0 replies; only message in thread
From: Evgenii Shatokhin @ 2015-11-05 18:15 UTC (permalink / raw)
  To: LKML

RaceHound 1.1 has been released.

This is a data race detector for the Linux kernel 3.14 or newer, on x86. 
It checks the kernel code in runtime and although it may miss some 
races, it produces no false alarms.

It can be used to confirm the potential races found by other tools, or 
can be used standalone to "sweep" through a given area of code looking 
if data races happen there.

RaceHound relies on Kprobes and hardware breakpoints to detect the 
conflicting memory accesses.

Changes since v.1.0
Enhancements:
* The kernel-mode part of RaceHound now reports the events ("breakpoint 
hit", "race found") to the user space via a file in debugfs that can be 
polled. The following two new scripts use this.
* examples/events.py Python script simply outputs the current events to 
stdout.
* examples/check_apps.py script allows to monitor a number of locations 
in the code, it adjusts the set of monitored locations depending on how 
often they are executed, to keep the overhead lower.

Bug fixes:
* lines2insns did not show all instructions in some cases 
(https://github.com/winnukem/racehound/issues/7)
* A race between removal of a BP and processing of that BP was fixed - 
yes, RaceHound had races too ;-)
* a few smaller fixes.

Downloads: https://github.com/winnukem/racehound/releases/tag/1.1

Details, build instructions, etc: https://github.com/winnukem/racehound.

Regards,
Evgenii

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-05 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 18:15 [ANNOUNCE] RaceHound 1.1 Evgenii Shatokhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox