diff options
author | Mathieu Desnoyers | 2011-12-03 13:05:37 -0500 |
---|---|---|
committer | Greg Kroah-Hartman | 2011-12-08 15:06:01 -0800 |
commit | 4ee778a44cc353ee201e933e45f493453cde3dfb (patch) | |
tree | 5394b6cffee022ff827a17d5865ae5d73b0c848f | |
parent | 643167423858052c26b2dfaf332c1ec0b472ea7a (diff) |
staging: lttng: TODO update: lttng reported to work fine on -rt now
The patch "lttng: Fix recent modifications to string_from_user
operation" has been confirmed to fix the corrupted trace problem
experienced on -rt kernel by the original bug reporter. Remove the
entry from the LTTng TODO list.
Reported-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/lttng/TODO | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/lttng/TODO b/drivers/staging/lttng/TODO index 3fdc5e684ac2..5e3a581d18e8 100644 --- a/drivers/staging/lttng/TODO +++ b/drivers/staging/lttng/TODO @@ -35,12 +35,6 @@ A) Cleanup/Testing depend on the producer to push the reader position. Contact: Julien Desfossez <julien.desfossez@polymtl.ca> - 4) Test latest -rt kernel support. - There has been report of corrupted traces when tracing a - 3.0.10-rt27 in the area of access_ok() system call event. - Still has to be investigated. Cannot be reproduced with - mainline kernel. - Contact: Yannick Brosseau <yannick.brosseau@polymtl.ca> B) Features |