Skip to content
Snippets Groups Projects
user avatar
Adam Williamson authored
Arnd Bergmann inadvertently typoed these in d320a955 and 64cbfa96;
they seem to be the cause of
https://bugzilla.redhat.com/show_bug.cgi?id=1801353 , invalid SCSI commands
when udev tries to query a DVD drive.

[arnd] Found another instance of the same bug, also introduced in my
compat_ioctl series.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=1801353
Link: https://lore.kernel.org/r/20200219165139.3467320-1-arnd@arndb.de


Fixes: c103d6ee ("compat_ioctl: ide: floppy: add handler")
Fixes: 64cbfa96 ("compat_ioctl: move cdrom commands into cdrom.c")
Fixes: d320a955 ("compat_ioctl: scsi: move ioctl handling into drivers")
Bisected-by: default avatarChris Murphy <bugzilla@colorremedies.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
03264ddd
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.