All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] misc: sgi-gru: Remove broken page-table walks
@ 2026-07-30 11:12 Muhammad Usama Anjum
  2026-07-30 11:12 ` [PATCH 1/3] misc: sgi-gru: remove interrupt-context " Muhammad Usama Anjum
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Muhammad Usama Anjum @ 2026-07-30 11:12 UTC (permalink / raw)
  To: Dimitri Sivanich, Arnd Bergmann, Greg Kroah-Hartman, linux-kernel
  Cc: Muhammad Usama Anjum

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-07-31 13:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30 11:12 [PATCH 0/3] misc: sgi-gru: Remove broken page-table walks Muhammad Usama Anjum
2026-07-30 11:12 ` [PATCH 1/3] misc: sgi-gru: remove interrupt-context " Muhammad Usama Anjum
2026-07-30 11:12 ` [PATCH 2/3] misc: sgi-gru: remove obsolete atomic fault-handling state Muhammad Usama Anjum
2026-07-30 11:12 ` [PATCH 3/3] misc: sgi-gru: inline the user CBR status update Muhammad Usama Anjum
2026-07-30 12:22 ` [PATCH 0/3] misc: sgi-gru: Remove broken page-table walks Dimitri Sivanich
2026-07-30 12:53   ` Muhammad Usama Anjum
2026-07-30 14:08   ` Arnd Bergmann
2026-07-31 11:32   ` Greg Kroah-Hartman
2026-07-31 13:29     ` Dimitri Sivanich
2026-07-31 13:34       ` Muhammad Usama Anjum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.