Re: MPLSv6 1/2: kernel diff

2018-12-27 Thread Denis Fondras
On Thu, Dec 27, 2018 at 03:23:07PM -0200, Martin Pieuchot wrote: > On 26/12/18(Wed) 17:13, Denis Fondras wrote: > > Interface needs IFF_MULTICAST when enabling IPv6 as per in6_ifattach(). > > When an address is configured, the interface joins multicast groups with > > in6_joingroup() (hence use SIO

Re: iSerialNumber -> serial

2018-12-27 Thread Klemens Nanni
On Thu, Dec 27, 2018 at 02:36:36PM -0200, Martin Pieuchot wrote: > New version using 'iSerial'. This is coherent w/ what lsusb(8) displays > and isn't ambiguous with regard to the device descriptor name as pointed > out by deraadt@. Even better, sure.

Re: MPLSv6 1/2: kernel diff

2018-12-27 Thread Martin Pieuchot
On 26/12/18(Wed) 17:13, Denis Fondras wrote: > On Mon, Dec 24, 2018 at 08:43:10PM -0200, Martin Pieuchot wrote: > > I'm not happy with adding the IFF_MULTICAST flag and SIOC{ADD,DEL}MULTI > > ioctls. It seems to be a common pattern between in existing pseudo-driver, > > so this shouldn't block you

Re: iSerialNumber -> serial

2018-12-27 Thread Denis Fondras
On Thu, Dec 27, 2018 at 02:36:36PM -0200, Martin Pieuchot wrote: > On 25/12/18(Tue) 20:32, Martin Pieuchot wrote: > > Simple change to have verbose USB device fit into 80 chars in usbdevs(8): > > New version using 'iSerial'. This is coherent w/ what lsusb(8) displays > and isn't ambiguous with r

Re: nanosleep(2): don't tsleep(9) if timeout is empty

2018-12-27 Thread Scott Cheloha
> On Dec 26, 2018, at 6:51 AM, Mark Kettenis wrote: > >> Date: Tue, 25 Dec 2018 23:11:45 -0500 >> From: Scott Cheloha >> >> On Tue, Dec 25, 2018 at 11:24:54PM +0100, Mark Kettenis wrote: >>> >>> [...] >>> >>> Time to beat you over the head with POSIX ;) >> >> Oh joy! >> >> All I *really* wa

Re: iSerialNumber -> serial

2018-12-27 Thread Martin Pieuchot
On 25/12/18(Tue) 20:32, Martin Pieuchot wrote: > Simple change to have verbose USB device fit into 80 chars in usbdevs(8): New version using 'iSerial'. This is coherent w/ what lsusb(8) displays and isn't ambiguous with regard to the device descriptor name as pointed out by deraadt@. Index: us

mpls_do_error() refactoring

2018-12-27 Thread Denis Fondras
The previous diff was a failure. This one works and makes icmp_reflect() closer to icmp6_reflect(). Index: netinet/ip_icmp.c === RCS file: /cvs/src/sys/netinet/ip_icmp.c,v retrieving revision 1.181 diff -u -p -r1.181 ip_icmp.c --- net

kcov: prepare for trace cmp [2/N]

2018-12-27 Thread Anton Lindqvist
Hi, As a next step, let KIOENABLE accept the desired tracing mode. The API matches the kcov implementation found both in Linux and FreeBSD. As far as I know, syzkaller is the only kcov consumer in the wild and I will make sure to adapt the new API there. Comments? OK? Index: share/man/man4/kcov.4

Re: Request for testing malloc and multi-threaded applications

2018-12-27 Thread Otto Moerbeek
Very little feedback so far. This diff can only give me valid feedback if the coverage of systems and use cases is wide. If I do not get more feedback, I have to base my decisions on my own testing, which will benefit my systems and use cases, but might harm yours. So, ladies and gentlemen, sta