Re: [PATCH v3] tipc: initialise addr_trail_end when setting node addresses

2019-08-11 Thread David Miller
From: Chris Packham Date: Mon, 12 Aug 2019 08:18:25 +1200 > We set the field 'addr_trial_end' to 'jiffies', instead of the current > value 0, at the moment the node address is initialized. This guarantees > we don't inadvertently enter an address trial period when the node > address is explicitly

[PATCH v3] tipc: initialise addr_trail_end when setting node addresses

2019-08-11 Thread Chris Packham
We set the field 'addr_trial_end' to 'jiffies', instead of the current value 0, at the moment the node address is initialized. This guarantees we don't inadvertently enter an address trial period when the node address is explicitly set by the user. Signed-off-by: Chris Packham Acked-by: Jon Maloy