From owner-svn-src-head@freebsd.org Wed Jan 13 21:56:31 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 1EEC5A81E69; Wed, 13 Jan 2016 21:56:31 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 A70901E13; Wed, 13 Jan 2016 21:56:30 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id f206so313914855wmf.0; Wed, 13 Jan 2016 13:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=kHUA+OywoD5iz9ijIje9yDzrUTTDp16Cac5B5aDxByE=; b=jtk0wxr8bqBRHgBOZftKyt5piJSxs1MreSFxic0GQJbtEob/2WMhQuRidXzI52SSG7 CLhN8532oduorZkG7q1ts44837sr6Wj7iIypAFH+/nJOAkQL9/qMBd8vW8lCT3wnaD/3 wdIN1oPqNZ6aaMzuvUMFBeWzp7EWjfjfp4amrAkJtIoQJ8SN8QAu3o4ZJGtUDw37nC8X /ndAxnB6LUjauLJUfyCQj+J4IEVg6Kf7EvTyfRIl5U47j5wBZn/GBpS3EGizzxX0/r5c pJndLdHolgQa4UXZU2GAZaLiXVF4GYHMwi5M1quLScaJ4XOn5JpL7IhvFEazhjnnojjj 3ong== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=kHUA+OywoD5iz9ijIje9yDzrUTTDp16Cac5B5aDxByE=; b=H5UpfBhmdWGRs0p54OV6QiSdOL4MFFsYandOh/qZ1Roi/uQOhQsD2uzcpw+S6bz8wa xhHoAYicQF24fd1Lf9RotjHf0kpV9Buj+5KfSqKYjDoklXTn327SyrGrsYJgDQlydkBx IjSe8xzcGt9rTpoOnCRutokddSpXKRopC6V/6gJ4NHTxfnr2KpAD1CJtyBEH9aB9GgWF /+gsiD5HKYrOo5B1KFUSF7HnMdRjJdUqmd3dHWOgOPy0iX87tn/PpdHTK5RG7k6bHVv7 LGjQqO6jiJp0dyjbWVcpzZIu2bL/y2FERBYPEKs5xqGFr6HmOAWIc5NRBYYfkN8lFrTv lOoQ== X-Gm-Message-State: ALoCoQlo7H6TINcEmu/YrAIaNhq+dXzUUyI06HEqJj19kdYaD7FzR55vS+LJgTEPhPWCEBgjzYYzMBrdHBZlZAKFhL2uk04OwQ== X-Received: by 10.194.133.102 with SMTP id pb6mr487263wjb.12.1452722189015; Wed, 13 Jan 2016 13:56:29 -0800 (PST) Received: from brick.home (eud182.neoplus.adsl.tpnet.pl. [83.20.175.182]) by smtp.gmail.com with ESMTPSA id uo9sm3186363wjc.49.2016.01.13.13.56.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Jan 2016 13:56:27 -0800 (PST) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Wed, 13 Jan 2016 22:56:23 +0100 From: Edward Tomasz Napierala To: Oliver Pinter Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r286234 - head/sys/boot/common Message-ID: <20160113215623.GA1249@brick.home> Mail-Followup-To: Oliver Pinter , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" References: <201508031627.t73GRbTB092225@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) 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 21:56:31 -0000 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?