netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] rxrpc: Fixes
@ 2016-10-13 16:12 David Howells
  2016-10-13 16:12 ` [PATCH net 1/4] afs: unmapping the wrong buffer David Howells
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Howells @ 2016-10-13 16:12 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, dan.carpenter, linux-kernel


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.

The patches can be found here also:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite

Tagged thusly:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	rxrpc-rewrite-20161013

David
---
Dan Carpenter (1):
      afs: unmapping the wrong buffer

David Howells (3):
      rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()
      rxrpc: Fix checking of error from ip6_route_output()
      afs: call->operation_ID sometimes used as __be32 sometimes as u32


 fs/afs/cmservice.c      |    6 ++----
 fs/afs/fsclient.c       |    4 ++--
 fs/afs/internal.h       |    2 +-
 fs/afs/rxrpc.c          |    3 ++-
 net/rxrpc/call_object.c |    2 +-
 net/rxrpc/peer_object.c |    4 ++--
 6 files changed, 10 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-14 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 16:12 [PATCH net-next 0/4] rxrpc: Fixes David Howells
2016-10-13 16:12 ` [PATCH net 1/4] afs: unmapping the wrong buffer David Howells
2016-10-13 16:12 ` [PATCH net 2/4] rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR() David Howells
2016-10-13 16:12 ` [PATCH net 3/4] rxrpc: Fix checking of error from ip6_route_output() David Howells
2016-10-13 16:12 ` [PATCH net 4/4] afs: call->operation_ID sometimes used as __be32 sometimes as u32 David Howells
2016-10-14 14:45 ` [PATCH net-next 0/4] rxrpc: Fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).