Date: Thu, 22 Oct 2020 09:28:26 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 250361] Kernel trap #9 in sys_semop Message-ID: <bug-250361-227-Vh9t18U1Bc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250361-227@https.bugs.freebsd.org/bugzilla/> References: <bug-250361-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250361 --- Comment #14 from commit-hook@FreeBSD.org --- A commit references this bug: Author: kib Date: Thu Oct 22 09:28:12 UTC 2020 New revision: 366932 URL: https://svnweb.freebsd.org/changeset/base/366932 Log: sysv_sem: semusz depends on semume. Size of the per-process semaphore undo structure (semusz) depends on the number of the per-process undos. If kern.ipc.semume is adjusted, semusz must be adjusted as well, and it makes no sense to delegate adjustment to user. Make it automatic. Reported and tested by: Olef <o.vandestadt@gmail.com> PR: 250361 Reviewed by: jhb, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D26826 Changes: head/sys/kern/sysv_sem.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250361-227-Vh9t18U1Bc>