Module Name: src Committed By: ad Date: Sat Feb 15 17:13:55 UTC 2020
Modified Files: src/sys/compat/linux/common: linux_exec.c src/sys/kern: kern_exec.c kern_lwp.c src/sys/sys: lwp.h Log Message: PR kern/54922: 9.99.45@20200202 panic: diagnostic assertion linux ldconfig triggers vpp != NULL in exit1()->radixtree.c line 674 Create an lwp_renumber() from the code in emulexec() and use in linux_e_proc_exec() and linux_e_proc_fork() too. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/compat/linux/common/linux_exec.c cvs rdiff -u -r1.491 -r1.492 src/sys/kern/kern_exec.c cvs rdiff -u -r1.225 -r1.226 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.200 -r1.201 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.