Re: [GIT PULL] AF_RXRPC fixes and development

2014-02-28 Thread David Howells
David Miller wrote: > > Here are some AF_RXRPC fixes (to tag rxrpc-20140226): > > You really need to post the patch series along with the pull > request so that netdev can review your changes. Okay. Fengguang's magic box reported some warnings with one of the patches, which I'll get fixed up f

Re: [GIT PULL] AF_RXRPC fixes and development

2014-02-26 Thread David Miller
From: David Howells Date: Wed, 26 Feb 2014 17:41:45 + > Here are some AF_RXRPC fixes (to tag rxrpc-20140226): You really need to post the patch series along with the pull request so that netdev can review your changes. Thank you. -- To unsubscribe from this list: send the line "unsubscribe

[GIT PULL] AF_RXRPC fixes and development

2014-02-26 Thread David Howells
Here are some AF_RXRPC fixes (to tag rxrpc-20140226): (1) Fix to remove incorrect checksum calculation made during recvmsg(). It's unnecessary to try to do this there since we check the checksum before reading the RxRPC header from the packet. (2) Fix to prevent the sending of an AB

Re: [GIT PULL] AF_RXRPC fixes

2014-01-28 Thread David Miller
From: David Howells Date: Tue, 28 Jan 2014 17:07:36 + > Here are some small AF_RXRPC fixes. > > (1) Fix a place where a spinlock is taken conditionally but is released > unconditionally. > > (2) Fix a double-free that happens when cleaning up on a checksum error. > > (3) Fix handli

[GIT PULL] AF_RXRPC fixes

2014-01-28 Thread David Howells
Here are some small AF_RXRPC fixes. (1) Fix a place where a spinlock is taken conditionally but is released unconditionally. (2) Fix a double-free that happens when cleaning up on a checksum error. (3) Fix handling of CHECKSUM_PARTIAL whilst delivering messages to userspace. David ---