From owner-svn-src-head@freebsd.org Sat Feb 17 15:03:25 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C04CF163EE for ; Sat, 17 Feb 2018 15:03:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (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 D75E08383E for ; Sat, 17 Feb 2018 15:03:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x230.google.com with SMTP id v194so4548361itb.0 for ; Sat, 17 Feb 2018 07:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=BxAZITJeqJHICqdMt4RlDcQvYbYDcVlHyQf5Wvkeczw=; b=jj1mQJBA5Pjt/c6goUwfOe6Yj6oqNBkHDfG808W76u+hqawO4KLewftspO5x9AJ0qp GT+m1vxO0m0DAebXmGi3u4FJrka5f5JcG4eZpBb7ZOqDm2oT25q5RBujTL8xCJEObgFH ag3DZF898TApD8XgsDAzUc6HjCLKY85znyiG7v5Eyc8v1jD/OWTadqfb9Rume5XqsJCP cB70JmSABqRNMmy0NYXdcXOiaEnzaOGY9w8iQCAQx//RdV3haD4Am2vFW0iT8GR9NJB9 1eEsAmm0JzrBXXZ5lJqg1zWvSOJt7DfPU8gxvS58oOqaKbIVtuqohyMmGzi3SawZ0PyN DH7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=BxAZITJeqJHICqdMt4RlDcQvYbYDcVlHyQf5Wvkeczw=; b=YTsrav+CdBsCM2EqRbUrty6ijNBLik4hB+RF0B0D0mIfq4Jaqa3IIyDB+yDaX1TG1j 9Cu+2b2nVpPpacJBj/GxwXode7PtqJXHax9Yd8bJ+ACeSSeJEKn/xCivYCZCS5YxtnUD UhP+927U2tTFHTrZonk06kitCwsFAr/m2rR8R+oVWl+3kcA15rlnZHUtglsowmOBW464 eM0gm6HYAuWGuucNfyyuMvxLLt75JrCOLYh94Xqm+DZUZoBGI0ck/6CPZ6j2gP3nLaSM SrVYqIYO5DU/wuSi2Www+DvQ1CVLEZTJcsVnWSSGQLYjT8PXg2/PMERujD1eKHFqauLI qzLA== X-Gm-Message-State: APf1xPAS8pTPQxK/QCmQSzJ7NImo+fo8xG7Nb+ONkBxjlyXVf1GTW6zT ry5THuhYjmA8csk8FrHrUky+ITLSUV1WXEnwli5Ucg== X-Google-Smtp-Source: AH8x225EHhM7atIEIfvSNqWtjDj6WQ7/qF72uVn3L9gCaxh01RUJ3JBkGonUDZqzNGfkxfJDsFyg74OafuSZt9YNIQM= X-Received: by 10.36.111.4 with SMTP id x4mr4560122itb.51.1518879804217; Sat, 17 Feb 2018 07:03:24 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.201.67 with HTTP; Sat, 17 Feb 2018 07:03:23 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201802171332.w1HDWTBr032549@repo.freebsd.org> From: Warner Losh Date: Sat, 17 Feb 2018 08:03:23 -0700 X-Google-Sender-Auth: 6cibwcfC1xmEf5p6bK5PmkcbtMI Message-ID: Subject: Re: svn commit: r329456 - head/etc/rc.d To: Hans Petter Selasky Cc: src-committers , 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.25 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 17 Feb 2018 15:03:25 -0000 On Sat, Feb 17, 2018 at 7:56 AM, Hans Petter Selasky wrote: > On 02/17/18 15:51, Warner Losh wrote: > >> It's more the unique part than the sort part since otherwise we try to >> load >> things a large number of times. >> I'd preferred if you'd talked to me about a non-urgent change like this >> (split / and /usr is broken already and there's a few other places that >> are >> also a problem) >> > > This needs to be handled inside devmatch. USB cannot use this sorting at > all. This sorting isn't for USB. This sorting is to uniquify the list of modules. so we don't pass ums.ko multiple times, for example. Warner