Linux kernel source tree
Find a file
Eric Biggers 23224e4500 mm: remove kzfree() compatibility definition
Commit 453431a549 ("mm, treewide: rename kzfree() to
kfree_sensitive()") renamed kzfree() to kfree_sensitive(),
but it left a compatibility definition of kzfree() to avoid
being too disruptive.

Since then a few more instances of kzfree() have slipped in.

Just get rid of them and remove the compatibility definition
once and for all.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-25 11:39:02 -07:00
arch
block
certs
crypto
Documentation
drivers mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
fs
include mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
init
ipc
kernel A time namespace fix and a matching selftest. The futex absolute timeouts 2020-10-25 11:28:49 -07:00
lib
LICENSES
mm
net mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
samples
scripts checkpatch: enable GIT_DIR environment use to set git repository location 2020-10-25 11:36:33 -07:00
security
sound
tools A time namespace fix and a matching selftest. The futex absolute timeouts 2020-10-25 11:28:49 -07:00
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.

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.