Maintainer: * Tobias Klauser * Daniel Borkmann Former maintainer: * Emmanuel Roullit Major contributors (> 30 commits): * Daniel Borkmann * Tobias Klauser * Emmanuel Roullit * Markus Amend * Christoph Jaeger * Herbert Haas * * Vadim Kochan * Jon Schipp Minor contributors (<= 30 commits, sorted alphabetically): * Christian Wiese * Dan Horák * Dennis Gilmore * Doug Burks * Eric Dumazet * Hideo Hattori * James McCoy * Jaroslav Škarvada * Jesper Dangaard Brouer * Jim Binder * Kartik Mistry * Mark Latimer * Markus Kötter * Michał Purzyński * Oliver Smith * Peter Stuge * Ronald W. Henderson * Scott Moeller * Sibir Chakraborty * Stefan Seering * Stephen Wadeley * Teguh * Tillmann Karras * Tobias Geerinckx-Rice * Ulrich Weber * wilson Special thanks to some of our sponsors: * Deutsche Flugsicherung GmbH * ETH Zurich, Communications Systems Group * Max Planck Institute for Human Cognitive and Brain Sciences * Team Cymru Notes: The order of authors with > 30 commits listed here is sorted by contributions from high to low through ``git log --no-merges $@ | grep Author: | \ cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor contributors is currently unsorted and contains people who have contributed code ``in some way'' (e.g. on the upstream or maintenance repositories), either through Git or email. Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in a staging area, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in it for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;) t.cgi/linux/net-next.git/commit/?h=nds-private-remove&id=1245800c0f96eb6ebb368593e251d66c01e61022'>root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2016-09-23 22:57:13 -0400
committerSteven Rostedt <rostedt@goodmis.org>2016-09-25 10:27:08 -0400
commit1245800c0f96eb6ebb368593e251d66c01e61022 (patch)
treec945fb377258b480d806786d33fbd0f6ce118022 /Documentation
parentc87edb36118664f1fa275107c1138b6f47793240 (diff)
tracing: Move mutex to protect against resetting of seq data
The iter->seq can be reset outside the protection of the mutex. So can reading of user data. Move the mutex up to the beginning of the function. Fixes: d7350c3f45694 ("tracing/core: make the read callbacks reentrants") Cc: stable@vger.kernel.org # 2.6.30+ Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')