Re: [PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK

2017-11-28 Thread Gustavo A. R. Silva
Quoting David Howells : Gustavo A. R. Silva wrote: - ack_at = jiffies + expiry; Same issue as with the other patch. Can you just combine the two please? Sure. I'll send a patch shortly. Thanks -- Gustavo A. R. Silva

Re: [PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK

2017-11-28 Thread Gustavo A. R. Silva
Quoting David Howells : Gustavo A. R. Silva wrote: - ack_at = jiffies + expiry; Same issue as with the other patch. Can you just combine the two please? Sure. I'll send a patch shortly. Thanks -- Gustavo A. R. Silva

Re: [PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK

2017-11-28 Thread David Howells
Gustavo A. R. Silva wrote: > - ack_at = jiffies + expiry; Same issue as with the other patch. Can you just combine the two please? David

Re: [PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK

2017-11-28 Thread David Howells
Gustavo A. R. Silva wrote: > - ack_at = jiffies + expiry; Same issue as with the other patch. Can you just combine the two please? David

[PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK

2017-11-27 Thread Gustavo A. R. Silva
Value assigned to variable ack_at is overwritten before it can be used. Fix this by removing the value overwrite as it seems that this is a leftover code. Addresses-Coverity-ID: 1462263 Addresses-Coverity-ID: 1462264 Fixes: beb8e5e4f38c ("rxrpc: Express protocol timeouts in terms of RTT")

[PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK

2017-11-27 Thread Gustavo A. R. Silva
Value assigned to variable ack_at is overwritten before it can be used. Fix this by removing the value overwrite as it seems that this is a leftover code. Addresses-Coverity-ID: 1462263 Addresses-Coverity-ID: 1462264 Fixes: beb8e5e4f38c ("rxrpc: Express protocol timeouts in terms of RTT")