:10000000B6C3AABBCCDDC807A000F0075E0006009F :10001000F0070A000800F00900000200E7073600B8 :100020000000F00700000400E70750C310C0F0090B :100030000EC00000E78701000EC097CFD70900C0AF :100040001702C807A000E71750C310C030D804003B :10005000305C08000400B0C00600C805E70500C019 :10006000C0DF97CF49AFC007000060AF4AAF000CB8 :100070000C0040D2001C0C0040D230000800F007F9 :1000800000000400F0078600060067CF270C02007E :100090000000270C00000EC049AF64AFC00700008D :1000A0004BAF4AAF5ACF0000000000000000000034 :0600B000940005000000B1 :00000001FF l='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/trace/events/vmscan.h
diff options
context:
space:
mode:
authorJack Morgenstein <jackm@dev.mellanox.co.il>2017-01-15 20:15:00 +0200
committerDoug Ledford <dledford@redhat.com>2017-01-27 14:29:04 -0500
commitb4cfe3971f6eab542dd7ecc398bfa1aeec889934 (patch)
treec7ad49d05da0535170c8e7710cd44ae1cecc271f /include/trace/events/vmscan.h
parent2d4b21e0a2913612274a69a3ba1bfee4cffc6e77 (diff)
RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
If IPV6 has not been enabled in the underlying kernel, we must 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 'include/trace/events/vmscan.h')