OSDN Git Service

bonding: check return value of register_netdevice() in bond_newlink()
authorCong Wang <xiyou.wangcong@gmail.com>
Wed, 22 Jul 2020 23:31:54 +0000 (16:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 22:17:04 +0000 (15:17 -0700)
commitc75d1d5248c0c97996051809ad0e9f154ba5d76e
tree1cadd752d4d26374c14ee487680005698eb2b7e2
parent76be93fc0702322179bb0ea87295d820ee46ad14
bonding: check return value of register_netdevice() in bond_newlink()

Very similar to commit 544f287b8495
("bonding: check error value of register_netdevice() immediately"),
we should immediately check the return value of register_netdevice()
before doing anything else.

Fixes: 005db31d5f5f ("bonding: set carrier off for devices created through netlink")
Reported-and-tested-by: syzbot+bbc3a11c4da63c1b74d6@syzkaller.appspotmail.com
Cc: Beniamino Galvani <bgalvani@redhat.com>
Cc: Taehee Yoo <ap420073@gmail.com>
Cc: Jay Vosburgh <j.vosburgh@gmail.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_netlink.c