From owner-svn-src-head@freebsd.org Thu Jun 14 12:54:42 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 D11CB1002ADF; Thu, 14 Jun 2018 12:54:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57C4469231; Thu, 14 Jun 2018 12:54:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 65C4726057A; Thu, 14 Jun 2018 14:54:36 +0200 (CEST) Subject: Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core To: Bruce Evans Cc: Matthew Macy , Ryan Libby , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, bde@freebsd.org References: <201806132330.w5DNUsrE043573@repo.freebsd.org> <20180614182603.U1417@besplex.bde.org> <4aa93c89-686e-e344-8e04-c34069e8516d@selasky.org> <20180614213127.E2164@besplex.bde.org> From: Hans Petter Selasky Message-ID: <772a3f11-af10-1ac6-b0d4-c0b47546850e@selasky.org> Date: Thu, 14 Jun 2018 14:54:20 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180614213127.E2164@besplex.bde.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 14 Jun 2018 12:54:43 -0000 On 06/14/18 14:21, Bruce Evans wrote: > Eventually the leak breaks > uniqueness of hard-coded Linux major numbers. Like already said, the major and minor numbers are internal to the LinuxKPI and devfs is not aware about them, and nor anything in user-space. --HPS