mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
f2bc3af635
In ocrdma_dealloc_ucontext_pd() uctx->cntxt_pd is assigned to the variable
pd and then after uctx->cntxt_pd is freed, the variable pd is passed to
function _ocrdma_dealloc_pd() which dereferences pd directly or through
its call to ocrdma_mbx_dealloc_pd().
Reorder the free using the variable pd.
Cc: stable@vger.kernel.org
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ocrdma_ah.c | ||
ocrdma_ah.h | ||
ocrdma_hw.c | ||
ocrdma_hw.h | ||
ocrdma_main.c | ||
ocrdma_sli.h | ||
ocrdma_stats.c | ||
ocrdma_stats.h | ||
ocrdma_verbs.c | ||
ocrdma_verbs.h | ||
ocrdma.h |