Arnd Bergmann
a277d516de
openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELS
...
When CONFIG_CC_OPTIMIZE_FOR_DEBUGGING is enabled, the compiler
fails to optimize out a dead code path, which leads to a link failure:
net/openvswitch/conntrack.o: In function `ovs_ct_set_labels':
conntrack.c:(.text+0x2e60): undefined reference to `nf_connlabels_replace'
In this configuration, we can take a shortcut, and completely
remove the contrack label code. This may also help the regular
optimization.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-11-03 19:28:44 -07:00
..
2018-10-10 09:14:34 +09:00
2018-10-19 17:01:43 -07:00
2018-10-23 10:57:06 -07:00
2018-07-24 14:10:42 -07:00
2018-09-25 10:35:29 -07:00
2018-10-25 12:48:22 -07:00
2018-10-19 13:49:34 -07:00
2018-10-22 19:37:36 -07:00
2018-10-28 19:18:09 -07:00
2018-10-23 10:57:06 -07:00
2018-10-31 14:42:31 -07:00
2018-11-03 15:40:01 -07:00
2018-07-27 13:17:50 -07:00
2018-10-23 10:57:06 -07:00
2018-09-21 19:48:36 -07:00
2018-10-04 09:40:52 -07:00
2018-10-22 19:49:04 -07:00
2018-09-21 19:45:52 -07:00
2018-11-01 13:55:30 -07:00
2018-11-02 23:54:56 -07:00
2018-10-23 10:57:06 -07:00
2018-09-17 18:43:42 -07:00
2018-07-27 09:33:37 -07:00
2018-08-13 20:45:49 -07:00
2018-10-22 19:59:20 -07:00
2018-10-12 13:05:40 +02:00
2018-09-28 12:46:07 +08:00
2018-10-16 00:14:07 -07:00
2018-10-17 22:14:54 -07:00
2018-10-22 20:21:30 -07:00
2018-09-21 18:58:34 -07:00
2018-10-16 00:13:12 -07:00
2018-10-24 14:43:41 +01:00
2018-07-12 16:55:29 -07:00
2018-11-03 19:28:44 -07:00
2018-10-06 14:43:42 -07:00
2018-10-12 21:38:46 -07:00
2018-09-04 21:33:03 -07:00
2018-11-02 23:59:26 -07:00
2018-10-28 19:23:26 -07:00
2018-11-01 09:16:01 -07:00
2018-10-26 15:59:35 -07:00
2018-10-15 12:23:19 -07:00
2018-10-30 13:03:29 -07:00
2018-10-23 10:57:06 -07:00
2018-10-20 23:13:32 -07:00
2018-10-23 10:57:06 -07:00
2018-08-07 12:39:13 -07:00
2018-07-24 14:10:42 -07:00
2018-10-12 12:56:34 +02:00
2018-07-24 14:10:42 -07:00
2018-10-19 11:03:06 -07:00
2018-11-01 09:16:01 -07:00
2018-08-29 15:42:24 +02:00
2018-10-15 12:23:19 -07:00
2018-10-25 11:14:36 -07:00