svn commit: r297642 - stable/9/sys/dev/usb/quirk

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:15:53 2016 New Revision: 297642 URL: https://svnweb.freebsd.org/changeset/base/297642 Log: MFC r296342: Allow for overlapping quirk device ranges. Prior to this patch only the first device entry matching the USB vendor, product and revision would be sea

svn commit: r297647 - stable/9/sys/amd64/include

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:23:21 2016 New Revision: 297647 URL: https://svnweb.freebsd.org/changeset/base/297647 Log: MFC r294526: Add missing atomic wrapper macro. Reviewed by: alfred @ Sponsored by: Mellanox Technologies Modified: stable/9/sys/amd64/include/atomic.h Dire

svn commit: r297649 - stable/9/sys/ofed/drivers/infiniband/ulp/ipoib

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:31:17 2016 New Revision: 297649 URL: https://svnweb.freebsd.org/changeset/base/297649 Log: MFC r296909: Fix witness panic in the ipoib_ioctl() function when unloading the ipoib module. The bpfdetach() function is trying to turn off promiscious mode o

svn commit: r297650 - stable/9/sys/ofed/drivers/net/mlx4

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:33:40 2016 New Revision: 297650 URL: https://svnweb.freebsd.org/changeset/base/297650 Log: MFC r296910: Use hardware computed Toeplitz hash for incoming flowids Use the Toeplitz hash value as source for the flowid. This makes the hash value more suit

svn commit: r297653 - stable/9/sys/ofed/drivers/net/mlx4

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:38:18 2016 New Revision: 297653 URL: https://svnweb.freebsd.org/changeset/base/297653 Log: MFC r296987: Add missing curly brackets in for loop. Sponsored by: Mellanox Technologies Modified: stable/9/sys/ofed/drivers/net/mlx4/en_port.c Directory Prop

svn commit: r297654 - stable/9/sys/contrib/rdma/krping

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:39:55 2016 New Revision: 297654 URL: https://svnweb.freebsd.org/changeset/base/297654 Log: MFC r296934: Fix crash in krping when run as a client due to NULL pointer access. Initialize pointer in question which is used only when fast registers mode is se

svn commit: r297657 - stable/9/sys/ofed/include/linux

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:45:31 2016 New Revision: 297657 URL: https://svnweb.freebsd.org/changeset/base/297657 Log: MFC r297444: Fix bugs in currently unused bit searching loop. Sponsored by: Mellanox Technologies Modified: stable/9/sys/ofed/include/linux/bitops.h Directory

svn commit: r297659 - stable/9/sys/ofed/include/asm

2016-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 7 07:53:56 2016 New Revision: 297659 URL: https://svnweb.freebsd.org/changeset/base/297659 Log: MFC r294520: LinuxKPI atomic fixes: - Fix implementation of atomic_add_unless(). The atomic_cmpset_int() function returns a boolean and not the previous value o