From: Tycho Andersen <tycho.ander...@canonical.com> Date: Thu, 10 Sep 2015 18:25:07 -0600
> Instead of always emitting BPF_REG_X, let's emit BPF_REG_X only when the > source actually is BPF_X. This causes programs generated by the classic > converter to not be importable via bpf(), as the eBPF verifier checks that > the src_reg is correct or 0. While not a problem yet, this will be a > problem when BPF_PROG_DUMP lands, and we can potentially dump and re-import > programs generated by the converter. > > Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com> Applied, thanks. -- 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