git-send_interrupt
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 10 Jun 2024 20:25:19 +0000 (22:25 +0200)
committerSamuel Thibault <sthibault@debian.org>
Mon, 10 Jun 2024 20:25:19 +0000 (22:25 +0200)
commit4e686231c289b28a54018f315757fc720b56c8ac
tree7c0ad262453248d7723d6e0a22917baa501dd3be
parent6050b05920807a37f8419cbf66153f53e4e4693a
git-send_interrupt

commit 8f22e36238c94e2a89da624e03c224895f9dd691
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Nov 14 02:03:35 2023 +0100

    hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTED

    When the given options do not include MACH_SEND_INTERRUPT,
    _hurd_intr_rpc_mach_msg (aka mach_msg) is not supposed to return
    MACH_SEND_INTERRUPTED.  In such a case we thus have to retry sending the
    message.

    This was observed to fix various occurrences of spurious
    "(ipc/send) interrupted" errors when running haskell programs.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-send_interrupt.diff
hurd/intr-msg.c