[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140724.210839.866750629795894870.davem@davemloft.net>
Date: Thu, 24 Jul 2014 21:08:39 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: chenweilong@...wei.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 3.4-stable] ipv6: reallocate addrconf router for ipv6
address when lo, device up
From: chenweilong <chenweilong@...wei.com>
Date: Thu, 19 Jun 2014 08:50:33 +0800
> Please queue this for 3.4 stable kernel.
...
> + dst_release(sp_ifa->rt);
dst_release() does not take a "struct rt6_info *", and therefore
the compile warns when you try to compile this.
For something like -stable, we should be as conservative as possible,
I expect at a minimum that you look at the build for warnings added by
your change.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists