Bug 11925
Summary: | cdrom: missing compat ioctls | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Andreas Schwab (schwab) |
Component: | Block Layer | Assignee: | io_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11808 |
Description
Andreas Schwab
2008-10-31 14:02:35 UTC
Looking closer I found 33c2dca4957bd0da3e1af7b96d0758d97e708ef6 (trim file propagation in block/compat_ioctl.c) which removes the compat handling for some of the cdrom ioctls. Handled-By : Andreas Schwab <schwab@suse.de> Do I understand correctly that commit 33c2dca4957bd0da3e1af7b96d0758d97e708ef6 caused the problem to happen? Yes. First-Bad-Commit : 33c2dca4957bd0da3e1af7b96d0758d97e708ef6 Caused by: commit 33c2dca4957bd0da3e1af7b96d0758d97e708ef6 Author: Al Viro <viro@zeniv.linux.org.uk> Date: Fri Feb 22 22:02:50 2008 -0500 [PATCH] trim file propagation in block/compat_ioctl.c ... and remove the handling of cases when it falls back to native without changing arguments. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Looks good to me Acked-by: Alan Cox <alan@redhat.com> Andreas - can you send Linus a copy of that directly .. Merged as 1c925604e1038c7c65b91a92d14dc972b3a70a97. |