]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2016 14:44:45 +0000 (10:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Oct 2016 14:44:45 +0000 (10:44 -0400)
commit61138b507decc868c5904b60421ca9b1513d2b2d
tree7bd5627657f8bafe32117ece705b8aa5e33e6092
parentb42d6f4909647d6822c727df72231867bb2daed2
parentfe50b25bde30077a8ad79d70eedd6d74741a6f1b
Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Fixes

This set of patches contains a bunch of fixes:

 (1) Fix use of kunmap() after change from kunmap_atomic() within AFS.

 (2) Don't use of ERR_PTR() with an always zero value.

 (3) Check the right error when using ip6_route_output().

 (4) Be consistent about whether call->operation_ID is BE or CPU-E within
     AFS.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>