April 8, 2026 at 5:14 PM, "Maximus Minter" <[email protected] mailto:[email protected]?to=%22Maximus%20Minter%22%20%3Cfiddlebert2020%40gmail.com%3E > wrote:
> > I used deepseek-V3.2 to debug some files in the GNU Mach, and I did some > manual intervention like testing the patches and reviewing them. I also > tested them in qemu and performed some stress tests, and they worked without > any regressions. I used the debian hurd image from here. > > https://cdimage.debian.org/cdimage/ports/stable/hurd-i386/debian-hurd.img.tar.gz > > These patches fix several issues in GNU Mach: > > - Correct refcount_drop usage and locking in act.c > - Protect all_eventcounters array with a lock > - Fix assert assignment bugs in scheduling code (ipc_sched.c, sched_prim.c) > - Fix memory leak in gsync_wake > - Replace alloca with kalloc in elf-load.c > - Initialize spin locks in panic_init (debug.c) > > Signed-off-by: Maximus Minter <[email protected]> Maybe this is a dumb question, but did you vibe code this? Did you use AI to code this patch? Joshua
