aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 0cad4803ffac..32fae81228f2 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -529,3 +529,11 @@ When: 3.5
529Why: The old kmap_atomic() with two arguments is deprecated, we only 529Why: The old kmap_atomic() with two arguments is deprecated, we only
530 keep it for backward compatibility for few cycles and then drop it. 530 keep it for backward compatibility for few cycles and then drop it.
531Who: Cong Wang <amwang@redhat.com> 531Who: Cong Wang <amwang@redhat.com>
532
533----------------------------
534
535What: setitimer accepts user NULL pointer (value)
536When: 3.6
537Why: setitimer is not returning -EFAULT if user pointer is NULL. This
538 violates the spec.
539Who: Sasikantha Babu <sasikanth.v19@gmail.com>