+205
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Breaking change: instead of expanding a single symlink chain,
unsafeFollowSymlinks now walks directories recursively and
mounts all symlink descendants' targets.
This accommodates usecases like:
/sys/dev/char/226:128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128
/sys/dev/char/226:128/subsystem -> ../../../../../class/drm
Fixes issue #497824
Co-authored-by:
SomeoneSerge <else@someonex.net>