Re: [PATCH v3 net-next] bpf: s390: Fix build error caused by the struct bpf_array member name changed

From: David Miller
Date: Tue Aug 11 2015 - 14:49:59 EST


From: Kaixu Xia <xiakaixu@xxxxxxxxxx>
Date: Tue, 11 Aug 2015 08:56:51 +0000

> There is a build error that "'struct bpf_array' has no member
> named 'prog'" on s390. In commit 2a36f0b92eb6 ("bpf: Make the
> bpf_prog_array_map more generic"), the member 'prog' of struct
> bpf_array is replaced by 'ptrs'. So this patch fixes it.
>
> Fixes: 2a36f0b92eb6 ("bpf: Make the bpf_prog_array_map more generic")
> Reported-by: Wu Fengguang <fengguang.wu@xxxxxxxxx>
> Signed-off-by: Kaixu Xia <xiakaixu@xxxxxxxxxx>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/