Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1284801 > unrolled thread
| Started by | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| First post | 2015-12-06 05:50 +0100 |
| Last post | 2015-12-09 22:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
undefined reference to `nf_conntrack_untracked' kbuild test robot <fengguang.wu@intel.com> - 2015-12-06 05:50 +0100
Re: undefined reference to `nf_conntrack_untracked' Pablo Neira Ayuso <pablo@netfilter.org> - 2015-12-09 22:20 +0100
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Date | 2015-12-06 05:50 +0100 |
| Subject | undefined reference to `nf_conntrack_untracked' |
| Message-ID | <qCzqN-2b5-7@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Pablo,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: a2dbb7b56f2c29fc78b18a3fbe47ad80f6912092
commit: bbde9fc1824aab58bc78c084163007dd6c03fe5b netfilter: factor out packet duplication for IPv4/IPv6
date: 4 months ago
config: x86_64-randconfig-s5-12061137 (attached as .config)
reproduce:
git checkout bbde9fc1824aab58bc78c084163007dd6c03fe5b
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
net/built-in.o: In function `nf_dup_ipv4':
>> (.text+0xd434f): undefined reference to `nf_conntrack_untracked'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [next] | [standalone]
| From | Pablo Neira Ayuso <pablo@netfilter.org> |
|---|---|
| Date | 2015-12-09 22:20 +0100 |
| Message-ID | <qDUjw-5eV-13@gated-at.bofh.it> |
| In reply to | #1284801 |
On Sun, Dec 06, 2015 at 12:47:10PM +0800, kbuild test robot wrote: > Hi Pablo, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: a2dbb7b56f2c29fc78b18a3fbe47ad80f6912092 > commit: bbde9fc1824aab58bc78c084163007dd6c03fe5b netfilter: factor out packet duplication for IPv4/IPv6 > date: 4 months ago > config: x86_64-randconfig-s5-12061137 (attached as .config) > reproduce: > git checkout bbde9fc1824aab58bc78c084163007dd6c03fe5b > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > net/built-in.o: In function `nf_dup_ipv4': > >> (.text+0xd434f): undefined reference to `nf_conntrack_untracked' I have just send this patch to address this problem: http://patchwork.ozlabs.org/patch/554805/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web