diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index d6dd84fbea84..223fe9fcfd94 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -534,7 +534,16 @@ Who: Kees Cook <keescook@chromium.org> | |||
534 | 534 | ||
535 | ---------------------------- | 535 | ---------------------------- |
536 | 536 | ||
537 | What: setitimer accepts user NULL pointer (value) | ||
538 | When: 3.6 | ||
539 | Why: setitimer is not returning -EFAULT if user pointer is NULL. This | ||
540 | violates the spec. | ||
541 | Who: Sasikantha Babu <sasikanth.v19@gmail.com> | ||
542 | |||
543 | ---------------------------- | ||
544 | |||
537 | What: KVM debugfs statistics | 545 | What: KVM debugfs statistics |
538 | When: 2013 | 546 | When: 2013 |
539 | Why: KVM tracepoints provide mostly equivalent information in a much more | 547 | Why: KVM tracepoints provide mostly equivalent information in a much more |
540 | flexible fashion. | 548 | flexible fashion. |
549 | |||