mbox series

[0/5] cdrom: patches for 5.19 merge window

Message ID 20220515205833.944139-1-phil@philpotter.co.uk (mailing list archive)
Headers show
Series cdrom: patches for 5.19 merge window | expand

Message

Phillip Potter May 15, 2022, 8:58 p.m. UTC
Hi Jens,

Please apply the patches from this series, including my own patch to
remove the 'To Do' entry from drivers/cdrom/cdrom.c.

As previously discussed, Paul's block patch is included in this series
too, and I've fixed it up to remove any parts that repeat changes
already made by others, so it merges cleanly with upstream now.

Many thanks in advance.

Regards,
Phil

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

Jens Axboe May 16, 2022, 12:32 a.m. UTC | #1
On Sun, 15 May 2022 21:58:28 +0100, Phillip Potter wrote:
> Please apply the patches from this series, including my own patch to
> remove the 'To Do' entry from drivers/cdrom/cdrom.c.
> 
> As previously discussed, Paul's block patch is included in this series
> too, and I've fixed it up to remove any parts that repeat changes
> already made by others, so it merges cleanly with upstream now.
> 
> [...]

Applied, thanks!

[1/5] cdrom: make EXPORT_SYMBOL follow exported function
      commit: eeef7565e8ba1718e8e1f835f145125fa6cc8494
[2/5] cdrom: remove the unused driver specific disc change ioctl
      commit: 03fea699b050805ad6ee111f9db04f223f3e835e
[3/5] cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete
      commit: 8fa10ee183c3a1ecb53e81c95895ed5bc2a5530a
[4/5] block: remove last remaining traces of IDE documentation
      commit: e24ccaaf7ec44e647dc56c1af2bc8d1ab67b4a11
[5/5] cdrom: remove obsolete TODO list
      commit: 2e10a1d693b9f1c8921bd797838cff0be7cdd537

Best regards,