summaryrefslogtreecommitdiff
path: root/ioops.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-07-26 15:01:59 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2015-07-26 20:35:39 +0200
commit8389245e81b204764b44a00204adfa5804c10062 (patch)
treee34f8a2feaf5cc41700499e6d1185d1822e625e0 /ioops.c
parent3368297312366e2a51a7f87d2c9e645692408041 (diff)
ifpps: Fix panic when dev name contains "_"
Add match device name with "_" in /proc/net/dev. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'ioops.c')
0 files changed, 0 insertions, 0 deletions
ol 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/swiotlb.h')