3463a894b83c5c567f1741190aa22faae4d73c4d

Currently, in print_debug_data, kref_put is being called inside the global lock, and the same lock is taken in the release callback of kref_put, leading to spinlock recursion. There is no need to get and put the reference for the fastrpce file inside this function because we have already taken the reference inside the update_ramdump_status while adding the init memory entry to the chan->initmems list. Moreover, the same list will be used in print_debug_data. Signed-off-by: Abhishek Singh <quic_abhishes@quicinc.com> Change-Id: Ifdc8b3e0c2bbc5cc4237eedaa24c8cd766262dfe
Popis
Nebyl uveden žádný popis
Jazyky
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%