The problem is that ns8250_bus_probe() accesses a field from the
ns8250_softc, which embeds the generic UART softc, but the ns8250_softc
hasn't yet been allocated because we're still probing.
This is a regression from commit 0aefb0a63c50. This fixed some problem
where one of the upper four IER bits (which are usually reserved?) needs
to be set in order to get RX interrupts before the RX FIFO is full. At
the same time, we avoid clearing those reserved bits (see commit
58957d87173, though I'm not sure this is really needed or makes sense).
So, copy what ns8250_init() does to disable interrupts, since we don't
know what the "right" mask is at this point.
This was found by syzkaller+KASAN:
https://syzkaller.appspot.com/bug?id=3a103473cd81fe2a15d3642b28a50ce63a795424