Re: [PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-10 Thread David Miller
From: David Howells Date: Thu, 09 Jun 2016 23:02:51 +0100 > Simplify the RxRPC connect() implementation. It will just note the > destination address it is given, and if a sendmsg() comes along with no > address, this will be assigned as the address. No transport struct

Re: [PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-10 Thread David Miller
From: David Howells Date: Thu, 09 Jun 2016 23:02:51 +0100 > Simplify the RxRPC connect() implementation. It will just note the > destination address it is given, and if a sendmsg() comes along with no > address, this will be assigned as the address. No transport struct will be > held

Re: [PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-09 Thread David Howells
Can you take this into net/next please? Thanks, David

Re: [PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-09 Thread David Howells
Can you take this into net/next please? Thanks, David

[PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-09 Thread David Howells
Simplify the RxRPC connect() implementation. It will just note the destination address it is given, and if a sendmsg() comes along with no address, this will be assigned as the address. No transport struct will be held internally, which will allow us to remove this later. Simplify sendmsg()

[PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-09 Thread David Howells
Simplify the RxRPC connect() implementation. It will just note the destination address it is given, and if a sendmsg() comes along with no address, this will be assigned as the address. No transport struct will be held internally, which will allow us to remove this later. Simplify sendmsg()

rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-05-20 Thread David Howells
. The other significant UAPI change is that I deal better with a race between two threads trying to register calls with the same user ID (one of them will get an error). David --- rxrpc: Simplify connect() implementation and simplify sendmsg() op Simplify the RxRPC connect() implementation. It will just

rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-05-20 Thread David Howells
. The other significant UAPI change is that I deal better with a race between two threads trying to register calls with the same user ID (one of them will get an error). David --- rxrpc: Simplify connect() implementation and simplify sendmsg() op Simplify the RxRPC connect() implementation. It will just