Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-17 Thread Hans Petter Selasky
BTW: drm-next-kmod now also builds on FreeBSD-11-stable (latest) --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: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-17 Thread Hans Petter Selasky
On 02/17/18 10:33, Jan Beich wrote: Hans Petter Selasky writes: On 02/17/18 01:42, Jan Beich wrote: Hans Petter Selasky writes: Author: hselasky Date: Fri Feb 16 15:20:21 2018 New Revision: 329371 URL: https://svnweb.freebsd.org/changeset/base/329371 Log: Allow the cmpxchg() macro in

Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-17 Thread Jan Beich
Hans Petter Selasky writes: > On 02/17/18 01:42, Jan Beich wrote: > >> Hans Petter Selasky writes: >> >>> Author: hselasky >>> Date: Fri Feb 16 15:20:21 2018 >>> New Revision: 329371 >>> URL: https://svnweb.freebsd.org/changeset/base/329371 >>> >>> Log: >>>Allow the cmpxchg() macro in the Li

Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-17 Thread Jan Beich
Hans Petter Selasky writes: > On 02/17/18 01:42, Jan Beich wrote: > >> To generate errors instead ? > > Which compiler are you using? > > This was tested with clang over here. $ cc -v FreeBSD clang version 6.0.0 (branches/release_60 324090) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd12.

Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-17 Thread Hans Petter Selasky
On 02/17/18 08:32, Hans Petter Selasky wrote: On 02/17/18 01:42, Jan Beich wrote: Hans Petter Selasky writes: Author: hselasky Date: Fri Feb 16 15:20:21 2018 New Revision: 329371 URL: https://svnweb.freebsd.org/changeset/base/329371 Log:    Allow the cmpxchg() macro in the LinuxKPI to work o

Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-16 Thread Hans Petter Selasky
On 02/17/18 01:42, Jan Beich wrote: Hans Petter Selasky writes: Author: hselasky Date: Fri Feb 16 15:20:21 2018 New Revision: 329371 URL: https://svnweb.freebsd.org/changeset/base/329371 Log: Allow the cmpxchg() macro in the LinuxKPI to work on pointers without generating compiler warni

Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-16 Thread Hans Petter Selasky
On 02/17/18 01:42, Jan Beich wrote: To generate errors instead ? Which compiler are you using? This was tested with clang over here. --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscri

Re: svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-16 Thread Jan Beich
Hans Petter Selasky writes: > Author: hselasky > Date: Fri Feb 16 15:20:21 2018 > New Revision: 329371 > URL: https://svnweb.freebsd.org/changeset/base/329371 > > Log: > Allow the cmpxchg() macro in the LinuxKPI to work on pointers without > generating compiler warnings, -Wint-conversion . [.

svn commit: r329371 - head/sys/compat/linuxkpi/common/include/asm

2018-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Fri Feb 16 15:20:21 2018 New Revision: 329371 URL: https://svnweb.freebsd.org/changeset/base/329371 Log: Allow the cmpxchg() macro in the LinuxKPI to work on pointers without generating compiler warnings, -Wint-conversion . Requested by: Johannes Lundberg Sponsor