Manish Bhardwaj
|
326c944e83
|
bpmp: fix kernel warning in bpmp driver
Using this patch we are fixing below kernel warning
in debug build where we are using sleepable APIs
in atomic context.
[ 0.771396] Hardware name: p3663-0001 (DT)
[ 0.771397] Call trace:
[ 0.771397] dump_backtrace+0x0/0x210
[ 0.771406] show_stack+0x30/0x50
[ 0.771407] dump_stack_lvl+0x64/0x84
[ 0.771413] dump_stack+0x14/0x34
[ 0.771415] __might_resched+0x144/0x180
[ 0.771421] rt_spin_lock+0x38/0x80
[ 0.771426] tegra_bpmp_transfer_atomic+0x7c/0x270
[ 0.771430] tegra_bpmp_init_debugfs+0xa04/0xf60 [tegra_bpmp]
[ 0.771437] platform_probe+0x70/0x130
Bug 4078180
Change-Id: I18c3a5332c27eaa85f49b524b4b6b2c08f85c332
Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892833
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Suresh Venkatachalam <skathirampat@nvidia.com>
Reviewed-by: Sandeep Trasi <strasi@nvidia.com>
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
|
2023-04-26 09:42:45 -07:00 |
|