Alexander Duyck
2e7056c433
jhash: Update jhash_[321]words functions to use correct initval
...
Looking over the implementation for jhash2 and comparing it to jhash_3words
I realized that the two hashes were in fact very different. Doing a bit of
digging led me to "The new jhash implementation" in which lookup2 was
supposed to have been replaced with lookup3.
In reviewing the patch I noticed that jhash2 had originally initialized a
and b to JHASH_GOLDENRATIO and c to initval, but after the patch a, b, and
c were initialized to initval + (length << 2) + JHASH_INITVAL. However the
changes in jhash_3words simply replaced the initialization of a and b with
JHASH_INITVAL.
This change corrects what I believe was an oversight so that a, b, and c in
jhash_3words all have the same value added consisting of initval + (length
<< 2) + JHASH_INITVAL so that jhash2 and jhash_3words will now produce the
same hash result given the same inputs.
Fixes: 60d509c823 ("The new jhash implementation")
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2015-04-03 12:52:29 -04:00
..
2015-03-13 16:25:50 +02:00
2015-03-22 23:50:11 +01:00
2015-02-19 13:31:40 +03:00
2015-03-08 05:34:35 +00:00
2015-03-17 12:19:14 +00:00
2015-04-02 16:25:04 -04:00
2015-04-02 16:33:43 -04:00
2015-03-20 09:03:46 +02:00
2015-02-18 08:01:44 -08:00
2015-03-31 13:58:35 -04:00
2015-03-05 10:08:14 +01:00
2015-02-21 12:59:04 -08:00
2015-03-18 11:42:30 +00:00
2015-02-16 17:56:05 -08:00
2015-03-18 17:50:25 +01:00
2015-03-31 14:15:08 -04:00
2015-03-29 12:06:45 -07:00
2015-02-17 15:27:47 -08:00
2015-02-17 16:12:34 -08:00
2015-02-17 21:33:27 +01:00
2015-02-13 21:21:39 -08:00
2015-02-12 14:13:23 -08:00
2015-03-29 13:26:54 -07:00
2015-03-09 23:57:54 -04:00
2015-02-18 09:40:07 -08:00
2015-03-11 15:56:59 -07:00
2015-02-11 17:06:04 -08:00
2015-02-13 21:21:42 -08:00
2015-02-13 21:21:42 -08:00
2015-02-13 21:21:40 -08:00
2015-02-21 10:27:33 -08:00
2015-03-05 23:13:19 +01:00
2015-02-13 21:21:39 -08:00
2015-02-12 18:54:15 -08:00
2015-02-22 11:38:38 -05:00
2015-03-23 16:52:26 -04:00
2015-02-17 12:21:51 -05:00
2015-02-27 14:53:16 -05:00
2015-02-11 18:03:54 -08:00
2015-03-02 16:43:41 -05:00
2015-02-11 17:04:48 -08:00
2015-03-24 15:25:15 -04:00
2015-03-17 12:23:19 -04:00
2015-02-12 08:37:41 -08:00
2015-02-11 17:06:04 -08:00
2015-02-17 13:34:44 +01:00
2015-02-12 18:54:08 -08:00
2015-02-11 17:06:01 -08:00
2015-02-21 12:41:50 -08:00
2015-03-14 17:11:30 +01:00
2015-03-05 14:52:23 -05:00
2015-03-02 00:17:31 -05:00
2015-03-29 13:33:22 -07:00
2015-03-18 22:05:09 -04:00
2015-03-10 13:45:28 -04:00
2015-02-13 21:21:41 -08:00
2015-03-04 21:42:19 +01:00
2015-03-23 22:12:08 -04:00
2015-03-04 21:42:19 +01:00
2015-04-03 12:52:29 -04:00
2015-03-12 18:46:08 -07:00
2015-02-19 12:39:02 -06:00
2015-02-12 18:54:13 -08:00
2015-02-13 21:21:36 -08:00
2015-02-17 14:34:51 -08:00
2015-02-13 09:55:09 -08:00
2015-03-19 14:14:43 -04:00
2015-02-12 18:54:10 -08:00
2015-02-12 18:54:09 -08:00
2015-02-12 18:54:08 -08:00
2015-02-11 17:06:04 -08:00
2015-02-16 17:56:03 -08:00
2015-02-11 17:06:02 -08:00
2015-02-17 17:41:19 -08:00
2015-03-18 10:46:39 -07:00
2015-03-12 18:46:08 -07:00
2015-02-14 11:32:59 -08:00
2015-03-02 13:06:31 -05:00
2015-04-03 12:37:36 -04:00
2015-03-22 19:45:55 +01:00
2015-02-12 10:39:41 -08:00
2015-03-03 13:02:29 -05:00
2015-02-18 13:11:09 -08:00
2015-02-13 21:21:39 -08:00
2015-02-19 16:15:37 -07:00
2015-03-11 17:56:28 -04:00
2015-03-09 23:50:20 -04:00
2015-03-13 09:45:24 -05:00
2015-02-11 17:06:03 -08:00
2015-02-11 17:06:02 -08:00
2015-02-11 17:06:07 -08:00
2015-02-16 14:58:12 -08:00
2015-02-12 18:54:15 -08:00
2015-03-31 12:01:19 -04:00
2015-02-17 14:34:52 -08:00
2015-03-25 17:18:33 +01:00
2015-02-16 17:56:03 -08:00
2015-03-25 16:20:31 -07:00
2015-03-20 21:36:53 -04:00
2015-02-13 21:21:39 -08:00
2015-02-13 21:21:39 -08:00
2015-03-07 03:39:55 +01:00
2015-02-12 18:54:09 -08:00
2015-03-20 18:51:09 -04:00
2015-02-12 18:54:09 -08:00
2015-02-13 21:21:41 -08:00
2015-02-13 21:21:41 -08:00
2015-03-11 21:55:28 -04:00
2015-03-23 16:41:36 -04:00
2015-02-12 18:54:13 -08:00
2015-02-13 21:21:35 -08:00
2015-02-13 23:49:36 +01:00
2015-02-11 17:06:00 -08:00
2015-02-12 18:54:08 -08:00
2015-03-17 22:01:56 -04:00
2015-02-24 14:40:42 -04:00
2015-02-15 19:40:09 +01:00
2015-02-12 18:54:13 -08:00
2015-03-18 22:00:34 -04:00
2015-02-17 22:21:11 -05:00
2015-03-12 18:46:08 -07:00
2015-02-12 14:30:53 -08:00
2015-03-05 08:04:13 -05:00
2015-03-17 12:23:32 -04:00
2015-02-12 18:54:12 -08:00
2015-02-12 18:54:12 -08:00