re: CVS commit: src/sys/compat/linux/common

2018-01-08 Thread Christos Zoulas
On Jan 9, 12:33pm, m...@eterna.com.au (matthew green) wrote: -- Subject: re: CVS commit: src/sys/compat/linux/common | Christos Zoulas writes: | > On Jan 9, 12:44am, m...@netbsd.org (m...@netbsd.org) wrote: | > -- Subject: Re: CVS commit: src/sys/compat/linux/common | > | > | Why not add a signal

re: CVS commit: src/sys/compat/linux/common

2018-01-08 Thread matthew green
Christos Zoulas writes: > On Jan 9, 12:44am, m...@netbsd.org (m...@netbsd.org) wrote: > -- Subject: Re: CVS commit: src/sys/compat/linux/common > > | Why not add a signal? > > It is complicated to do so. It will even change the sigmask size. it will? don't we have support for upto 128 signals t

Re: CVS commit: src/sys/net

2018-01-08 Thread maya
On Tue, Jan 09, 2018 at 01:07:50AM +, m...@netbsd.org wrote: > This is causing PR kern/52914 (on netbsd-8, not current) Copied wrong number kern/52895 it's in -current but also -8

Re: CVS commit: src/sys/net

2018-01-08 Thread maya
This is causing PR kern/52914 (on netbsd-8, not current) On Fri, Dec 15, 2017 at 04:04:59AM +, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Fri Dec 15 04:04:59 UTC 2017 > > Modified Files: > src/sys/net: if.c > > Log Message: > Remove IFNET_GLOBAL_LOCK

Re: CVS commit: src/sys/compat/linux/common

2018-01-08 Thread Christos Zoulas
On Jan 9, 12:44am, m...@netbsd.org (m...@netbsd.org) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/common | Why not add a signal? It is complicated to do so. It will even change the sigmask size. christos

Re: CVS commit: src/sys/compat/linux/common

2018-01-08 Thread maya
> + /* > + * XXX: Linux has 33 realtime signals, the go binary wants to > + * reset all of them; nothing else uses the last RT signal, so for > + * now ignore it. > + */ > + if (sig == LINUX__NSIG) { > + uprintf("%s: setting signal %d ignored\n", __func__, si

Re: CVS commit: src/sys

2018-01-08 Thread Kengo NAKAHARA
Hi, On 2018/01/09 8:27, Christos Zoulas wrote: > In article <20180108232325.522d0f...@cvs.netbsd.org>, > Kengo NAKAHARA wrote: >> size_t hash; >> >> +printf(" %s: enter\n", __func__); >> + >> ip6 = mtod(m, const struct ip6_hdr *); >> >> KERNEL_LOCK_UNLESS_NET_MPSAFE(); >> @

Re: CVS commit: src/sys

2018-01-08 Thread Christos Zoulas
In article <20180108232325.522d0f...@cvs.netbsd.org>, Kengo NAKAHARA wrote: > size_t hash; > >+ printf(" %s: enter\n", __func__); >+ > ip6 = mtod(m, const struct ip6_hdr *); > > KERNEL_LOCK_UNLESS_NET_MPSAFE(); >@@ -571,8 +573,12 @@ ip6flow_create(struct route *ro, str