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] [day] [month] [year] [list]
Date:	Mon, 02 Sep 2013 21:01:36 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	amwang@...hat.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: make snmp_mib_free static inline

From: Cong Wang <amwang@...hat.com>
Date: Mon,  2 Sep 2013 10:06:53 +0800

> From: Cong Wang <amwang@...hat.com>
> 
> Fengguang reported:
> 
>    net/built-in.o: In function `in6_dev_finish_destroy':
>    (.text+0x4ca7d): undefined reference to `snmp_mib_free'
> 
> this is due to snmp_mib_free() is defined when CONFIG_INET is enabled,
> but in6_dev_finish_destroy() is now moved to core kernel.
> 
> I think snmp_mib_free() is small enough to be inlined, so just make it
> static inline.
> 
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: Cong Wang <amwang@...hat.com>

Applied.
--
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