This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: keytable: kernel v5.2 does not like - in BPF name Author: Sean Young <s...@mess.org> Date: Sat Sep 7 21:34:57 2019 +0100 Replace with _. Signed-off-by: Sean Young <s...@mess.org> utils/keytable/bpf_protocols/xbox-dvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=f14633618f891de77243c7e5a64262f9082503bd diff --git a/utils/keytable/bpf_protocols/xbox-dvd.c b/utils/keytable/bpf_protocols/xbox-dvd.c index 91b7d02e7628..18225453e30c 100644 --- a/utils/keytable/bpf_protocols/xbox-dvd.c +++ b/utils/keytable/bpf_protocols/xbox-dvd.c @@ -51,7 +51,7 @@ static inline int eq_margin(unsigned d1, unsigned d2) return ((d1 > (d2 - BPF_PARAM(margin))) && (d1 < (d2 + BPF_PARAM(margin)))); } -SEC("xbox-dvd") +SEC("xbox_dvd") int bpf_decoder(unsigned int *sample) { unsigned int key = 0; _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits