projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675acb7
)
KVM: schedule debugfs statistics for removal
author
Avi Kivity
<avi@redhat.com>
Sun, 8 Apr 2012 09:47:32 +0000
(12:47 +0300)
committer
Avi Kivity
<avi@redhat.com>
Sun, 8 Apr 2012 09:47:32 +0000
(12:47 +0300)
Deprecated in favour of tracepoints.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Documentation/feature-removal-schedule.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/feature-removal-schedule.txt
b/Documentation/feature-removal-schedule.txt
index 709e08e9a222fd9f89a6eb91edf9f5b3326df536..d6dd84fbea842687737b4aa9f61ce22ffdc3a3a7 100644
(file)
--- a/
Documentation/feature-removal-schedule.txt
+++ b/
Documentation/feature-removal-schedule.txt
@@
-531,3
+531,10
@@
Why: There appear to be no production users of the get_robust_list syscall,
of ASLR. It was only ever intended for debugging, so it should be
removed.
Who: Kees Cook <keescook@chromium.org>
+
+----------------------------
+
+What: KVM debugfs statistics
+When: 2013
+Why: KVM tracepoints provide mostly equivalent information in a much more
+ flexible fashion.