Re: [PATCH net] bpf: change back to orig prog on too many passes

2017-01-08 Thread David Miller
From: Daniel Borkmann Date: Sat, 7 Jan 2017 00:26:33 +0100 > If after too many passes still no image could be emitted, then > swap back to the original program as we do in all other cases > and don't use the one with blinding. > > Fixes: 959a75791603 ("bpf, x86: add support for constant blindin

[PATCH net] bpf: change back to orig prog on too many passes

2017-01-06 Thread Daniel Borkmann
If after too many passes still no image could be emitted, then swap back to the original program as we do in all other cases and don't use the one with blinding. Fixes: 959a75791603 ("bpf, x86: add support for constant blinding") Signed-off-by: Daniel Borkmann Acked-by: Alexei Starovoitov --- a