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  6ab0f8847b06abf48347896cdcc7040db3804863 (commit)
      from  4e19e045e5c9e2207c6dd2965180d55d1a8c73e9 (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 6ab0f8847b06abf48347896cdcc7040db3804863
Author: Mike Kelly <[email protected]>
Date:   Wed Nov 26 13:11:01 2025 +0000

    Interrupt delivery requires vm_privilege
    
    Interrupts are not being delivered by intr_thread() (to for example 
rumpdisk) at times of very low free memory and blocks in call to 
kmem_cache_alloc(). This prevents swapout and results in a locked kernel. A 
simple solution is to make 'intr_thread()' vm_privileged.
    Message-ID: <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 device/intr.c | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
GNU Mach

Reply via email to