On Mon, Sep 09, 2019 at 10:49:48PM +0200, John Paul Adrian Glaubitz wrote: > Shortly after typing "root" and pressing enter, the following message is > printed to the > console which seems to be an alpha-specific syscall: > > [ 195.414939] do_entUnaUser: 7 callbacks suppressed
No, that is not a syscall, that's the misaligned access by user space interrupt vector letting you know the kernel fixed up 7 misaligned memory accesses. Cheers, Michael.