Displaying 5 results from an estimated 5 matches for "busfault".
2025 Feb 15
1
[PATCH] ipconfig: align reads of ext for sparc64
Sparc64 will busfault when reading data from exts
if they are not type aligned.
A similar issue was fixed in dhcpcd here:
https://github.com/NetworkConfiguration/dhcpcd/issues/430
https://github.com/ColinMcInnes/dhcpcd/commit/07a5fdd7d34b072e52c316877d14c6d2581cb379
Signed-off-by: Jesse Taube <mr.bossman075 at gmai...
2017 Mar 15
0
[ANNOUNCE] xorg-server 1.19.3
...flipping
change that regressed some drivers.
Adam Jackson (2):
      Revert "present: Allow flipping with PRIME slave outputs"
      xserver 1.19.3
Chris Wilson (2):
      Revert "prime: Sync shared pixmap from root window instead of screen pixmap"
      os: Fix iteration over busfaults
Dr.-Ing. Dieter Jurzitza (1):
      glamor: Fix missing declaration in dash vertex shader
Olivier Fourdan (2):
      xwayland: clear cursor frame callback
      xwayland: Monitor client states to destroy callbacks
Qiang Yu (1):
      present: disable page flip only when a slave crtc is active...
2025 Feb 28
0
[PATCH] ipconfig: align reads of ext for RISC architectures
Some RISC architectures such as Sparc64 will busfault when reading data
from exts if they are not type aligned. Use memcpy to read the data from
exts to ensure type alignment.
A similar issue was fixed in dhcpcd here:
https://github.com/NetworkConfiguration/dhcpcd/issues/430
https://github.com/ColinMcInnes/dhcpcd/commit/07a5fdd7d34b072e52c316877d14c6...
2025 Feb 28
1
[PATCH v2] ipconfig: align reads of ext for RISC architectures
Some RISC architectures such as Sparc64 will busfault when reading data
from exts if they are not type aligned. Use memcpy to read the data from
exts to ensure type alignment.
A similar issue was fixed in dhcpcd here:
https://github.com/NetworkConfiguration/dhcpcd/issues/430
https://github.com/ColinMcInnes/dhcpcd/commit/07a5fdd7d34b072e52c316877d14c6...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...if set
Chris Wilson (5):
      xfree86: Take the input lock for xf86RecolorCursor
      xfree86: Take input lock for xf86TransparentCursor
      xfree86: Take input_lock() for xf86ScreenCheckHWCursor
      inputthread: Initialise inputThreadInfo->changed before use
      os: Fix iteration over busfaults
Corentin Rossignon (1):
      glamor: Specify GLSL version for xv shader
Daniel Martin (15):
      modesetting: Fix warning of unused variable if not GLAMOR_HAS_GBM
      modesetting: Remove #ifdefs XF86_PDEV_SERVER_FD
      modesetting: Check crtc before searching link-status property
      mod...