]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Apr 2012 20:24:52 +0000 (13:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Apr 2012 20:24:52 +0000 (13:24 -0700)
commitb548a986bdf3943554f66f740a0f3da6ab1c87c7
tree1dc4d7745d3ad67d1ab467455aeec1f58b9af5cf
parent5e76477017aa6046ebf833d0cddb03b0e8b4c9d2
parente8e6dc8b671f5c6306beac8e2a4a67749550294a
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband

Pull infiniband fixes from Roland Dreier:
 "Fix a regression in the /sys/class/infiniband/.../rate attribute --
  old kernels used to just return something, even if the underlying
  value was out-of-bounds, while 3.4-rc1 returned EINVAL to userspace.
  This breaks some applications that check for the error, so go back to
  the old behavior."

* tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
  IB/core: Don't return EINVAL from sysfs rate attribute for invalid speeds
  IB/mlx4: Don't return an invalid speed when a port is down