Hi Alin, Thank you for the patch! Yet something to improve: [auto build test ERROR on nf/master] [also build test ERROR on v4.20-rc4 next-20181129] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Alin-Nastac/netfilter-nf_conntrack_sip-add-sip_external_media-logic/20181130-032136 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master config: x86_64-randconfig-a0-11300811 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): net/netfilter/nf_conntrack_sip.o: In function `ip6_route_output': >> include/net/ip6_route.h:88: undefined reference to `ip6_route_output_flags' vim +88 include/net/ip6_route.h 33bd5ac54 David Ahern 2018-07-03 74 5c3a0fd7d Joe Perches 2013-09-21 75 void ip6_route_input(struct sk_buff *skb); d409b8476 Mahesh Bandewar 2016-09-16 76 struct dst_entry *ip6_route_input_lookup(struct net *net, d409b8476 Mahesh Bandewar 2016-09-16 77 struct net_device *dev, b75cc8f90 David Ahern 2018-03-02 78 struct flowi6 *fl6, b75cc8f90 David Ahern 2018-03-02 79 const struct sk_buff *skb, int flags); ^1da177e4 Linus Torvalds 2005-04-16 80 6f21c96a7 Paolo Abeni 2016-01-29 81 struct dst_entry *ip6_route_output_flags(struct net *net, const struct sock *sk, 6f21c96a7 Paolo Abeni 2016-01-29 82 struct flowi6 *fl6, int flags); 6f21c96a7 Paolo Abeni 2016-01-29 83 6f21c96a7 Paolo Abeni 2016-01-29 84 static inline struct dst_entry *ip6_route_output(struct net *net, 6f21c96a7 Paolo Abeni 2016-01-29 85 const struct sock *sk, 6f21c96a7 Paolo Abeni 2016-01-29 86 struct flowi6 *fl6) 6f21c96a7 Paolo Abeni 2016-01-29 87 { 6f21c96a7 Paolo Abeni 2016-01-29 @88 return ip6_route_output_flags(net, sk, fl6, 0); 6f21c96a7 Paolo Abeni 2016-01-29 89 } 6f21c96a7 Paolo Abeni 2016-01-29 90 :::::: The code at line 88 was first introduced by commit :::::: 6f21c96a78b835259546d8f3fb4edff0f651d478 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() :::::: TO: Paolo Abeni <pabeni@xxxxxxxxxx> :::::: CC: David S. Miller <davem@xxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip