1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 18:43:33 -05:00
No description
Find a file
Kees Cook 4e178c17ca cdrom: Use struct scsi_sense_hdr internally
This removes more casts of struct request_sense and uses the standard
struct scsi_sense_hdr instead. This also fixes any possible stale values
since the prior code did not check the sense length.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-08-02 15:22:39 -06:00
arch
block blk-mq: fix updating tags depth 2018-08-02 14:41:58 -06:00
certs
crypto
Documentation block: make iolatency avg_lat exponentially decay 2018-08-02 09:58:14 -06:00
drivers cdrom: Use struct scsi_sense_hdr internally 2018-08-02 15:22:39 -06:00
firmware
fs exofs: use bio_clone_fast in _write_mirror 2018-07-24 14:43:20 -06:00
include block: Switch struct packet_command to use struct scsi_sense_hdr 2018-08-02 15:22:13 -06:00
init
ipc
kernel blk-cgroup: clear the throttle queue on fork 2018-08-01 09:16:04 -06:00
lib
LICENSES
mm readahead: stricter check for bdi io_pages 2018-07-27 09:09:53 -06:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.