All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] m68k uaccess fault handling fixes
@ 2024-04-27  8:48 Michael Schmitz
  2024-04-27  8:48 ` [PATCH v3 1/2] m68k: Handle __generic_copy_to_user faults more carefully Michael Schmitz
  2024-04-27  8:48 ` [PATCH v3 2/2] m68k: improve __constant_copy_to_user_asm() fault handling Michael Schmitz
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Schmitz @ 2024-04-27  8:48 UTC (permalink / raw)
  To: linux-m68k, geert; +Cc: gerg

Version 4 of fixes for uaccess fault handling on 68030,
tested on 68030 and 68040.

Patch 1 has additional exception table entries as well as
a final NOP added - evidently, in some cases the fault PC
points more than a single instruction past the moves that
caused the fault. 

Patch 2 is unchanged from RFC v2.

These patches would still benefit from testing on 68060
and Coldfire. Looking at access_error060, I would not expect
the 68060 to behave much different from the 68040 and in
particular, addition of exception table entries to not cause
any regression. Less confident for Coldfire.

Cheers,

   Michael



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

end of thread, other threads:[~2024-04-28  8:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27  8:48 [PATCH v3 0/2] m68k uaccess fault handling fixes Michael Schmitz
2024-04-27  8:48 ` [PATCH v3 1/2] m68k: Handle __generic_copy_to_user faults more carefully Michael Schmitz
2024-04-27  9:34   ` Finn Thain
2024-04-27 23:16     ` Michael Schmitz
2024-04-28  3:28       ` Finn Thain
2024-04-28  3:51         ` Michael Schmitz
2024-04-28  8:03           ` Finn Thain
2024-04-27  8:48 ` [PATCH v3 2/2] m68k: improve __constant_copy_to_user_asm() fault handling Michael Schmitz
2024-04-27  9:24   ` Finn Thain

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.