Re: [PATCH 2/2] lost_reset: return value rather than sequence number when zero

2017-11-27 Thread Steve Grubb
On Wednesday, November 22, 2017 7:00:57 PM EST Richard Guy Briggs wrote: > The kernel always returns negative values on error, so zero and anything > positive is valid success. Lost_reset returned a positive value at the > time of reset, including zero that got interpreted as success and > replace

[PATCH 2/2] lost_reset: return value rather than sequence number when zero

2017-11-22 Thread Richard Guy Briggs
The kernel always returns negative values on error, so zero and anything positive is valid success. Lost_reset returned a positive value at the time of reset, including zero that got interpreted as success and replaced with the packet sequence number "2". Rename audit_send() to __audit_send() and