03.08.2023 07:42, Thomas Huth wrote:
On 03/08/2023 02.29, Luca Bonissi wrote:
From: Luca Bonissi <q...@bonslack.org>
Date: Thu, 3 Aug 2023 02:15:57 +0200
Subject: [PATCH] Fixed incorrect LLONG alignment for openrisc and cris

OpenRISC (or1k) has long long alignment to 4 bytes, but currently not
defined in abitypes.h. This lead to incorrect packing of /epoll_event/
structure and eventually infinite loop while waiting for file
descriptor[s] event[s].

Fixed also CRIS alignments (1 byte for all types).

Applied to my trivial-patches tree, thanks!

/mjt

Reply via email to