Re: fix: ospf6d(8): wrong intra area announcement

2020-10-04 Thread Remi Locherer
On Fri, Oct 02, 2020 at 02:01:09AM +0200, Jan Klemkow wrote: > Hi, > > The new intra area db entry has to be saved into the tree before > orig_intra_area_prefix_lsas() is called. If not, the ospf6d will not > announce the new intra area db for a newly learned link from another > ospf router of th

Re: [PATCH] Add IOMMU support for Intel VT-d and AMD-Vi

2020-10-04 Thread Jordan Hargrave
Ping... still need more eyes on this This is the IOMMU code for VT-d and AMD Vi implementation It overrides the DMA Tag for each device and assigns it to a protected domain On Thu, Sep 17, 2020 at 08:54:51PM -0500, Jordan Hargrave wrote: > Ok made more changes > > On Mon, Sep 14, 2020 at 08:

Re: Please test: switch select(2) to kqfilters

2020-10-04 Thread Scott Cheloha
On Sat, Oct 03, 2020 at 09:09:00AM +0200, Martin Pieuchot wrote: > On 02/10/20(Fri) 19:09, Scott Cheloha wrote: > > On Fri, Oct 02, 2020 at 12:19:35PM +0200, Martin Pieuchot wrote: > > > @@ -635,12 +642,39 @@ sys_kevent(struct proc *p, void *v, regi > > > goto done; > > > } > > > > >

Re: PATCH: Add vmmpci device for passthrough PCI

2020-10-04 Thread Jordan Hargrave
Ping. Can anyone review this? From: Jordan Hargrave Sent: Tuesday, September 15, 2020 12:54 PM To: tech@openbsd.org ; jor...@openbsd.org ; kette...@openbsd.org Subject: PATCH: Add vmmpci device for passthrough PCI This adds a placeholder vmmpci device that wil

Re: random canary bytes for malloc

2020-10-04 Thread Theo Buehler
On Sun, Oct 04, 2020 at 09:51:14AM +0200, Otto Moerbeek wrote: > On Tue, Sep 29, 2020 at 08:17:54AM +0200, Otto Moerbeek wrote: > > > Hi, > > > > until now, canary bytes (used by the C olption) were the same as the > > bytes used to junk (0xfd). This means that certain overwrites are not > > det

Re: random canary bytes for malloc

2020-10-04 Thread Otto Moerbeek
On Tue, Sep 29, 2020 at 08:17:54AM +0200, Otto Moerbeek wrote: > Hi, > > until now, canary bytes (used by the C olption) were the same as the > bytes used to junk (0xfd). This means that certain overwrites are not > detected, like setting the high bit. > > This makes the byte value used to wri