[PATCH] openswitch: fix typo CONFIG_NF_CONNTRACK_LABEL

2015-08-28 Thread Valentin Rothberg
Fix typo in conntrack.c s/CONFIG_NF_CONNTRACK_LABEL/CONFIG_NF_CONNTRACK_LABELS/ Signed-off-by: Valentin Rothberg --- The typo was added by commmit c2ac66735870 ("openvswitch: Allow matching on conntrack label"). I detected the issue scripts/checkkconfigsymbols.py net/openvswitch/c

[PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

2015-08-26 Thread Valentin Rothberg
The Kconfig option AVERAGE and its implementation has been removed by commit f4e774f55fe0 ("average: remove out-of-line implementation"). Remove the dead build rule in lib/Makefile. Signed-off-by: Valentin Rothberg Reviewed-by: Johannes Berg --- I detected the issue wi

Cavium Liquidio: select on undefined option LIBCRC32

2015-06-12 Thread Valentin Rothberg
Hi Raghu, your commit f21fb3ed364b ("Add support of Cavium Liquidio ethernet adapters") is in today's linux-next tree (i.e., next-20150612) adding the following lines of code: +config LIQUIDIO [...] + select LIBCRC32 The select turns out to be a NOOP since there is no option LIBCRC32. I gu