Linux kernel source tree
Find a file
Eric W. Biederman 05ea0424f0 exit: Move oops specific logic from do_exit into make_task_dead
The beginning of do_exit has become cluttered and difficult to read as
it is filled with checks to handle things that can only happen when
the kernel is operating improperly.

Now that we have a dedicated function for cleaning up a task when the
kernel is operating improperly move the checks there.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2021-12-13 12:04:45 -06:00
arch exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
block
certs
crypto
Documentation
drivers
fs signal: Requeue signals in the appropriate queue 2021-11-17 10:39:12 -06:00
include exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06:00
init
ipc
kernel exit: Move oops specific logic from do_exit into make_task_dead 2021-12-13 12:04:45 -06:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools exit: Add and use make_task_dead. 2021-12-13 12:04:45 -06: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.