diff options
author | 2020-09-17 22:08:32 -0700 | |
---|---|---|
committer | 2020-09-18 14:14:05 -0700 | |
commit | 3753d9779038ab011e01b949253492aaa37bf57a (patch) | |
tree | 73f7d0204b839f3b0c92ae917c276dbf0567da16 /tools/perf/scripts/python/stackcollapse.py | |
parent | Merge branch 'net-various-delete-duplicated-words' (diff) | |
download | linux-dev-3753d9779038ab011e01b949253492aaa37bf57a.tar.xz linux-dev-3753d9779038ab011e01b949253492aaa37bf57a.zip |
net: fix build without CONFIG_SYSCTL definition
Earlier commit 316cdaa1158a ("net: add option to not create fall-back
tunnels in root-ns as well") removed the CONFIG_SYSCTL to enable the
kernel-commandline to work. However, this variable gets defined only
when CONFIG_SYSCTL option is selected.
With this change the behavior would default to creating fall-back
tunnels in all namespaces when CONFIG_SYSCTL is not selected and
the kernel commandline option will be ignored.
Fixes: 316cdaa1158a ("net: add option to not create fall-back tunnels in root-ns as well")
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions