Messages in this thread |  | | From | Jens Axboe <> | Subject | [GIT PULL] CDROM updates for 5.16-rc1 | Date | Sun, 31 Oct 2021 13:42:02 -0600 |
| |
Hi Linus,
On behalf of Phillip, here are the CDROM updates for the 5.16-rc1 merge window:
- Add ioctl for improved media change detection (Lukas)
- Reformat some documentation (Phillip)
- Redundant variable removal (luo)
Please pull!
The following changes since commit 316346243be6df12799c0b64b788e06bad97c30b:
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) (2021-09-13 10:43:04 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/for-5.16/cdrom-2021-10-29
for you to fetch changes up to bbc3925cf696422492ebdaba386e61450fa2294c:
cdrom: Remove redundant variable and its assignment (2021-10-21 08:23:09 -0600)
---------------------------------------------------------------- for-5.16/cdrom-2021-10-29
---------------------------------------------------------------- Lukas Prediger (1): drivers/cdrom: improved ioctl for media change detection
Phillip Potter (1): cdrom: docs: reformat table in Documentation/userspace-api/ioctl/cdrom.rst
luo penghao (1): cdrom: Remove redundant variable and its assignment
Documentation/cdrom/cdrom-standard.rst | 11 +++ Documentation/userspace-api/ioctl/cdrom.rst | 113 ++++++++++++++-------------- drivers/cdrom/cdrom.c | 63 ++++++++++++++-- include/linux/cdrom.h | 1 + include/uapi/linux/cdrom.h | 19 +++++ 5 files changed, 146 insertions(+), 61 deletions(-)
-- Jens Axboe
|  |