Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 20:37:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201679] Upgrade of -STABLE from 20150627 to 20150717 keeps loader from loading vmm.ko
Message-ID:  <bug-201679-8-8BzDKuLM92@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201679-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201679-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201679

--- Comment #10 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jhb
Date: Thu Sep 17 20:36:47 UTC 2015
New revision: 287934
URL: https://svnweb.freebsd.org/changeset/base/287934

Log:
  The EFI boot loader allocates a single chunk of contiguous memory to
  hold the kernel, modules, and any other loaded data.  This memory block
  is relocated to the kernel's expected location during the transfer of
  control from the loader to the kernel.

  The GENERIC kernel on amd64 has recently grown such that a kernel + zfs.ko
  no longer fits in the default staging size.  Bump the default size from
  32MB to 48MB to provide more breathing room.

  PR:        201679
  Reviewed by:    imp
  MFC after:    1 week
  Differential Revision:    https://reviews.freebsd.org/D3666

Changes:
  head/sys/boot/efi/loader/copy.c

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201679-8-8BzDKuLM92>