Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Hans Petter Selasky
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

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Bruce Evans
On Thu, 14 Jun 2018, Hans Petter Selasky wrote: On 06/14/18 10:46, Bruce Evans wrote: Are these macros for conversion of host (FreeBSD) dev_t's or target (Linux) ones??? If for the host, then I don't see any reason not to use the host APIs. If for the target, then they shouldn't be used with t

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Hans Petter Selasky
On 06/14/18 10:46, Bruce Evans wrote: Are these macros for conversion of host (FreeBSD) dev_t's or target (Linux) ones?  If for the host, then I don't see any reason not to use the host APIs. If for the target, then they shouldn't be used with the host dev_t.  If for a mixture, then the transla

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Bruce Evans
On Thu, 14 Jun 2018, Hans Petter Selasky wrote: On 06/14/18 02:03, Matthew Macy wrote: On Wed, Jun 13, 2018 at 4:47 PM, Ryan Libby wrote: On Wed, Jun 13, 2018 at 4:30 PM, Matt Macy wrote: Author: mmacy Date: Wed Jun 13 23:30:54 2018 New Revision: 335094 URL: https://svnweb.freebsd.org/chang

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Bruce Evans
On Wed, 13 Jun 2018, Matthew Macy wrote: On Wed, Jun 13, 2018 at 4:47 PM, Ryan Libby wrote: On Wed, Jun 13, 2018 at 4:30 PM, Matt Macy wrote: Author: mmacy Date: Wed Jun 13 23:30:54 2018 New Revision: 335094 URL: https://svnweb.freebsd.org/changeset/base/335094 Log: fix OFED build after r

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Hans Petter Selasky
On 06/14/18 09:26, Hans Petter Selasky wrote: On 06/14/18 02:03, Matthew Macy wrote: On Wed, Jun 13, 2018 at 4:47 PM, Ryan Libby wrote: On Wed, Jun 13, 2018 at 4:30 PM, Matt Macy wrote: Author: mmacy Date: Wed Jun 13 23:30:54 2018 New Revision: 335094 URL: https://svnweb.freebsd.org/changese

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-14 Thread Hans Petter Selasky
On 06/14/18 02:03, Matthew Macy wrote: On Wed, Jun 13, 2018 at 4:47 PM, Ryan Libby wrote: On Wed, Jun 13, 2018 at 4:30 PM, Matt Macy wrote: Author: mmacy Date: Wed Jun 13 23:30:54 2018 New Revision: 335094 URL: https://svnweb.freebsd.org/changeset/base/335094 Log: fix OFED build after r33

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-13 Thread Matthew Macy
On Wed, Jun 13, 2018 at 4:47 PM, Ryan Libby wrote: > On Wed, Jun 13, 2018 at 4:30 PM, Matt Macy wrote: >> Author: mmacy >> Date: Wed Jun 13 23:30:54 2018 >> New Revision: 335094 >> URL: https://svnweb.freebsd.org/changeset/base/335094 >> >> Log: >> fix OFED build after r335053 >> >> Modified: >

Re: svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-13 Thread Ryan Libby
On Wed, Jun 13, 2018 at 4:30 PM, Matt Macy wrote: > Author: mmacy > Date: Wed Jun 13 23:30:54 2018 > New Revision: 335094 > URL: https://svnweb.freebsd.org/changeset/base/335094 > > Log: > fix OFED build after r335053 > > Modified: > head/sys/ofed/drivers/infiniband/core/ib_user_mad.c > > Modi

svn commit: r335094 - head/sys/ofed/drivers/infiniband/core

2018-06-13 Thread Matt Macy
Author: mmacy Date: Wed Jun 13 23:30:54 2018 New Revision: 335094 URL: https://svnweb.freebsd.org/changeset/base/335094 Log: fix OFED build after r335053 Modified: head/sys/ofed/drivers/infiniband/core/ib_user_mad.c Modified: head/sys/ofed/drivers/infiniband/core/ib_user_mad.c ==