[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180419.153001.1773998639779201296.davem@davemloft.net>
Date: Thu, 19 Apr 2018 15:30:01 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: aring@...atatu.com
Cc: yotam.gi@...il.com, jhs@...atatu.com, xiyou.wangcong@...il.com,
jiri@...nulli.us, yuvalm@...lanox.com, netdev@...r.kernel.org,
kernel@...atatu.com
Subject: Re: [PATCH net 2/3] net: sched: ife: handle malformed tlv length
From: Alexander Aring <aring@...atatu.com>
Date: Wed, 18 Apr 2018 17:35:33 -0400
> @@ -92,12 +92,43 @@ struct meta_tlvhdr {
> __be16 len;
> };
>
> +static inline bool __ife_tlv_meta_valid(const unsigned char *skbdata,
> + const unsigned char *ifehdr_end)
> +{
Please do not use inline in foo.c files, let the compiler decide.
Powered by blists - more mailing lists