Re: svn commit: r327013 - head/sys/net

2017-12-27 Thread shurd
On Sun, 24 Dec 2017 12:43:29 +0300, Oleg Bulyzhin wrote: On Sat, Dec 23, 2017 at 11:13:37PM -0500, Stephen Hurd wrote: Hrm, can you try it with: options EARLY_AP_STARTUP In slave-amd64-smp-debug? yes, it does boot now:   Should be fixed for !EARLY_AP_STARTUP as of r327244.  Thanks

Re: svn commit: r326702 - head/sys/net

2017-12-08 Thread shurd
On Fri, 8 Dec 2017 13:57:13 -0500, Ryan Stone wrote: On Fri, Dec 8, 2017 at 1:43 PM, Stephen Hurd wrote: Author: shurd Date: Fri Dec 8 18:43:31 2017 New Revision: 326702 URL: https://svnweb.freebsd.org/changeset/base/326702 + if (!M_WRITABLE(*m_head)) { + new_head = m_dup(*m_head

Re: svn commit: r304704 - in stable/11/sys: conf kern net sys

2016-08-23 Thread shurd
Hopefully the formatting is OK, I used webmail for this.   On Tue, 23 Aug 2016 15:18:48 -0700, Navdeep Parhar wrote: (I'm assuming that you do not plan to merge this to releng/11.0.)   I'm working to get this into releng/11.0.  The merge to stable/11 had to be done before a merge reques