crypto: drbg - Fixes panic in wait_for_completion call
Stephan Mueller authored
commit b61929c6

 upstream.

Initialise ctr_completion variable before use.

Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarHarsh Jain <harshjain.prof@gmail.com>
Signed-off-by: default avatarStephan Mueller <smueller@chronox.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
47147540
Name Last commit Last update
Documentation mm: larger stack guard gap, between vmas
arch x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
block partitions/msdos: FreeBSD UFS2 file systems are not recognized
certs certs: Add a secondary system keyring that can be added to dynamically
crypto crypto: drbg - Fixes panic in wait_for_completion call
drivers xen: avoid deadlock in xenbus driver
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs
fs gfs2: Fix glock rhashtable rcu bug
include Add "shutdown" to "struct class".
init initramfs: avoid "label at end of compound statement" error
ipc Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
kernel tracing/kprobes: Allow to create probe with a module name starting with a digit
lib lib/cmdline.c: fix get_options() overflow while parsing ranges
mm mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
net esp4: Fix udpencap for local TCP packets.
samples statx: Include a mask for stx_attributes in struct statx
scripts Merge tag 'kbuild-fixes-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security selinux: fix double free in selinux_parse_opts_str()
sound ALSA: hda - set input_path bitmap to zero after moving it to new place
tools tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel
usr kbuild: initramfs cleanup, set target from Kconfig
virt KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.