forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
My IBM email addresses haven't worked for years; also map some old-but-functional forwarding addresses to my canonical address. Update my GPG key fingerprint; I moved to 4096R a long time ago. Update description. Signed-off-by: Josh Triplett <[email protected]> Cc: "Paul E. McKenney" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
1 parent
8f1d26d
commit e0198b2
Showing
4 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,11 @@ Jeff Garzik <[email protected]> | |
Jens Axboe <[email protected]> | ||
Jens Osterkamp <[email protected]> | ||
John Stultz <[email protected]> | ||
<[email protected]> <[email protected]> | ||
<[email protected]> <[email protected]> | ||
<[email protected]> <[email protected]> | ||
<[email protected]> <[email protected]> | ||
<[email protected]> <[email protected]> | ||
Juha Yrjola <at solidboot.com> | ||
Juha Yrjola <[email protected]> | ||
Juha Yrjola <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3511,10 +3511,11 @@ S: MacGregor A.C.T 2615 | |
S: Australia | ||
|
||
N: Josh Triplett | ||
E: josh@freedesktop.org | ||
P: 1024D/D0FE7AFB B24A 65C9 1D71 2AC2 DE87 CA26 189B 9946 D0FE 7AFB | ||
D: rcutorture maintainer | ||
E: josh@joshtriplett.org | ||
P: 4096R/8AFF873D 758E 5042 E397 4BA3 3A9C 1E67 0ED9 A3DF 8AFF 873D | ||
D: RCU and rcutorture | ||
D: lock annotations, finding and fixing lock bugs | ||
D: kernel tinification | ||
|
||
N: Winfried Trümper | ||
E: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7424,7 +7424,7 @@ S: Orphan | |
F: drivers/net/wireless/ray* | ||
|
||
RCUTORTURE MODULE | ||
M: Josh Triplett <josh@freedesktop.org> | ||
M: Josh Triplett <josh@joshtriplett.org> | ||
M: "Paul E. McKenney" <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* Copyright (C) IBM Corporation, 2005, 2006 | ||
* | ||
* Authors: Paul E. McKenney <[email protected]> | ||
* Josh Triplett <josh@freedesktop.org> | ||
* Josh Triplett <josh@joshtriplett.org> | ||
* | ||
* See also: Documentation/RCU/torture.txt | ||
*/ | ||
|
@@ -51,7 +51,7 @@ | |
#include <linux/torture.h> | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Paul E. McKenney <[email protected]> and Josh Triplett <josh@freedesktop.org>"); | ||
MODULE_AUTHOR("Paul E. McKenney <[email protected]> and Josh Triplett <josh@joshtriplett.org>"); | ||
|
||
|
||
torture_param(int, fqs_duration, 0, | ||
|