From: Alexei Starovoitov <[email protected]>
Date: Mon, 11 May 2015 23:25:16 -0700
> FROM_BE16:
> 'ror %reg, 8' doesn't clear upper bits of the register,
> so use additional 'movzwl' insn to zero extend 16 bits into 64
>
> FROM_LE16:
> should zero extend lower 16 bits into 64 bit
>
> FROM_LE32:
> should zero extend lower 32 bits into 64 bit
>
> Fixes: 89aa075832b0 ("net: sock: allow eBPF programs to be attached to
> sockets")
> Signed-off-by: Alexei Starovoitov <[email protected]>
Applied and queued up for -stable, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html