On Tue, Feb 4, 2014 at 7:08 PM, Cong Wang <[email protected]> wrote:
> On Tue, Feb 4, 2014 at 6:19 AM, Geert Uytterhoeven <[email protected]> 
> wrote:
>>
>> Anyone with a clue?
>>
>
> Looks like we need:
>
> diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
> index ac2dff3..bdbf68b 100644
> --- a/net/ipv4/devinet.c
> +++ b/net/ipv4/devinet.c
> @@ -1443,7 +1443,8 @@ static size_t inet_nlmsg_size(void)
>                + nla_total_size(4) /* IFA_LOCAL */
>                + nla_total_size(4) /* IFA_BROADCAST */
>                + nla_total_size(IFNAMSIZ) /* IFA_LABEL */
> -              + nla_total_size(4);  /* IFA_FLAGS */
> +              + nla_total_size(4)  /* IFA_FLAGS */
> +              + nla_total_size(sizeof(struct ifa_cacheinfo)); /*
> IFA_CACHEINFO */
>  }

Thanks for your suggestion, but it doesn't help :-(

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to