Re: [PATCH 12/25] ubifs: Add hashes to the tree node cache

2018-08-29 Thread Sascha Hauer
On Mon, Aug 27, 2018 at 09:18:25PM +0200, Richard Weinberger wrote: > Am Mittwoch, 4. Juli 2018, 14:41:24 CEST schrieb Sascha Hauer: > > As part of the UBIFS authentication support every branch in the index > > gets a hash covering the referenced node. To make that happen the tree > > node cache

Re: [PATCH 12/25] ubifs: Add hashes to the tree node cache

2018-08-29 Thread Sascha Hauer
On Mon, Aug 27, 2018 at 09:18:25PM +0200, Richard Weinberger wrote: > Am Mittwoch, 4. Juli 2018, 14:41:24 CEST schrieb Sascha Hauer: > > As part of the UBIFS authentication support every branch in the index > > gets a hash covering the referenced node. To make that happen the tree > > node cache

Re: [PATCH 12/25] ubifs: Add hashes to the tree node cache

2018-08-27 Thread Richard Weinberger
Am Mittwoch, 4. Juli 2018, 14:41:24 CEST schrieb Sascha Hauer: > As part of the UBIFS authentication support every branch in the index > gets a hash covering the referenced node. To make that happen the tree > node cache needs hashes over the nodes. This patch adds a hash argument > to

Re: [PATCH 12/25] ubifs: Add hashes to the tree node cache

2018-08-27 Thread Richard Weinberger
Am Mittwoch, 4. Juli 2018, 14:41:24 CEST schrieb Sascha Hauer: > As part of the UBIFS authentication support every branch in the index > gets a hash covering the referenced node. To make that happen the tree > node cache needs hashes over the nodes. This patch adds a hash argument > to

[PATCH 12/25] ubifs: Add hashes to the tree node cache

2018-07-04 Thread Sascha Hauer
As part of the UBIFS authentication support every branch in the index gets a hash covering the referenced node. To make that happen the tree node cache needs hashes over the nodes. This patch adds a hash argument to ubifs_tnc_add() and ubifs_tnc_add_nm(). The hashes are calculated from the callers

[PATCH 12/25] ubifs: Add hashes to the tree node cache

2018-07-04 Thread Sascha Hauer
As part of the UBIFS authentication support every branch in the index gets a hash covering the referenced node. To make that happen the tree node cache needs hashes over the nodes. This patch adds a hash argument to ubifs_tnc_add() and ubifs_tnc_add_nm(). The hashes are calculated from the callers