From owner-svn-src-head@freebsd.org Wed Jan 13 23:01:23 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A34C7A81902 for ; Wed, 13 Jan 2016 23:01:23 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE861869 for ; Wed, 13 Jan 2016 23:01:23 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x22b.google.com with SMTP id f206so395695267wmf.0 for ; Wed, 13 Jan 2016 15:01:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zcXlFuL/tum0qv7lmP+06xV5xDYNfFn+tWTtsjg4a0A=; b=zhOOCeaz+MRj7NvFDbJ5ep7PSaqTxEaTX8lj2ov2t40XwatRClpbmeKCD2MSWAZ2aC hn0j8japsw4dJm/9nRY1HlFfzJeLOiMripkIaZ8PkLjkSuEvlEGxqS8TGssVIwWM/Hlk lKf56my3CwyGeMbTopxjhKQAlzZHHgKbEV4tq//FEH9tOX0buzrVjFWayFIrnqds4yLx SuDMstLZuyBYshdoTrYjzUyttA8JPQsrTHAoVtp0L7OFs8QxQbhUSciIIe09CjbJ3de9 cyKHhjR9pjqNDAuTrsHPHRTtHDSufeKqLyxkVwFHibnCxUHvn//nYlaqtLBZoXuBbw/3 CIoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=zcXlFuL/tum0qv7lmP+06xV5xDYNfFn+tWTtsjg4a0A=; b=JcUJXJMX5JSfLRTekkVLeeRU2qIZYWtHoS+emIO4acj85FZU4zCncUpeMYZ6yazbp2 jy2qV6Jt16mIzTJpVnOKt4Zm90MMdZB/xHTHpMiUghyToijY8JOADG6PieH34+981sjR W1JNFrlDbJxPFUYaTUviH6fbPwy0G5qnMxtwWTeansHwYSW55wHC1WTh+8EcdaNytgN0 EZNGLSpRny/+W8z8YX9nVm0O0OgjvfkD2Qj0ngTM74WyJjUhs4k7Wefmg0vMw7tZubTa zugtCy0+oOWGPVR7PnKOL1rcLgIac3TEjs9kkTVMV6gEBEk3TLD4vlms3nWUfZ9eyNzH tETQ== X-Gm-Message-State: ALoCoQlGwrwsPrm1MxVLw0SJz+u2A+JTo9rDhkGLUhgDCjOcdxX/fJDVZjRQ3IOudIxmzCoZJPuzyYJbqo1CL2B5fnL98APo540nJQMPynjGEHEBIm3yj+o= MIME-Version: 1.0 X-Received: by 10.194.202.163 with SMTP id kj3mr606177wjc.93.1452726081279; Wed, 13 Jan 2016 15:01:21 -0800 (PST) Received: by 10.194.85.167 with HTTP; Wed, 13 Jan 2016 15:01:21 -0800 (PST) In-Reply-To: <20160113215623.GA1249@brick.home> References: <201508031627.t73GRbTB092225@repo.freebsd.org> <20160113215623.GA1249@brick.home> Date: Thu, 14 Jan 2016 00:01:21 +0100 Message-ID: Subject: Re: svn commit: r286234 - head/sys/boot/common From: Oliver Pinter To: Oliver Pinter , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 23:01:23 -0000 On Wednesday, January 13, 2016, Edward Tomasz Napierala wrote: > On 0107T2033, Oliver Pinter wrote: > > On Mon, Aug 3, 2015 at 6:27 PM, Edward Tomasz Napierala > > > 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? > > Not yet tested this scenario, I just remembered to this commit was marked to MFC, but not MFCd. When I have more time, I try to reproduce the issue.