You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached
Since commit 8782fb6 ("mm: pagewalk: Fix race between unmap and page
walker"), walk_page_range() on kernel ranges won't work anymore,
walk_page_range_novma() must be used instead.
Note: I don't have an openrisc development setup, so this is completely
untested.
Fixes: 8782fb6 ("mm: pagewalk: Fix race between unmap and page walker")
Signed-off-by: Jann Horn <[email protected]>
Signed-off-by: Stafford Horne <[email protected]>
0 commit comments