Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Hans Petter Selasky
On 02/01/18 19:22, Hans Petter Selasky wrote: I'm able to reproduce. Trying to narrow down the problem. --HPS Hi, Should be fixed by r328731. File handle was not passable, and was invalidated during forking and so on. Thanks for reporting! --HPS

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Hans Petter Selasky
I'm able to reproduce. Trying to narrow down the problem. --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Jan Beich
Hans Petter Selasky writes: > On 02/01/18 12:04, Hans Petter Selasky wrote: > >> On 02/01/18 11:25, Jan Beich wrote: >>> Hans Petter Selasky writes: >>> Author: hselasky Date: Fri Jan 26 10:49:02 2018 New Revision: 328436 URL: https://svnweb.freebsd.org/changeset/base/328436

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Hans Petter Selasky
On 02/01/18 12:20, Jan Beich wrote: Hi, I'll have a look. It might be an issue in libdrm, because it uses some out-of date methods to enumerate the device nodes, like the major and minor numbers. Did you recompile drm-next-kmod after recompiling the LinuxKPI? Yes, recompiled. However, this com

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Hans Petter Selasky
On 02/01/18 12:04, Hans Petter Selasky wrote: On 02/01/18 11:25, Jan Beich wrote: Hans Petter Selasky writes: Author: hselasky Date: Fri Jan 26 10:49:02 2018 New Revision: 328436 URL: https://svnweb.freebsd.org/changeset/base/328436 Log:    Decouple Linux files from the belonging character d

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Jan Beich
Hans Petter Selasky writes: > On 02/01/18 11:25, Jan Beich wrote: > >> Hans Petter Selasky writes: >> >>> Author: hselasky >>> Date: Fri Jan 26 10:49:02 2018 >>> New Revision: 328436 >>> URL: https://svnweb.freebsd.org/changeset/base/328436 >>> >>> Log: >>>Decouple Linux files from the belon

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Hans Petter Selasky
On 02/01/18 11:25, Jan Beich wrote: Hans Petter Selasky writes: Author: hselasky Date: Fri Jan 26 10:49:02 2018 New Revision: 328436 URL: https://svnweb.freebsd.org/changeset/base/328436 Log: Decouple Linux files from the belonging character device right after open in the LinuxKPI. This

Re: svn commit: r328436 - head/sys/compat/linuxkpi/common/src

2018-02-01 Thread Jan Beich
Hans Petter Selasky writes: > Author: hselasky > Date: Fri Jan 26 10:49:02 2018 > New Revision: 328436 > URL: https://svnweb.freebsd.org/changeset/base/328436 > > Log: > Decouple Linux files from the belonging character device right after open > in the LinuxKPI. This is done by calling finit(