Re: Pump my sched: fewer SCHED_LOCK() & kill p_priority

2019-06-23 Thread Amit Kulkarni
On Fri, 21 Jun 2019 21:54:18 -0700 Mike Larkin wrote: > On Fri, Jun 21, 2019 at 05:11:26PM -0300, Martin Pieuchot wrote: > > On 06/06/19(Thu) 15:16, Martin Pieuchot wrote: > > > On 02/06/19(Sun) 16:41, Martin Pieuchot wrote: > > > > On 01/06/19(Sat) 18:55, Martin Pieuchot wrote: > > > > > Diff be

ospfd: point-to-point on ethernet interfaces

2019-06-23 Thread Remi Locherer
Diff below adds to ospfd point to point support for Ethernet interfaces. I successfully tested this against Junos and FastIron. I first made the key word in the config "point-to-point". But then I changed to "type p2p". The later would allow for "type nbma" or "type p2mp" should we implement these

gemini lake gpio

2019-06-23 Thread James Hastings
New driver for Gemini Lake GPIO controller. Nearly identical to Apollo Lake with few changes. Pad configuration is now 16 bytes starting at offset 0x600. Index: share/man/man4/Makefile === RCS file: /cvs/src/share/man/man4/Makefile,v

Fix regress/sys/rtable for octeon

2019-06-23 Thread Moritz Buhl
Hi, while running regression tests on an octeon ERL, I noticed that no-macro-redefined flag was not known to the compiler. I added some #undefs and some hours ago a change to art_walk made the tests fail too. The no-macro-redefine was added 3 month ago. Thanks, mbuhl Index: regress/sys/net/rtabl

Re: bgpd fix mrt table dumps

2019-06-23 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.06.22 10:30:46 +0200: > Once again I broke mrt table dumps a bit. This time by not dumping the sorry about that. > community data anymore. Add this back by adding the needed code in > rde_community.c and some other minor adjustments. > > With this

Re: [patch] rsync: fix free() on uninitialized pointer with -rx and same device

2019-06-23 Thread Sebastian Benoit
Hiltjo Posthuma(hil...@codemadness.org) on 2019.06.21 13:32:10 +0200: > On Wed, Jun 12, 2019 at 06:58:31PM +0200, Hiltjo Posthuma wrote: > > On Thu, Jun 06, 2019 at 02:14:05PM +0200, Christian Weisgerber wrote: > > > Bj??rn Ketelaars: > > > > > > > Diff below is based on the latest diff from naddy