Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Florian Obser
On Fri, Jun 14, 2019 at 02:04:00PM +0200, Renaud Allard wrote: > > > On 6/14/19 1:58 PM, Florian Obser wrote: > > On Fri, Jun 14, 2019 at 09:50:35AM +0200, Renaud Allard wrote: > > > > > > > > > On 6/12/19 2:30 PM, Renaud Allard wrote: > > > > > > > > > > > > On 6/11/19 2:36 PM, Sebastian

Re: net80211: more steady Tx rate with MiRa (please test)

2019-06-14 Thread Stefan Sperling
On Fri, Jun 14, 2019 at 01:01:58PM +0200, Matthias Schmidt wrote: > Hi Stefan, > > * Stefan Sperling wrote: > > > > Since I am knee-deep in Tx aggregation right now, I would like to delegate > > testing of the diff below against plain -current to the community. > > If some of you could test the

Re: net80211: more steady Tx rate with MiRa (please test)

2019-06-14 Thread Matthias Schmidt
Hi, * Stefan Sperling wrote: > On Fri, Jun 14, 2019 at 01:01:58PM +0200, Matthias Schmidt wrote: > > Hi Stefan, > > > > * Stefan Sperling wrote: > > > > > > Since I am knee-deep in Tx aggregation right now, I would like to delegate > > > testing of the diff below against plain -current to the

Re: dwiic: add apollo lake support

2019-06-14 Thread Jonathan Gray
On Mon, Jun 10, 2019 at 11:54:55PM -0400, James Hastings wrote: > Add support for Apollo Lake I2C at pci bus. > Include two PCIE devs while we are here. Committed without the pci renumbering as the additional ids are "PCIe-B" in the datasheet the old ones are "PCIe-A". The aplgpio and sdhc diffs

Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Renaud Allard
On 6/14/19 1:58 PM, Florian Obser wrote: On Fri, Jun 14, 2019 at 09:50:35AM +0200, Renaud Allard wrote: On 6/12/19 2:30 PM, Renaud Allard wrote: On 6/11/19 2:36 PM, Sebastian Benoit wrote: Hi, some feedback below. Renaud: maybe wait for feedback from florian or gilles until acting on

Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Florian Obser
On Fri, Jun 14, 2019 at 09:50:35AM +0200, Renaud Allard wrote: > > > On 6/12/19 2:30 PM, Renaud Allard wrote: > > > > > > On 6/11/19 2:36 PM, Sebastian Benoit wrote: > > > Hi, > > > > > > some feedback below. > > > > > > Renaud: maybe wait for feedback from florian or gilles until > > >

Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Gilles Chehade
On Fri, Jun 14, 2019 at 01:58:58PM +0200, Florian Obser wrote: > On Fri, Jun 14, 2019 at 09:50:35AM +0200, Renaud Allard wrote: > > > > > > On 6/12/19 2:30 PM, Renaud Allard wrote: > > > > > > > > > On 6/11/19 2:36 PM, Sebastian Benoit wrote: > > > > Hi, > > > > > > > > some feedback below. >

Re: unveil(2) sysctl(8)

2019-06-14 Thread Ricardo Mestre
Hi, Sorry to be late in the game, but as jca@ pointed out sysctl(8) tries to open _PATH_DEVDB first and then /dev if it cannot open the former, so both should be unveil(2)ed. Scramble the includes while at it. Index: sysctl.c ===

Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Gilles Chehade
On Fri, Jun 14, 2019 at 03:54:38PM +0200, Florian Obser wrote: > On Fri, Jun 14, 2019 at 02:04:00PM +0200, Renaud Allard wrote: > > > > > > On 6/14/19 1:58 PM, Florian Obser wrote: > > > On Fri, Jun 14, 2019 at 09:50:35AM +0200, Renaud Allard wrote: > > > > > > > > > > > > On 6/12/19 2:30 PM,

Re: ldpd(8): unveil(2) main proc / reduce pledge(2) on ldpe

2019-06-14 Thread Ricardo Mestre
ping? On 12:33 Wed 22 May , Ricardo Mestre wrote: > Hi, > > Like we did on other daemons that cannot be pledged due to forbidden ioctls > the > main process can be unveiled to restrict filesystem access. In this case we > can > restrict it to only read, although it must be the entire /

Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Sebastian Benoit
ok Florian Obser(flor...@openbsd.org) on 2019.06.14 13:58:58 +0200: > On Fri, Jun 14, 2019 at 09:50:35AM +0200, Renaud Allard wrote: > > > > > > On 6/12/19 2:30 PM, Renaud Allard wrote: > > > > > > > > > On 6/11/19 2:36 PM, Sebastian Benoit wrote: > > > > Hi, > > > > > > > > some feedback

Re: urtw: use timeout_add_msec(9)

2019-06-14 Thread Kevin Lo
On Thu, Jun 13, 2019 at 11:12:23PM +0200, Klemens Nanni wrote: > > Simple sleeps for 100ms that currently use a timeval to specify > miliseconds, convert them to Hz with tvtohz(9) so they can be converted > back by timeout_add(9) - we can do better by now. > > I lack appropiate hardware, but the

Re: upgt: use timeout_add_msec(9)

2019-06-14 Thread Kevin Lo
On Thu, Jun 13, 2019 at 11:23:55PM +0200, Klemens Nanni wrote: > > Same as with urtw(4) but a tad more obvious: > > /usr/include/dev/usb/if_upgtvar.h > 312:#define UPGT_LED_ACTION_TMP_DUR 100 /* ms */ > > OK? I don't have upgt(4), but it looks good to me. > Index:

Re: net80211: more steady Tx rate with MiRa (please test)

2019-06-14 Thread Matthias Schmidt
Hi Stefan, * Stefan Sperling wrote: > > Since I am knee-deep in Tx aggregation right now, I would like to delegate > testing of the diff below against plain -current to the community. > If some of you could test the diff below and report back to me I would > appreciate it. > You don't need to

Re: [patch] use acme-client to sign certificated with ecdsa keys

2019-06-14 Thread Renaud Allard
On 6/12/19 2:30 PM, Renaud Allard wrote: On 6/11/19 2:36 PM, Sebastian Benoit wrote: Hi, some feedback below. Renaud: maybe wait for feedback from florian or gilles until acting on my comments, sometimes sending diffs to fast creates more work ;) /Benno As suggested by benno@