Re: svn commit: r266806 - head/sys/netgraph

2014-05-28 Thread Gleb Smirnoff
On Wed, May 28, 2014 at 11:41:23PM +0800, Julian Elischer wrote: J> On 5/28/14, 10:56 PM, Gleb Smirnoff wrote: J> > On Wed, May 28, 2014 at 10:12:32PM +0800, Julian Elischer wrote: J> > J> On 5/28/14, 9:15 PM, Gleb Smirnoff wrote: J> > J> > Author: glebius J> > J> > Date: Wed May 28 13:15:14 2014 J

Re: svn commit: r266806 - head/sys/netgraph

2014-05-28 Thread Julian Elischer
On 5/28/14, 10:56 PM, Gleb Smirnoff wrote: On Wed, May 28, 2014 at 10:12:32PM +0800, Julian Elischer wrote: J> On 5/28/14, 9:15 PM, Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Wed May 28 13:15:14 2014 J> > New Revision: 266806 J> > URL: http://svnweb.freebsd.org/changeset/base/266806 J>

Re: svn commit: r266806 - head/sys/netgraph

2014-05-28 Thread Gleb Smirnoff
On Wed, May 28, 2014 at 10:12:32PM +0800, Julian Elischer wrote: J> On 5/28/14, 9:15 PM, Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Wed May 28 13:15:14 2014 J> > New Revision: 266806 J> > URL: http://svnweb.freebsd.org/changeset/base/266806 J> > J> > Log: J> >Use M_WAITOK for the NGM_

Re: svn commit: r266806 - head/sys/netgraph

2014-05-28 Thread Julian Elischer
On 5/28/14, 9:15 PM, Gleb Smirnoff wrote: Author: glebius Date: Wed May 28 13:15:14 2014 New Revision: 266806 URL: http://svnweb.freebsd.org/changeset/base/266806 Log: Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it to arrive from userland only. Submitted by: Dmi

svn commit: r266806 - head/sys/netgraph

2014-05-28 Thread Gleb Smirnoff
Author: glebius Date: Wed May 28 13:15:14 2014 New Revision: 266806 URL: http://svnweb.freebsd.org/changeset/base/266806 Log: Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it to arrive from userland only. Submitted by: Dmitry Luhtionov Modified: head/sys/netgraph/ng