Re: [PATCH] ext4: move halfmd4 into hash.c directly

2017-01-06 Thread Andreas Dilger
On Jan 6, 2017, at 11:29 AM, Jason A. Donenfeld wrote: > > The "half md4" transform should not be used by any new code. And > fortunately, it's only used now by ext4. Since ext4 supports several > hashing methods, at some point it might be desirable to move to > something like

Re: [PATCH] ext4: move halfmd4 into hash.c directly

2017-01-06 Thread Andreas Dilger
On Jan 6, 2017, at 11:29 AM, Jason A. Donenfeld wrote: > > The "half md4" transform should not be used by any new code. And > fortunately, it's only used now by ext4. Since ext4 supports several > hashing methods, at some point it might be desirable to move to > something like SipHash. As an

[PATCH] ext4: move halfmd4 into hash.c directly

2017-01-06 Thread Jason A. Donenfeld
The "half md4" transform should not be used by any new code. And fortunately, it's only used now by ext4. Since ext4 supports several hashing methods, at some point it might be desirable to move to something like SipHash. As an intermediate step, remove half md4 from cryptohash.h and lib, and make

[PATCH] ext4: move halfmd4 into hash.c directly

2017-01-06 Thread Jason A. Donenfeld
The "half md4" transform should not be used by any new code. And fortunately, it's only used now by ext4. Since ext4 supports several hashing methods, at some point it might be desirable to move to something like SipHash. As an intermediate step, remove half md4 from cryptohash.h and lib, and make

Re: [PATCH] ext4: move halfmd4 into hash.c directly

2016-12-22 Thread kbuild test robot
Hi Jason, [auto build test ERROR on ext4/dev] [also build test ERROR on v4.9 next-20161222] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ext4: move halfmd4 into hash.c directly

2016-12-22 Thread kbuild test robot
Hi Jason, [auto build test ERROR on ext4/dev] [also build test ERROR on v4.9 next-20161222] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] ext4: move halfmd4 into hash.c directly

2016-12-22 Thread Jason A. Donenfeld
The "half md4" transform should not be used by any new code. And fortunately, it's only used now by ext4. Since ext4 supports several hashing methods, at some point it might be desirable to move to something like SipHash. As an intermediate step, remove half md4 from cryptohash.h and lib, and make

[PATCH] ext4: move halfmd4 into hash.c directly

2016-12-22 Thread Jason A. Donenfeld
The "half md4" transform should not be used by any new code. And fortunately, it's only used now by ext4. Since ext4 supports several hashing methods, at some point it might be desirable to move to something like SipHash. As an intermediate step, remove half md4 from cryptohash.h and lib, and make