Reviewed-by: Christian König christian.koenig@amd.com for the series.
Am 09.02.21 um 13:44 schrieb Sebastian Andrzej Siewior:
Folks,
in the discussion about preempt count consistency across kernel configurations:
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.kerne...
it was concluded that the usage of in_interrupt() and related context checks should be removed from non-core code.
In the long run, usage of 'preemptible, in_*irq etc.' should be banned from driver code completely.
This series addresses parts of the amdgpu driver. There are still call sites left in in the amdgpu driver.
v1…v2: - Limit to admgpu only - use "bool" instead of "bool == true"
Sebastian