Module Name: src Committed By: knakahara Date: Mon Oct 25 02:06:29 UTC 2021
Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix missing curlwp_bind() for ifa_release(), ok'ed by yamaguchi@n.o. This causes the following KASSERT failure in pppoe server. - sppp_rcr_event() - sppp_ipcp_confreq() - sppp_get_ip_addrs() - psref_release() After if_spppsubr.c:1.227, sppp_ipcp_confreq() is done in workqueue instead of softint. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/sys/net/if_spppsubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.