On Tue, Aug 09, 2022 at 07:39:31PM +0000, Miod Vallat wrote: > The alpha part contains code in the kernel to handle unaligned memory > accesses from userland programs, to prevent them from dying in horrible > SIGBUS. > > This made sense in the '90s, but since then people have learned to work > with strict-alignment architectures, and this code has been less and > less triggered - in my own experience I don't remember seeing it > triggered in the last 20 years. > > I think it's time to send it to the Attic for a well-deserved > retirement, and let these ill-behaved userland programs catch the SIGBUS > they deserve.
I like the direction and am ok with this being committed but don't have a working alpha to test. Having the same behaviour on SMALL_KERNEL and GENERIC is an added bonus.
