Linux kernel source tree
Go to file
Jakob Koschel 97f32e1173 s390/zcrypt: fix using the correct variable for sizeof()
While the original code is valid, it is not the obvious choice for the
sizeof() call and in preparation to limit the scope of the list iterator
variable the sizeof should be changed to the size of the variable
being allocated.

Signed-off-by: Jakob Koschel <jakobkoschel@gmail.com>
Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2022-03-27 22:18:39 +02:00
Documentation
LICENSES
arch s390/maccess: rework absolute lowcore accessors 2022-03-27 22:18:39 +02:00
block
certs
crypto
drivers s390/zcrypt: fix using the correct variable for sizeof() 2022-03-27 22:18:39 +02:00
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts s390 updates for the 5.18 merge window 2022-03-25 10:01:34 -07:00
security
sound
tools s390 updates for the 5.18 merge window 2022-03-25 10:01:34 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS s390 updates for the 5.18 merge window 2022-03-25 10:01:34 -07:00
Makefile
README

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.