Re: Fatal trap 12 booting FreeBSD-CURRENT via isboot kernel module.

2018-03-28 Thread Maurizio Vairani
2018-02-04 14:40 GMT+01:00 Andriy Gapon : > On 04/02/2018 11:50, Maurizio Vairani wrote: > > I have added a socket in the ifioctl() call as in the > > /usr/src/sys/nfs/bootp_subr.c source. > > Please let me know if you prefer a patch. > > A patch here

Re: GELI with UEFI supporting Boot Environments goes to HEAD when?

2018-03-28 Thread Warner Losh
It's on my list for nexr, finally. I have an alternate patch for loader.efi from ESP, but i don't think it will affect the GELI stuff. I have some time slotted for integration issues though. I am quite mindful of the freeze dates I have some uefi boot loader protocol changes that I need to

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread A. Wilcox
On 03/28/18 13:38, Nathan Whitehorn wrote: > Is this big-endian support or V1 support being removed? We support > the V2 ABI fully on FreeBSD, but not (yet) little-endian. Like on > Linux, the default ABI on big-endian will likely remain V1 for the > indefinite future, This is an important

Re: New ACPI Errors

2018-03-28 Thread Pete Wright
On 02/16/2018 13:54, Pete Wright wrote: On 02/15/2018 13:37, Jung-uk Kim wrote: On 02/13/2018 17:34, Claude Buisson wrote: On 02/13/2018 22:49, Pete Wright wrote: Hello, I have started seeing a lot of these messages spam my system log: ACPI Error: No pointer back to namespace node in

Re: Boot failure: panic: No heap setup

2018-03-28 Thread Kyle Evans
On Tue, Mar 27, 2018 at 6:39 PM, Stefan Esser wrote: > Am 27.03.18 um 21:31 schrieb Kyle Evans: >> >> On Tue, Mar 27, 2018 at 11:06 AM, Stefan Esser wrote: >>> >>> A few weeks ago I tried the LUA boot and found, that my kernel did not >>> start >>> (i.e. did

Re: Boot failure: panic: No heap setup

2018-03-28 Thread Warner Losh
On Wed, Mar 28, 2018 at 1:10 PM, Kyle Evans wrote: > On Tue, Mar 27, 2018 at 6:39 PM, Stefan Esser wrote: > > Am 27.03.18 um 21:31 schrieb Kyle Evans: > >> > >> On Tue, Mar 27, 2018 at 11:06 AM, Stefan Esser wrote: > >>> > >>> A few weeks

Re: r331650 breaks amd64 kernel build

2018-03-28 Thread Ian FREISLICH
On 03/28/2018 11:11 AM, Ian FREISLICH wrote: > Hi > > (As noted by Oliver Hartman in svn-src-all@) > > r331650 breaks amd64 kernel build as follows: > > --- machdep.o --- > /usr/src/sys/amd64/amd64/machdep.c:520:20: error: use of undeclared identifier > 'T_PROTFLT' ksi.ksi_trapno = T_PROTFLT; >

Re: GELI with UEFI supporting Boot Environments goes to HEAD when?

2018-03-28 Thread Tommi Pernila
Hi all, is there any chance that this would make it to 11.2 RELEASE ? stable/11 slush: April 20, 2018 stable/11 freeze:May 4, 2018 Br, Tommi On Thu, Feb 22, 2018 at 8:18 AM, Tommi Pernila wrote: > Awesome, thanks for the update and the work that you

Re: GELI with UEFI supporting Boot Environments goes to HEAD when?

2018-03-28 Thread Eric McCorkle
I'll do another rebase from head just to be sure On March 28, 2018 3:23:23 PM EDT, Warner Losh wrote: >It's on my list for nexr, finally. I have an alternate patch for >loader.efi >from ESP, but i don't think it will affect the GELI stuff. I have some >time >slotted for

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread Sean Fertile
___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread Mark Millard
I'm not one of the better people to be responding to the the likes of the below. So I've forwarded to some folks better able to comment, and 2 freebsd lists so others can see the note as well. sfertile at ca.ibm.com likely does not monitor any FreeBSD lists. So either direct sends or use of

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread Nathan Whitehorn
Is this big-endian support or V1 support being removed? We support the V2 ABI fully on FreeBSD, but not (yet) little-endian. Like on Linux, the default ABI on big-endian will likely remain V1 for the indefinite future, however, and it would be good if it were at least simple to re-add support

Re: GELI with UEFI supporting Boot Environments goes to HEAD when?

2018-03-28 Thread Tommi Pernila
excellent, thanks again for all your work. On Wed, 28 Mar 2018 at 22.25, Eric McCorkle wrote: > I'll do another rebase from head just to be sure > > On March 28, 2018 3:23:23 PM EDT, Warner Losh wrote: >> >> It's on my list for nexr, finally. I have an

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread Mark Millard
Sean Fertile's messages are showing up empty on the list. So I'm just forwarding the two that I've gotten to the lists (and not the individuals). I think they stand fairly well on their own, so no other message history is included. On 2018-Mar-28, at 3:08 PM, Sean Fertile wrote: > This is

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread Justin Hibbits
On Wed, Mar 28, 2018 at 3:17 PM, A. Wilcox wrote: > On 03/28/18 13:38, Nathan Whitehorn wrote: >> Is this big-endian support or V1 support being removed? We support >> the V2 ABI fully on FreeBSD, but not (yet) little-endian. Like on >> Linux, the default ABI on

Re: Boot failure: panic: No heap setup

2018-03-28 Thread Stefan Esser
Am 28.03.18 um 22:28 schrieb Warner Losh: > > Hmmm, the code references point into the boot loader code - I had > > expected that there is a problem in the kernel, not the boot loader. > > > >> [1] > >> https://svnweb.freebsd.org/base/head/stand/libsa/sbrk.c?view=markup#l56 >

Re: From LLVM: I got a note that LLVM plans to remove PPC64's V1 abi support; I'm asked about what support there is for the PPC64 little-endian/V2 abi (see forwarded message)

2018-03-28 Thread Sean Fertile
___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

r331650 breaks amd64 kernel build

2018-03-28 Thread Ian FREISLICH
Hi (As noted by Oliver Hartman in svn-src-all@) r331650 breaks amd64 kernel build as follows: --- machdep.o --- /usr/src/sys/amd64/amd64/machdep.c:520:20: error: use of undeclared identifier 'T_PROTFLT' ksi.ksi_trapno = T_PROTFLT; ^ The fix: Index: