Re: panic: UMA: Increase vm.boot_pages on Dell R920 r279210

2015-05-17 Thread Patrick Kelsey
On Sat, May 2, 2015 at 10:25 PM, Adrian Chadd wrote: > hi, > > Hm, should we be upping this limit automatically? Can we get cpu > counts or memory amount early enough in boot to have a hope of > auto-tuning? > > 64 seems low, 1024 seems high as a default. :) > What is it that's exhausting the b

I BSD Day in Seropédica

2015-05-17 Thread Nilton Jose Rizzo
Hi all, Sorry by cross posting, but I want to tell about the I BSD Day in Seropédica (Rio de Janeiro Brazil) in yesterday (5/16). It occurred in University UFRRJ (http://www.ufrrj.br) and the event site is http://bsdday.fug.com.br. This event was made to local users, community of

Jenkins build became unstable: FreeBSD_HEAD-tests2 #1040

2015-05-17 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: UMA initialization failure with 48 core ARM64

2015-05-17 Thread Michał Stanek
On 2015-05-16 00:42, Stanislav Sedov wrote: On May 15, 2015, at 11:30 AM, Michał Stanek wrote: Hi, I am experiencing an early failure of UMA on an ARM64 platform with 48 cores enabled. I get a kernel panic during initialization of VM. Here is the boot log (lines with 'MST:' are my own debug

Re: CFR: a new __unreachable() builtin

2015-05-17 Thread Ed Schouten
2015-05-13 18:09 GMT+02:00 David Chisnall : > LLVM uses this quite heavily, in a macro that expands to something equivalent > to assert(0 && "unreachable reached!”) in debug mode and > __builtin_unreachable() in release mode. When you’re debugging, you get > errors if you reach unreachable code