mbox series

[GIT,PULL] cdrom updates for 5.19-rc

Message ID f274c991-1e1d-e42a-5f03-59fc49113a25@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] cdrom updates for 5.19-rc | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/for-5.19/cdrom-2022-05-22

Message

Jens Axboe May 22, 2022, 9:37 p.m. UTC
Hi Linus,

Removal of unused code and documentation updates. Please pull!


The following changes since commit c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a:

  Linux 5.18-rc6 (2022-05-08 13:54:17 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/for-5.19/cdrom-2022-05-22

for you to fetch changes up to 2e10a1d693b9f1c8921bd797838cff0be7cdd537:

  cdrom: remove obsolete TODO list (2022-05-15 18:31:28 -0600)

----------------------------------------------------------------
for-5.19/cdrom-2022-05-22

----------------------------------------------------------------
Enze Li (1):
      cdrom: make EXPORT_SYMBOL follow exported function

Paul Gortmaker (3):
      cdrom: remove the unused driver specific disc change ioctl
      cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete
      block: remove last remaining traces of IDE documentation

Phillip Potter (1):
      cdrom: remove obsolete TODO list

 Documentation/cdrom/cdrom-standard.rst      | 10 ----
 Documentation/filesystems/proc.rst          | 92 +++--------------------------
 Documentation/userspace-api/ioctl/cdrom.rst |  6 ++
 drivers/block/pktcdvd.c                     |  2 +-
 drivers/cdrom/cdrom.c                       | 38 ++++--------
 include/linux/cdrom.h                       |  1 -
 include/uapi/linux/cdrom.h                  |  2 +-
 7 files changed, 25 insertions(+), 126 deletions(-)

Comments

pr-tracker-bot@kernel.org May 23, 2022, 9:15 p.m. UTC | #1
The pull request you sent on Sun, 22 May 2022 15:37:32 -0600:

> git://git.kernel.dk/linux-block.git tags/for-5.19/cdrom-2022-05-22

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f6792c877a1cacc3b3eea7cb5b45857b3c484c51

Thank you!