mainlining shenanigans
Go to file
Haowen Bai d627660c22 scsi: elx: efct: Remove NULL check after calling container_of()
container_of() will never return NULL.

Link: https://lore.kernel.org/r/1652750737-22673-1-git-send-email-baihaowen@meizu.com
Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2022-05-19 20:16:27 -04:00
arch
block
certs
crypto
Documentation scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_* 2022-05-10 22:01:52 -04:00
drivers scsi: elx: efct: Remove NULL check after calling container_of() 2022-05-19 20:16:27 -04:00
fs Updates to Tracing: 2022-04-03 12:26:01 -07:00
include scsi: libsas: Refactor sas_ata_hard_reset() 2022-05-19 20:16:25 -04:00
init
ipc
kernel Updates to Tracing: 2022-04-03 12:26:01 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS scsi: iscsi: MAINTAINERS: Add Mike Christie as co-maintainer 2022-04-11 22:09:35 -04:00
Makefile Linux 5.18-rc1 2022-04-03 14:08:21 -07:00
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.

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.