summaryrefslogtreecommitdiff
path: root/curvetun.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-03 17:22:19 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-03 17:22:19 +0200
commitf250e8d4a8a3fc9aa52e7a9ada8de8634a959426 (patch)
tree5c433ad815ec33f2e0cecf2b23e14cd62ba12112 /curvetun.zsh
parent53cee8dc533ea715bdd10df081b55229c6f58893 (diff)
build: travis: Disable clang for now
clang doesn't understand all our (GCC-spcific) compiler flags. We need to work around it by filtering them out properly in case clang is used. For now, just disable clang on travis, until I figured this out locally. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curvetun.zsh')
0 files changed, 0 insertions, 0 deletions
avoid calling IPV6 procedures in rdma_cm.ko. This requires using "IS_ENABLED(CONFIG_IPV6)" in "if" statements surrounding any code which calls external IPV6 procedures. In the instance fixed here, procedure cma_bind_addr() called ipv6_addr_type() -- which resulted in calling external procedure __ipv6_addr_type(). Fixes: 6c26a77124ff ("RDMA/cma: fix IPv6 address resolution") Cc: <stable@vger.kernel.org> # v4.2+ Cc: Spencer Baugh <sbaugh@catern.com> Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Reviewed-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/builtin-top.c')