Merge branch 'reject-ptr-scalar-mix'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 6 Jan 2019 05:32:39 +0000 (21:32 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 6 Jan 2019 05:32:39 +0000 (21:32 -0800)
Daniel Borkmann says:

====================
Follow-up fix to 979d63d50c0c ("bpf: prevent out of bounds speculation
on pointer arithmetic") in order to reject a corner case for sanitation
when ptr / scalars are mixed in the same alu op.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge