From: Alexei Starovoitov <a...@plumgrid.com> 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 <a...@plumgrid.com> 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html