lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ