summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorCoiby Xu <coiby.xu@gmail.com>2020-06-27 22:58:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-06-28 12:47:06 +0200
commit0107635e15ac09f6549a3c5ea179b0a16eb2181f (patch)
tree0e9ebfa45250a8549cc003e13d8747031a7643c3 /tools/perf/scripts/python/bin/stackcollapse-report
parentae7368f9a30b61db7caaf958bf7ff2e1f7e6f715 (diff)
downloadkernel-0107635e15ac09f6549a3c5ea179b0a16eb2181f.tar.gz
staging: qlge: replace pr_err with netdev_err
Replace all pr_errs with netdev_err. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Coiby Xu <coiby.xu@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20200627145857.15926-5-coiby.xu@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
>crypto: null - Remove VLA usage of skcipherKees Cook 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 Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2017-12-22crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe This patch remove two unused variable and some dead "code" using it. Fixes: 92932d03c2b3 ("crypto: seqiv - Remove AEAD compatibility code") Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>