]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
[PR 206219] Kernel panic from lagg_ioctl and lagg_port_ioctl
authorrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Jan 2016 04:05:56 +0000 (04:05 +0000)
committerrpokala <rpokala@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Jan 2016 04:05:56 +0000 (04:05 +0000)
commit61d3643ecbef6a386cf2d35da1b8964927c8110a
tree78c154d99b02e6f5abf8314f972dfa37f6e01ee1
parent40456c2cb700dc8765d7b52636cef4e9b1b45207
[PR 206219] Kernel panic from lagg_ioctl and lagg_port_ioctl

r287723 removed some cleanup from lagg(4), which leads to panics when
changing configuration. Restore the spirit of the code which was removed.
This issue has been refactored out of existence in -HEAD, so this patch is
directly against stable/10.

PR: 206219
Submitted by: Fred Lewis < flewis @ panasas.com >
Reviewed by: hiren, Daniel O'Connor < darius @ dons.net.au >
Approved by: jhb
Sponsored by: Panasas, Inc.
Differential Revision: https://reviews.freebsd.org/D4929

git-svn-id: svn://svn.freebsd.org/base/stable/10@294070 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_lagg.c