Re: 11.0-BETA1 'ifconfig igb0 media auto' causes panic in llentry_free()

2016-07-13 Thread Maxim Sobolev
Larry, thanks for the pointer. Patch in the PR fixed the issue for me. Added comment in there. -Max On Wed, Jul 13, 2016 at 2:00 PM, Larry Rosenman wrote: > NOTE: I get an insta-panic on boot :( > > I'm waiting for Gleb to respond. > > > > On 2016-07-13 15:57, Maxim Sobolev

Jenkins build is still unstable: FreeBSD_stable_10 #313

2016-07-13 Thread jenkins-admin
See ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: svn commit: r302601 - in head/sys: arm/include arm64/include [clang 3.8.0: powerpc has odd mix of signed wchar_t and unsigned char]

2016-07-13 Thread Andrey Chernov
On 13.07.2016 11:53, Mark Millard wrote: > [The below does note that TARGET=powerpc has a mix of signed wchar_t and > unsigned char types and most architectures have both being signed types.] POSIX says nothing about wchar_t and char should be the same (un)signed. It is arm ABI docs may say so

11.0-BETA2 may be delayed

2016-07-13 Thread Glen Barber
As I am sure you have already seen, there is an issue in 11.0-BETA1 that has caused some headaches for people. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210884 The issue is actively being investigated, and despite the KBI freeze, the fix may need to break KBI in stable/11, at least as

Re: 11.0-BETA1 'ifconfig igb0 media auto' causes panic in llentry_free()

2016-07-13 Thread Larry Rosenman
NOTE: I get an insta-panic on boot :( I'm waiting for Gleb to respond. On 2016-07-13 15:57, Maxim Sobolev wrote: > Thanks, looks like the same issue. I'll try the patch from ticket. > > -Max > > On Wed, Jul 13, 2016 at 1:46 PM, Larry Rosenman wrote: > > On 2016-07-13

Re: 11.0-BETA1 'ifconfig igb0 media auto' causes panic in llentry_free()

2016-07-13 Thread Maxim Sobolev
Thanks, looks like the same issue. I'll try the patch from ticket. -Max On Wed, Jul 13, 2016 at 1:46 PM, Larry Rosenman wrote: > On 2016-07-13 15:32, Maxim Sobolev wrote: > >> Hi, we are seeing consistent crash doing 'ifconfig igb0 media auto' after >> interface has been

Re: 11.0-BETA1 'ifconfig igb0 media auto' causes panic in llentry_free()

2016-07-13 Thread Larry Rosenman
On 2016-07-13 15:32, Maxim Sobolev wrote: Hi, we are seeing consistent crash doing 'ifconfig igb0 media auto' after interface has been provisioned by the dhcpclient. This is stable/11 sources from svn revision 302593. That problem did not happen to us before the upgrade from from

11.0-BETA1 'ifconfig igb0 media auto' causes panic in llentry_free()

2016-07-13 Thread Maxim Sobolev
Hi, we are seeing consistent crash doing 'ifconfig igb0 media auto' after interface has been provisioned by the dhcpclient. This is stable/11 sources from svn revision 302593. That problem did not happen to us before the upgrade from from 11.0-ALPHA3, svn revision 301898 from head. Sreenshot of

Jenkins build is still unstable: FreeBSD_stable_10 #312

2016-07-13 Thread jenkins-admin
See ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: r302669 GENERIC panicking on Amazon EC2 (Solved)

2016-07-13 Thread Mike Jakubik
On 2016-07-12 03:52 PM, Mike Jakubik wrote: Hello, I just did a svn update to stable/10 recompiled world/kernel using GENERIC kernel and i am unable to boot this kernel on Amazon EC2 now. Thanks. I took the following flags out of make.conf CPUTYPE?=native CFLAGS+=-maes -mavx And i

Jenkins build is still unstable: FreeBSD_stable_10 #311

2016-07-13 Thread jenkins-admin
See ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Jenkins build is still unstable: FreeBSD_stable_10 #310

2016-07-13 Thread jenkins-admin
See ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Jenkins build is unstable: FreeBSD_stable_10 #309

2016-07-13 Thread jenkins-admin
See ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: svn commit: r302601 - in head/sys: arm/include arm64/include [clang 3.8.0: powerpc has odd mix of signed wchar_t and unsigned char]

2016-07-13 Thread Mark Millard
[The below does note that TARGET=powerpc has a mix of signed wchar_t and unsigned char types and most architectures have both being signed types.] On 2016-Jul-11, at 8:57 PM, Andrey Chernov wrote: > On 12.07.2016 5:44, Mark Millard wrote: >> My understanding of the criteria for __WCHAR_MIN and