K 10 svn:author V 8 hselasky K 8 svn:date V 27 2020-07-01T08:23:57.623884Z K 7 svn:log V 510 The "pid" field in the LinuxKPI task struct is typically set to the thread ID and not the process ID. Make sure the linux_task_exiting() function uses tdfind() to lookup the BSD procedure structure pointer by the "pid" field, and only fallback to pfind() when no match is found! This makes linux_task_exiting() in line with the rest of the code. Differential Revision: https://reviews.freebsd.org/D25509 Submitted by: Greg V MFC after: 1 week Sponsored by: Mellanox Technologies END