Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Kees Cook 0dfe700f23 mac802154: Remove VLA usage of skcipher
In the quest to remove all stack VLA usage from the kernel[1], this
replaces struct crypto_skcipher and SKCIPHER_REQUEST_ON_STACK() usage
with struct crypto_sync_skcipher and SYNC_SKCIPHER_REQUEST_ON_STACK(),
which uses a fixed stack size.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Cc: Alexander Aring <alex.aring@gmail.com>
Cc: Stefan Schmidt <stefan@datenfreihafen.org>
Cc: linux-wpan@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Git-Commit: 3103f4a71be3ac22abe926f827653f28a04ce83e
Git-Repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Change-Id: Ic0dedbad689ab7ef8205ef6b1893dd14ae71242b
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
2019-01-16 15:43:08 -07:00
arch Merge "defconfig: kona: enable npucc-kona clock driver" 2019-01-16 12:27:39 -08:00
block
certs
crypto
Documentation Merge "defconfig: kona: enable npucc-kona clock driver" 2019-01-16 12:27:39 -08:00
drivers crypto: picoxcell - Remove VLA usage of skcipher 2019-01-16 15:43:08 -07:00
firmware
fs configfs: Fix use-after-free when accessing sd->s_dentry 2019-01-10 02:07:26 -08:00
include Merge "defconfig: kona: enable npucc-kona clock driver" 2019-01-16 12:27:39 -08:00
init
ipc
kernel Merge "cpufreq: schedutil: fix undefined reference to '__aeabi_uldivmod'" 2019-01-14 11:11:33 -08:00
lib
LICENSES LICENSES: Add ISC license text 2019-01-10 17:22:01 +02:00
mm Merge "mm: retry more before OOM in the presence of slow shrinkers" 2019-01-16 10:17:33 -08:00
net mac802154: Remove VLA usage of skcipher 2019-01-16 15:43:08 -07:00
samples
scripts
security
sound Use 'GPL-2.0-only' as the SPDX-License-Identifier tag 2019-01-11 16:55:33 -08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
AndroidKernel.mk AndroidKernel: Add support for Uncompresed Kernel 2019-01-14 18:26:08 -08:00
build.config.cuttlefish.aarch64
build.config.cuttlefish.x86_64
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
verity_dev_keys.x509

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.