Re: inet6 ioctl(2) and splsoftnet()

2016-12-20 Thread Alexander Bluhm
On Tue, Dec 20, 2016 at 11:50:40AM +0100, Martin Pieuchot wrote: > Interface ioctl(2)s are now always executed at IPL_SOFTNET, so remove > recursive splsoftnet() calls. Could you put an splsoftassert into in6_addmulti() and in6_delmulti()? > ok? anyway OK bluhm@ > > Index: netinet6/in6.c > ===

inet6 ioctl(2) and splsoftnet()

2016-12-20 Thread Martin Pieuchot
Interface ioctl(2)s are now always executed at IPL_SOFTNET, so remove recursive splsoftnet() calls. ok? Index: netinet6/in6.c === RCS file: /cvs/src/sys/netinet6/in6.c,v retrieving revision 1.195 diff -u -p -r1.195 in6.c --- netinet6