[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.8-947-gab807f32
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.8-947-gab807f32 |
Date: |
Mon, 2 Dec 2024 13:44:27 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via ab807f32085e5861bf3d3336c9de2c0d1e977b4c (commit)
from 8ef7e26975544e0acce75610be8a372e5f5c4931 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab807f32085e5861bf3d3336c9de2c0d1e977b4c
Author: Etienne Brateau <etienne.brateau@gmail.com>
Date: Mon Dec 2 19:27:17 2024 +0100
vm_page.c: fix a deadlock when running with smp enabled
the call vm_page_seg_pull_cache_page() return an vm_page (src) with his
object being locked, as we donât unlock before doing the vm_page_insert,
it is still lock there, and so trying to relock it cause a deadlock.
Replace this lock by an assert.
This case was not seen as for non-smp locking is a no-op.
Message-ID: <20241202182721.27920-2-etienne.brateau@gmail.com>
-----------------------------------------------------------------------
Summary of changes:
vm/vm_page.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.8-947-gab807f32,
Samuel Thibault <=