[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page
Date: Sat, 05 Oct 2024 15:54:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #29 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Johnston from comment #23) When I looked at main and releng/14.1 source I did not see the atomic_load_int use that is in your patch (without any -/+ related to the line): old = atomic_load_int(&m->ref_count); I saw just: old = &m->ref_count; including when I look via: https://cgit.freebsd.org/src/blame/sys/vm/vm_page.c#n4275 or: https://cgit.freebsd.org/src/blame/sys/vm/vm_page.c?h=releng/14.1#n4090 So you may have other changes that should be involved that your patch does not apply. -- You are receiving this mail because: You are the assignee for the bug.