No description
Find a file
Eric W. Biederman a89e9b8abf signal: Remove the signal number and task parameters from force_sig_info
force_sig_info always delivers to the current task and the signal
parameter always matches info.si_signo.  So remove those parameters to
make it a simpler less error prone interface, and to make it clear
that none of the callers are doing anything clever.

This guarantees that force_sig_info will not grow any new buggy
callers that attempt to call force_sig on a non-current task, or that
pass an signal number that does not match info.si_signo.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2019-05-29 09:31:44 -05:00
arch signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
block
certs
crypto
Documentation
drivers signal: Remove task parameter from force_sig 2019-05-27 09:36:28 -05:00
fs signal: Remove task parameter from force_sigsegv 2019-05-27 09:36:28 -05:00
include signal: Remove the signal number and task parameters from force_sig_info 2019-05-29 09:31:44 -05:00
init
ipc
kernel signal: Remove the signal number and task parameters from force_sig_info 2019-05-29 09:31:44 -05:00
lib
LICENSES
mm signal: Remove task parameter from force_sig_mceerr 2019-05-27 09:36:28 -05:00
net signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sig 2019-05-27 09:36:28 -05:00
samples
scripts
security signal: Remove task parameter from force_sig 2019-05-27 09:36:28 -05:00
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.

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.