[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAM_iQpXszGdtcbeqbgG8RihQRoD+HTY-x0wSUWRvpUxdD7k4WQ@mail.gmail.com>
Date: Tue, 9 Oct 2018 15:12:23 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: Davide Caratti <dcaratti@...hat.com>
Cc: David Miller <davem@...emloft.net>,
David Ahern <dsahern@...il.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [PATCH net v2] net/sched: cls_api: add missing validation of
netlink attributes
On Tue, Oct 9, 2018 at 2:26 PM Davide Caratti <dcaratti@...hat.com> wrote:
> --- a/net/sched/sch_api.c
> +++ b/net/sched/sch_api.c
> @@ -1322,6 +1322,7 @@ const struct nla_policy rtm_tca_policy[TCA_MAX + 1] = {
> [TCA_INGRESS_BLOCK] = { .type = NLA_U32 },
> [TCA_EGRESS_BLOCK] = { .type = NLA_U32 },
> };
> +EXPORT_SYMBOL(rtm_tca_policy);
cls_api.c is not a module, so you don't need to export it.
Powered by blists - more mailing lists