From: Xin Long <[email protected]>
Date: Wed, 3 Feb 2016 23:33:30 +0800
> Commit ed5a377d87dc ("sctp: translate host order to network order when
> setting a hmacid") corrected the hmacid byte-order when setting a hmacid.
> but the same issue also exists on getting a hmacid.
>
> We fix it by changing hmacids to host order when users get them with
> getsockopt.
>
> Fixes: Commit ed5a377d87dc ("sctp: translate host order to network order when
> setting a hmacid")
> Signed-off-by: Xin Long <[email protected]>
Applied and queued up for -stable.
Thanks.