Re: qt.qpa.xcb: xcb_shm_attach() failed

2022-11-16 Thread Matthieu Herrb
On Wed, Nov 16, 2022 at 10:15:41PM +0100, Matthieu Herrb wrote: > Below is a sample program to demonstrate how to use this with xcb. Hmm no this exemple I sent is pure Xlib. I have an xcb based example somewhere but I can't find it right now, sorry. -- Matthieu Herrb

Re: qt.qpa.xcb: xcb_shm_attach() failed

2022-11-16 Thread Matthieu Herrb
On Wed, Nov 16, 2022 at 06:52:04PM +0100, Rafael Sadowski wrote: > On Sun Nov 13, 2022 at 08:37:55PM +0100, Rafael Sadowski wrote: > > I don't know if this has worked in the past, but when debugging some Qt > > applications I saw the following debug messages: > > > > $ gwenview > > qt.qpa.xcb:

libXft updated to 2.3.7 in -current

2022-11-16 Thread Matthieu Herrb
Hi, Note that OpenBSD 7.2 shipped with version 2.3.4 of libXft which is not affected by the bug. - Forwarded message from Matthieu Herrb - Date: Wed, 16 Nov 2022 13:25:46 -0700 (MST) From: Matthieu Herrb To: source-chan...@cvs.openbsd.org Subject: CVS: cvs.openbsd.org: xenocara

Re: qt.qpa.xcb: xcb_shm_attach() failed

2022-11-16 Thread Rafael Sadowski
On Sun Nov 13, 2022 at 08:37:55PM +0100, Rafael Sadowski wrote: > I don't know if this has worked in the past, but when debugging some Qt > applications I saw the following debug messages: > > $ gwenview > qt.qpa.xcb: Has MIT-SHM : true > qt.qpa.xcb: Has MIT-SHM FD : true > qt.qpa.xcb:

Re: bgpd: add base support for ASPA

2022-11-16 Thread Theo Buehler
On Wed, Nov 16, 2022 at 05:14:20PM +0100, Claudio Jeker wrote: > On Wed, Nov 16, 2022 at 03:37:31PM +0100, Claudio Jeker wrote: > > On Wed, Nov 16, 2022 at 02:52:59PM +0100, Theo Buehler wrote: > > > On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > > > > ASPA sets are the 2nd thing

Re: mips64, loongson, octeon: switch to clockintr(9)

2022-11-16 Thread Visa Hankala
On Wed, Nov 16, 2022 at 07:00:23AM -0600, Scott Cheloha wrote: > On Mon, Nov 14, 2022 at 05:19:17PM +, Visa Hankala wrote: > > I think this clockintr_init() should be in cp0_startclock(). This would > > let other clock drivers do their own adjusting of the hz variables > > before clockintr

Re: bgpd: add base support for ASPA

2022-11-16 Thread Claudio Jeker
On Wed, Nov 16, 2022 at 03:37:31PM +0100, Claudio Jeker wrote: > On Wed, Nov 16, 2022 at 02:52:59PM +0100, Theo Buehler wrote: > > On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > > > ASPA sets are the 2nd thing that will be generated out of rpki (and > > > rpki-client). ASPA is

Re: bgpd: add base support for ASPA

2022-11-16 Thread Claudio Jeker
On Wed, Nov 16, 2022 at 02:52:59PM +0100, Theo Buehler wrote: > On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > > ASPA sets are the 2nd thing that will be generated out of rpki (and > > rpki-client). ASPA is used to further prevent leaks by providing customer > > provider

Re: move vmd vioblk handling to another thread

2022-11-16 Thread Uwe Werler
On 12 Nov 01:52, David Gwynne wrote: > this updates a diff i had from a few years ago to move the vioblk > handling in vmd into a separate thread. > > basically disk io in your virtual machine should not block the vcpu from > running now. > > just throwing this out so people can give it a go and

Re: bgpd: add base support for ASPA

2022-11-16 Thread Theo Buehler
On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > ASPA sets are the 2nd thing that will be generated out of rpki (and > rpki-client). ASPA is used to further prevent leaks by providing customer > provider attestation (and blocking paths which violate these attestations). > > I

Re: bgpd: add base support for ASPA

2022-11-16 Thread Job Snijders
On Wed, Nov 16, 2022 at 02:43:40PM +0100, Claudio Jeker wrote: > On Wed, Nov 16, 2022 at 12:18:14PM +, Job Snijders wrote: > > On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > > > A aspa-set is defined like this: > > > aspa-set { > > > source-as 1 transit-as { 5 } > > >

Re: bgpd: add base support for ASPA

2022-11-16 Thread Claudio Jeker
On Wed, Nov 16, 2022 at 12:18:14PM +, Job Snijders wrote: > On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > > A aspa-set is defined like this: > > aspa-set { > > source-as 1 transit-as { 5 } > > source-as 2 expires 1668181648 transit-as { 3 4 } > >

Re: mips64, loongson, octeon: switch to clockintr(9)

2022-11-16 Thread Scott Cheloha
On Mon, Nov 14, 2022 at 05:19:17PM +, Visa Hankala wrote: > On Sun, Nov 06, 2022 at 07:48:09PM +, Scott Cheloha wrote: > > This patch switches loongson and octeon to clockintr(9). > > > > It has survived several release builds and upgrades from the resulting > > bsd.rd images on my ER-4.

Re: bgpd: add base support for ASPA

2022-11-16 Thread Job Snijders
On Wed, Nov 16, 2022 at 12:47:46PM +0100, Claudio Jeker wrote: > A aspa-set is defined like this: > aspa-set { > source-as 1 transit-as { 5 } > source-as 2 expires 1668181648 transit-as { 3 4 } > source-as 5 transit-as { 1 2 allow inet 7 allow inet6 } > } bikeshed.com I'd

bgpd: add base support for ASPA

2022-11-16 Thread Claudio Jeker
ASPA sets are the 2nd thing that will be generated out of rpki (and rpki-client). ASPA is used to further prevent leaks by providing customer provider attestation (and blocking paths which violate these attestations). I started to implement this and while this code does no checks yet it is enough

make state key dereference safe for pfsync(4)

2022-11-16 Thread Alexandr Nedvedicky
Hello, with state key mutex in a tree [1]. I'd like to add yet another diff. during h2k22 David and I split original change [2] into two chunks. OK to commit diff below? thanks and regards sashan [1] https://marc.info/?l=openbsd-cvs=166817856414079=2 [2]