Re: proctree lock diff

2022-06-27 Thread Jeremie Courreges-Anglas
On Fri, Nov 29 2019, Martin Pieuchot wrote: > For archive, here's the diff on top of -current. Here's a refreshed diff with the bare minimum changes needed to prevent a WITNESS kernel from crashing when running /usr/src/regress/sys. Index: kern/exec_elf.c ===

proctree lock diff

2019-11-29 Thread Martin Pieuchot
For archive, here's the diff on top of -current. diff --git sys/kern/exec_elf.c sys/kern/exec_elf.c index 24adf0dbed6..ccbbc6eb3a9 100644 --- sys/kern/exec_elf.c +++ sys/kern/exec_elf.c @@ -1217,12 +1217,14 @@ coredump_notes_elf(struct proc *p, void *iocookie, size_t *sizep) cpi.c