diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 8 |
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 | |||
529 | Why: The old kmap_atomic() with two arguments is deprecated, we only | 529 | Why: 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. |
531 | Who: Cong Wang <amwang@redhat.com> | 531 | Who: Cong Wang <amwang@redhat.com> |
532 | |||
533 | ---------------------------- | ||
534 | |||
535 | What: setitimer accepts user NULL pointer (value) | ||
536 | When: 3.6 | ||
537 | Why: setitimer is not returning -EFAULT if user pointer is NULL. This | ||
538 | violates the spec. | ||
539 | Who: Sasikantha Babu <sasikanth.v19@gmail.com> | ||