bpf: fixup error message from gpl helpers on license mismatch
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 2 Jun 2018 21:06:33 +0000 (23:06 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 3 Jun 2018 14:42:06 +0000 (07:42 -0700)
commit3fe2867cdf088ffb2dc5aed6cdcf757b4c62476c
treebfd5eed21c3a7cce3a4ff4076c5dda283f451c40
parentbe08815c5d3b25e53cd9b53a4d768d5f3d93ba25
bpf: fixup error message from gpl helpers on license mismatch

Stating 'proprietary program' in the error is just silly since it
can also be a different open source license than that which is just
not compatible.

Reference: https://twitter.com/majek04/status/998531268039102465
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c