Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755338AbbHKIqG (ORCPT ); Tue, 11 Aug 2015 04:46:06 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:62858 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750976AbbHKIqC (ORCPT ); Tue, 11 Aug 2015 04:46:02 -0400 Message-ID: <55C9B56A.6050301@huawei.com> Date: Tue, 11 Aug 2015 16:42:18 +0800 From: xiakaixu User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Daniel Borkmann CC: , , , , , , , , Michael Holzheu Subject: Re: [PATCH v2 net-next] bpf: s390: Fix build error caused by the struct bpf_array member name changed References: <1439276026-60789-1-git-send-email-xiakaixu@huawei.com> <55C9B131.50108@iogearbox.net> In-Reply-To: <55C9B131.50108@iogearbox.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.111.101.23] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 988 Lines: 30 于 2015/8/11 16:24, Daniel Borkmann 写道: > On 08/11/2015 08:53 AM, Kaixu Xia wrote: >> There is a build error that "'struct bpf_array' has no member >> named 'prog'" on s390. In commit 2a36f0b, the member 'prog' of >> struct bpf_array is replaced by 'ptrs'. So this patch fixes it. >> >> Signed-off-by: Kaixu Xia > > You were also asked to add a proper Fixes tag : > > Fixes: 2a36f0b92eb6 ("bpf: Make the bpf_prog_array_map more generic") > > I guess this bug was reported by Fengguang as you have him in Cc ? > > If that should be the case, then please also add a "Reported-by:" tag > for his bug report. > > Code looks good to me. Thanks for your review. Will follow them in the resubmit version. > > . > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/