mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
b1789adbace35bbe06cd433e305a776e3e4bb1db
Disable the panic_callback function as a workaround for bug 5293085. when panic_callback() is called from an atomic context, it tries to do something that could sleep (e.g. calling mutex_lock when the mutex is contended). Bug 5293085 Change-Id: I822bd72fdbedcaa9201086dae991da36f34df8fa Signed-off-by: yizhou <yizhou@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3368091 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Mohit Ingale <mohiti@nvidia.com> Tested-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Chinniah Poosapadi <cpoosapadi@nvidia.com>
Description
No description provided