default or selected kernelversion does not have config value CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK.
Result is shown for kernelversion 5.10.152

Enable the boot parameter, crossrelease_fullstack

configname: CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK

Linux Kernel Configuration
└─>Lock Debugging (spinlocks, mutexes, etc...)
└─>Enable the boot parameter, crossrelease_fullstack
In linux kernel since version 4.15.1 (release Date: 2018-02-03)  
The lockdep "cross-release" feature needs to record stack traces
(of calling functions) for all acquisitions, for eventual later
use during analysis. By default only a single caller is recorded,
because the unwind operation can be very expensive with deeper
stack chains.

However a boot parameter, crossrelease_fullstack, was
introduced since sometimes deeper traces are required for full
analysis. This option turns on the boot parameter.