Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-23 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Wed, 17 Jan 2007 13:33:22 +0100 > Thomas Graf wrote: > > * Noriaki TAKAMIYA <[EMAIL PROTECTED]> 2007-01-16 14:01 > >> > >> I think the return value of rt6_nlmsg_size() should includes the > >> amount of RTA_METRICS. > >> > >>Signed-off-by: Noriaki

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-23 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Wed, 17 Jan 2007 11:50:06 +0100 > * Noriaki TAKAMIYA <[EMAIL PROTECTED]> 2007-01-16 14:01 > > Hi, > > > > I'm sorry to re-send... > > > > I think the return value of rt6_nlmsg_size() should includes the > > amount of RTA_METRICS. > > > > Regar

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-22 Thread Thomas Graf
* Patrick McHardy <[EMAIL PROTECTED]> 2007-01-17 13:33 > [NETLINK]: Don't BUG on undersized allocations > > Currently netlink users BUG when the allocated skb for an event > notification is undersized. While this is certainly a kernel bug, > its not critical and crashing the kernel is too drastic,

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-18 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 19 Jan 2007 01:31:08 +0900 (JST)), Noriaki TAKAMIYA <[EMAIL PROTECTED]> says: > >> Wed, 17 Jan 2007 13:33:22 +0100 > >> [Subject: Re: [PATCH] [IPV6] fixed the size of the netlink message > >> notified by inet6_rt_

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-18 Thread Noriaki TAKAMIYA
Hi, >> Wed, 17 Jan 2007 13:33:22 +0100 >> [Subject: Re: [PATCH] [IPV6] fixed the size of the netlink message notified >> by inet6_rt_notify().] >> Patrick McHardy <[EMAIL PROTECTED]> wrote... > Somewhat related: I have this patch for 2.6.21 to get rid of the &g

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-17 Thread Patrick McHardy
Thomas Graf wrote: > * Noriaki TAKAMIYA <[EMAIL PROTECTED]> 2007-01-16 14:01 >> >> I think the return value of rt6_nlmsg_size() should includes the >> amount of RTA_METRICS. >> >>Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]> > > > Acked-by: Thomas Graf <[EMAIL PROTECTED]> Somewhat relat

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-17 Thread Thomas Graf
* Noriaki TAKAMIYA <[EMAIL PROTECTED]> 2007-01-16 14:01 > Hi, > > I'm sorry to re-send... > > I think the return value of rt6_nlmsg_size() should includes the > amount of RTA_METRICS. > > Regards, > > Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]> Acked-by: Thomas Graf <[EMAIL PRO

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-15 Thread Noriaki TAKAMIYA
Hi, I'm sorry to re-send... I think the return value of rt6_nlmsg_size() should includes the amount of RTA_METRICS. Regards, Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]> --- net/ipv6/route.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/ipv6/route.

[PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-15 Thread Noriaki TAKAMIYA
Hi, I think the return value of rt6_nlmsg_size() should includes the amount of RTA_METRICS. Regards, --- net/ipv6/route.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 8c3d568..5f0043c 100644 --- a/net/ipv6/route.c +++ b