Re: ix(4) shouldn't crash on memory allocation failure

2023-07-08 Thread Hrvoje Popovski
On 7.7.2023. 11:24, Jonathan Matthew wrote: > One of the problems described here: > https://www.mail-archive.com/tech@openbsd.org/msg71790.html > amounts to ix(4) not checking that it allocated a dma map before trying to > free it. > > ok? > > Hi, with this diff box won't panic if I have em m

ix(4) shouldn't crash on memory allocation failure

2023-07-07 Thread Jonathan Matthew
One of the problems described here: https://www.mail-archive.com/tech@openbsd.org/msg71790.html amounts to ix(4) not checking that it allocated a dma map before trying to free it. ok? Index: if_ix.c === RCS file: /cvs/src/sys/dev/p