Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 22:56:23 +0100
From:      Edward Tomasz Napierala <trasz@freebsd.org>
To:        Oliver Pinter <oliver.pinter@hardenedbsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r286234 - head/sys/boot/common
Message-ID:  <20160113215623.GA1249@brick.home>
In-Reply-To: <CAPQ4ffupme%2BVDn%2BO1t11-t22QFZktvWGPMwhkSZs-3TOZmPf2A@mail.gmail.com>
References:  <201508031627.t73GRbTB092225@repo.freebsd.org> <CAPQ4ffupme%2BVDn%2BO1t11-t22QFZktvWGPMwhkSZs-3TOZmPf2A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 0107T2033, Oliver Pinter wrote:
> On Mon, Aug 3, 2015 at 6:27 PM, Edward Tomasz Napierala
> <trasz@freebsd.org> wrote:
> > Author: trasz
> > Date: Mon Aug  3 16:27:36 2015
> > New Revision: 286234
> > URL: https://svnweb.freebsd.org/changeset/base/286234
> >
> > Log:
> >   Fix a problem which made loader(8) load non-kld files twice.
> >
> >   For example, without this patch, the following three lines
> >   in /boot/loader.conf would result in /boot/root.img being preloaded
> >   twice, and two md(4) devices - md0 and md1 - being created.
> >
> >   initmd_load="YES"
> >   initmd_type="md_image"
> >   initmd_name="/boot/root.img"
> >
> >   Reviewed by:  marcel@
> >   MFC after:    1 month
> 
> Do you still plan to MFC this commit to 10-STABLE / 10.3?

That was the plan, yeah, but I cannot reproduce the problem on 10-STABLE.
Can you?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160113215623.GA1249>