Re: 6.8 panic _bus_dmamap_load_mbuf: no packet header

2020-11-04 Thread Ralf Horstmann
Hi Sashan, * Alexandr Nedvedicky [2020-11-05 00:25]: > Hello Ralf, > > I think we should rather give a try diff below. I would rather add > a return after m_freem(). Will diff below work for you too? Without understanding the full background I went with ignoring the return value of bpf_mtap_eth

Re: 6.8 panic _bus_dmamap_load_mbuf: no packet header

2020-11-04 Thread Alexandr Nedvedicky
Hello Ralf, I think we should rather give a try diff below. I would rather add a return after m_freem(). Will diff below work for you too? thanks for looking into it. regards sashan 8<---8<---8<--8< diff --git a/sys/netinet/ip_carp.c b/sys/

Re: 6.8 panic _bus_dmamap_load_mbuf: no packet header

2020-11-04 Thread Ralf Horstmann
* Ralf Horstmann [2020-10-30 18:45]: > >Synopsis:6.8 panic _bus_dmamap_load_mbuf: no packet header > >Category:system > >Environment: > System : OpenBSD 6.8 > Details : OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct 4 18:13:26 MDT 2020 > > dera...@amd64

acme-client won't work with buypass.com ECDSA domain keys

2020-11-04 Thread K R
>Synopsis: acme-client won't work with buypass.com ECDSA domain keys >Category: system sparc64 >Environment: System : OpenBSD 6.8 Details : OpenBSD 6.8 (GENERIC) #477: Sun Oct 4 20:36:17 MDT 2020 dera...@sparc64.openbsd.org: /usr/src/sys/

acpi(4) kernel page fault

2020-11-04 Thread James Hastings
Follow up. Panic still present on 6.8-current. Original diff to prevent writing to an out of bounds bufferfield: Index: dev/acpi/dsdt.c === RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v retrieving revision 1.256 diff -u -p -u -r1.256 dsdt.

wg(4) destroy failing

2020-11-04 Thread Sine Astris
Hi, I seem to have encountered an odd issue with wg(4), if I attempt the sequence: # ifconfig iwm0 down # ifconfig wg0 down # ifconfig wg0 destroy The destroy never returns, and my system become unstable to the point where I am unable to reboot/halt. If I issue only: # ifconfig iwm0 down # ifc