CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/11 06:58:52
Modified files:
sys/dev/pci/drm/include/linux: llist.h
Log message:
switch loop condition from pointer to integer arithmetic
Otherwise LLVM 22 creates an infinite loop.
ok jsg@
