Re: [PATCH] csum_partial_copy_from_user: clean up inconsistencies in implementations

2014-02-17 Thread Daniel Borkmann
On 02/17/2014 11:20 PM, Mikulas Patocka wrote: ... The proper way to add commentary is to put it after the "---" delimiter at the end of the commit message and before the actual patch. Interesting - I used "---" as a delimiter between the commentary and the git message in the past and some peop

Re: [PATCH] csum_partial_copy_from_user: clean up inconsistencies in implementations

2014-02-17 Thread Mikulas Patocka
On Mon, 17 Feb 2014, David Miller wrote: > From: Mikulas Patocka > Date: Sat, 15 Feb 2014 10:49:54 -0500 (EST) > > > Here I'm sending a patch for networking to clean up inconsistent > > implementations of csum_partial_copy_from_user in various architectures. > > This patch doesn't fix any bu

Re: [PATCH] csum_partial_copy_from_user: clean up inconsistencies in implementations

2014-02-17 Thread David Miller
From: Mikulas Patocka Date: Sat, 15 Feb 2014 10:49:54 -0500 (EST) > Here I'm sending a patch for networking to clean up inconsistent > implementations of csum_partial_copy_from_user in various architectures. > This patch doesn't fix any bug, but the confusion in implementations > caused a bug