From owner-svn-src-all@freebsd.org Sat Feb 17 15:03:25 2018 Return-Path: Delivered-To: svn-src-all@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 9028AF163F1 for ; Sat, 17 Feb 2018 15:03:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (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 E0D2C83840 for ; Sat, 17 Feb 2018 15:03:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x232.google.com with SMTP id l187so5006610ith.4 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=qDNHYA1ZXE1Go+xdBLpVyvrVYmMGi48AOMxnXbJ23iMi+GKZmubOBlrsPiEgKnyXFs cFgjBz0wTs6g+XPIcDLX7H/L5W6sgO6YrkRa7L4DJxDKB3AcUQx1/u6Geilpb5ZSQXxM cqigS8Pws3pH60+SATMHNNHKAfaeaYX0VwQMacR45cMynGOojzSAZsoHi0JoL7TXOhg1 OD+1XjS1YmYgQ/sAwN3HiZwBozcTq07mQMTpeZNeMLO1AdJ77SStdOigUdwCLawIjh7W Io4pEYUd1V/jxDpDzRKzF5skQ0iBF7rQDL+XEHOvfCGKZPf2nGxsqTRuTNeV+h+l9xPN 7E+w== X-Gm-Message-State: APf1xPDz+H1e/u9nbmvJ+80kgRa/s+C8rC3pZ264xuKjvjENFuLkArIx i1dsybM26o+HVN8KOYQovl/NmNNHJ/hrEC3B+sQkSA== 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-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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