On Sun, 2021-11-21 at 14:58 +0100, Martijn van Duren wrote:
> On Sun, 2021-11-14 at 14:35 +, Stuart Henderson wrote:
> > On 2021/11/14 11:49, Martijn van Duren wrote:
> > > sthen@ found an issue when using this diff with netsnmp tools.
> > >
> > > The problem was that I put the requestID in th
On Tue, Nov 30, 2021 at 05:53:34PM +0300, Vitaliy Makkoveev wrote:
> Hi,
>
> This question is mostly for bluhm@. Should the gettdbbyflow() grab the
> extra reference on returned `tdbp' like other other gettdb*() do? I'm
> pointing this because we are going to not rely on the netlock when doing
> `
On Tue, Nov 30, 2021 at 02:31:20PM -0500, Noah Meier wrote:
> Hi Stefan,
>
> Richard Procter offered some kind advice on the ordering of options in the
> man page
> (to be done alphabetically) and commented on an unnecessary cast.
>
> I also believe that I goofed by failing to initalize the mute
Hi,
I want to ref count the TDB that is returned by ipsp_spd_lookup().
Sometimes the TDB returned by ipsp_spd_lookup() is not used. So
refcounting that, does not make sense. As a first step I want to
convert ipsp_spd_lookup() to return an error.
- tdb = ipsp_spd_lookup(&error)
+ error = ipsp_s
On Tue, Nov 30, 2021 at 03:24:17PM -0700, Theo de Raadt wrote:
> Todd C. Miller wrote:
>
> > On Tue, 30 Nov 2021 23:18:23 +0100, Mark Kettenis wrote:
> >
> > > Maybe add a comment here that libfido2 depends on libz?
> > >
> > > > +SUBDIR+=libfido2
> >
> > Yes, please. With a comment this is OK
Todd C. Miller wrote:
> On Tue, 30 Nov 2021 23:18:23 +0100, Mark Kettenis wrote:
>
> > Maybe add a comment here that libfido2 depends on libz?
> >
> > > +SUBDIR+=libfido2
>
> Yes, please. With a comment this is OK millert@
Or just mark these as "phase 2", without saying why.
On Tue, 30 Nov 2021 23:18:23 +0100, Mark Kettenis wrote:
> Maybe add a comment here that libfido2 depends on libz?
>
> > +SUBDIR+=libfido2
Yes, please. With a comment this is OK millert@
- todd
> Date: Tue, 30 Nov 2021 23:04:49 +0100
> From: Patrick Wildt
>
> On Thu, Nov 11, 2021 at 08:27:21PM +0900, SASANO Takayoshi wrote:
> > Hi,
> >
> > Recently I tried to crossbuild for arm64 on amd64.
> > I found "TARGET=arm64 make cross-tools" stops when building libfido2.
> >
> > libfido2 requi
On Thu, Nov 11, 2021 at 08:27:21PM +0900, SASANO Takayoshi wrote:
> Hi,
>
> Recently I tried to crossbuild for arm64 on amd64.
> I found "TARGET=arm64 make cross-tools" stops when building libfido2.
>
> libfido2 requires libz but this is not built yet at that time.
> lib/Makefile needs to tweak l
Hi Stefan,
Richard Procter offered some kind advice on the ordering of options in the man
page
(to be done alphabetically) and commented on an unnecessary cast.
I also believe that I goofed by failing to initalize the mutex and zero the
description
upon peer creation (in wg_peer_create).
I’ve
On Tue, Nov 30, 2021 at 07:17:14PM +0100, Jan Stary wrote:
>
> While here, I notice that sysctl.witness.watch is documented
> in witness(4), but kern.witness.locktrace is not - is that intended?
>
It is documented on options(4)
option WITNESS_LOCKTRACE
Enable witness(4) lock stack tr
I'm making a fine mess off this :(
On 2021-11-25 10:23 -07, Joel Knight wrote:
> On Wed, Nov 24, 2021 at 4:46 AM Florian Obser wrote:
>
>> Thanks, I had indeed missed this. I went through the RFC and found that
>> we MUST NOT send the server identifier in rebooting state. While here I
>> also ma
Currently watchdog functionality for urndis driver is disabled
(commented), I've tested it and it works properly - reset messages are
correctly sent and cmplt packets are received according to RNDIS spec (I
patched the driver to forcedly send reset message and act on it with
device reset every 5 se
On Nov 30 10:40:25, s...@spacehopper.org wrote:
> On 2021/11/29 22:50, Martin Pieuchot wrote:
> > On 24/11/21(Wed) 11:16, Martin Pieuchot wrote:
> > > Diff below unlock the bottom part of the UVM fault handler. I'm
> > > interested in squashing the remaining bugs. Please test with your usual
> >
On Mon, Nov 29, 2021 at 10:50:32PM +0100, Martin Pieuchot wrote:
> On 24/11/21(Wed) 11:16, Martin Pieuchot wrote:
> > Diff below unlock the bottom part of the UVM fault handler. I'm
> > interested in squashing the remaining bugs. Please test with your usual
> > setup & report back.
>
> Thanks to
Include missing "sys/refcnt.h" header to unpcb.h to fix libkvm and
netstat(1) build. No functional changes.
Index: sys/kern/uipc_socket.c
===
RCS file: /cvs/src/sys/kern/uipc_socket.c,v
retrieving revision 1.269
diff -u -p -r1.269 uip
Dave Voutila writes:
> This diff removes instability from VMX-based hosts by either removing
> the possibility of the process sleeping while the VMCS is active or
> reloading it if we had no choice.
>
> A mutex is added to help guard the VMCS state so testing with witness
> has helped verify th
Here is a revised version of kqueue-based poll(2).
The two most important changes to the previous version are:
* Properly handle pollfd arrays where more than one entries refer
to the same file descriptor.
* Fix poll(2)'s return value.
The first change would be somewhat tricky with plain kque
Hi,
This question is mostly for bluhm@. Should the gettdbbyflow() grab the
extra reference on returned `tdbp' like other other gettdb*() do? I'm
pointing this because we are going to not rely on the netlock when doing
`tdbp' dereference.
Also could this block be rewritten? It looks a little ugly.
On 2021/11/29 22:50, Martin Pieuchot wrote:
> On 24/11/21(Wed) 11:16, Martin Pieuchot wrote:
> > Diff below unlock the bottom part of the UVM fault handler. I'm
> > interested in squashing the remaining bugs. Please test with your usual
> > setup & report back.
>
> Thanks to all the testers, her
20 matches
Mail list logo