summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorWen Yang <wen.yang99@zte.com.cn>2018-11-28 15:25:00 +0800
committerDavid Teigland <teigland@redhat.com>2018-11-28 08:45:55 -0600
commitf31a89692830061bceba8469607e4e4b0f900159 (patch)
tree8af9d428a017b59e001b8faecfcb3f868989c3cc /tools/perf/scripts/python/bin/stackcollapse-report
parent8fc6ed9a3508a0435b9270c313600799d210d319 (diff)
downloadkernel-f31a89692830061bceba8469607e4e4b0f900159.tar.gz
dlm: NULL check before kmem_cache_destroy is not needed
kmem_cache_destroy(NULL) is safe, so removes NULL check before freeing the mem. This patch also fix ifnullfree.cocci warnings. Signed-off-by: Wen Yang <wen.yang99@zte.com.cn> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
nel/commit/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c?h=linux-6.12.y&id=b0cc7491c98917f191f14efce7630b547f7ec419'>crypto: drivers - Explicitly include correct DT includesRob Herring The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it as merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. As a result, there's a pretty much random mix of those include files used throughout the tree. In order to detangle these headers and replace the implicit includes with struct declarations, users need to explicitly include the correct includes. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2023-08-18crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu Use the new crypto_engine_op interface where the callback is stored in the algorithm object. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li Use devm_platform_ioremap_resource() to simplify code. Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2023-04-06crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi With the growing number of Intel crypto drivers, it makes sense to group them all into a single drivers/crypto/intel/ directory. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>