Go to file
Herbert Xu ae6ee6ae2b lib/mpi: Fix unused variable warnings
This patch removes a number of unused variables and marks others
as unused in order to silence compiler warnings about them.

Fixes: a8ea8bdd9d ("lib/mpi: Extend the MPI library")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tested-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-10-02 18:02:13 +10:00
arch crypto: x86/poly1305 - Remove assignments with no effect 2020-10-02 18:02:13 +10:00
block block-5.9-2020-08-14 2020-08-15 20:36:42 -07:00
certs
crypto X.509: support OSCCA SM2-with-SM3 certificate verification 2020-09-25 17:48:55 +10:00
Documentation crypto: af_alg - add extra parameters for DRBG interface 2020-09-25 17:48:52 +10:00
drivers hwrng: npcm - modify readl to readb 2020-10-02 18:02:13 +10:00
fs io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
include X.509: support OSCCA SM2-with-SM3 certificate verification 2020-09-25 17:48:55 +10:00
init
ipc
kernel io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
lib lib/mpi: Fix unused variable warnings 2020-10-02 18:02:13 +10:00
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2020-08-15 08:02:03 -07:00
net SUNRPC: remove RC4-HMAC-MD5 support from KerberosV 2020-09-11 14:39:15 +10:00
samples
scripts
security integrity: Asymmetric digsig supports SM2-with-SM3 algorithm 2020-09-25 17:48:55 +10:00
sound sound fixes for 5.9-rc1 2020-08-14 15:58:57 -07:00
tools Cleanup, SECCOMP_FILTER support, message printing fixes, and other 2020-08-15 18:50:32 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for Greg Kurz 2020-08-14 19:56:56 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS padata: add another maintainer and another list 2020-09-04 17:57:17 +10:00
Makefile Linux 5.9-rc1 2020-08-16 13:04:57 -07:00
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.