On Tue, May 2, 2023 at 9:29 AM Aaron Mason wrote:
> [REDACTED]
> >
> > The actual problem is here. One request times out, but the driver does
> > not tell qemu that it should abort the request. The queue entry then
> > gets reused and the two responses from qemu overwrite each other. You
> > could
On Mon, May 1, 2023 at 11:32 PM Stefan Fritsch wrote:
>
> Dropping misc@ from cc
>
> Am 01.05.23 um 02:08 schrieb Aaron Mason:
> > I can reproduce it with this in QEMU 8.0 in Winders (thanks Antun who
> > sent something like this to the bugs@ list):
> >
> > qemu-system-x86_64 -accel whpx,kernel-ir
An errata patch for bgpd and rpki-client has been released for
OpenBSD 7.3.
Binary updates for the amd64, i386 and arm64 platform are available
via the syspatch utility. Source code patches can be found on the
respective errata page:
https://www.openbsd.org/errata73.html
Hi,
nd6_resolve() can call nd6_ns_output() without kernel lock.
ok?
bluhm
Index: netinet6/nd6.c
===
RCS file: /data/mirror/openbsd/cvs/src/sys/netinet6/nd6.c,v
retrieving revision 1.272
diff -u -p -r1.272 nd6.c
--- netinet6/nd6.c
Dropping misc@ from cc
Am 01.05.23 um 02:08 schrieb Aaron Mason:
I can reproduce it with this in QEMU 8.0 in Winders (thanks Antun who
sent something like this to the bugs@ list):
qemu-system-x86_64 -accel whpx,kernel-irqchip=off -machine q35 \
-cpu EPYC-Rome,-monitor -m 8g -smp 6,sockets=1
On Mon, May 01, 2023 at 11:00:46AM +0200, Claudio Jeker wrote:
> I managed to end up with bad filedescriptors in rrdp.
> The result is not pretty since the code will start to spin doing poll()
> and read() with read failing but the code does not back off enough to
> remove the fd from the poll list
I managed to end up with bad filedescriptors in rrdp.
The result is not pretty since the code will start to spin doing poll()
and read() with read failing but the code does not back off enough to
remove the fd from the poll list.
Fix is simple, instead of marking the request as failed just fail th