From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Subject: Fw: iproute2: segfault with ip link show dev
Date: Wed, 7 Jan 2015 11:42:17 -0800 [thread overview]
Message-ID: <20150107114217.42bf2392@urahara> (raw)
[-- Attachment #1: Type: text/plain, Size: 1996 bytes --]
Looks like one VF info changes broke old code
Begin forwarded message:
Date: Wed, 7 Jan 2015 04:06:53 -0800
From: William Dauchy <william@gandi.net>
To: "stephen@networkplumber.org" <stephen@networkplumber.org>
Subject: iproute2: segfault with ip link show dev
Hi,
I was using iproute2 3.15.
My network card in using igb driver with VF enable, e.g igb.max_vfs=2
After upgrading to 3.16, I have now a segfault while doing a
usual `ip link show dev eth1`.
Disabling VFS make the segafult disappear.
Here is the gdb trace even if it does not contain much info.
The segfault occurs when at the VF step.
(gdb) break print_linkinfo
Breakpoint 1 at 0x40782d
(gdb) set args link show dev eth1
(gdb) r
Starting program: /sbin/ip link show dev eth1
Breakpoint 1, 0x000000000040782d in print_linkinfo ()
(gdb) n
Single stepping until exit from function print_linkinfo,
which has no line number information.
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP
mode DEFAULT group default qlen 10000
link/ether 00:26:6c:ff:b5:c1 brd ff:ff:ff:ff:ff:ff
Program received signal SIGSEGV, Segmentation fault.
0x00000000004070eb in print_vfinfo ()
(gdb) bt
#0 0x00000000004070eb in print_vfinfo ()
#1 0x0000000000407f9f in print_linkinfo ()
#2 0x000000000041f266 in iplink_get ()
#3 0x0000000000409c69 in ipaddr_list_flush_or_save ()
#4 0x000000000040a113 in ipaddr_list_link ()
#5 0x00000000004203f6 in do_iplink ()
#6 0x0000000000405a07 in do_cmd ()
#7 0x000000000040621e in main ()
The expected output is for example:
# ip link show dev eth1
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP mode DEFAULT group default qlen 10000
link/ether 00:26:6c:ff:b3:8d brd ff:ff:ff:ff:ff:ff
vf 0 MAC 00:00:00:00:00:00, spoof checking on, link-state auto
vf 1 MAC 00:00:00:00:00:00, spoof checking on, link-state auto
I'm using my own kernel build, a stable v3.14.x
Regards,
--
William
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-01-07 19:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-07 19:42 Stephen Hemminger [this message]
2015-01-09 11:43 ` Fw: iproute2: segfault with ip link show dev Vadim Kochan
2015-01-09 16:59 ` Vadim Kochan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150107114217.42bf2392@urahara \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).