[PATCH 0/3] misc: sgi-gru: Remove broken page-table walks
From: Muhammad Usama Anjum
Date: Thu Jul 30 2026 - 07:32:36 EST
While working on MM page-table changes, I found that the SGI GRU driver
walks user page tables unsafely from interrupt context. This series
removes that path, uses the existing process-context fallback, and
cleans up the resulting dead code.
Muhammad Usama Anjum (3):
misc: sgi-gru: remove interrupt-context page-table walks
misc: sgi-gru: remove obsolete atomic fault-handling state
misc: sgi-gru: inline the user CBR status update
drivers/misc/sgi-gru/grufault.c | 185 +++++++------------------------
drivers/misc/sgi-gru/gruprocfs.c | 1 -
drivers/misc/sgi-gru/grutables.h | 1 -
3 files changed, 41 insertions(+), 146 deletions(-)
--
2.47.3