Page MenuHomeFreeBSD

linuxkpi: Fix `__ATTR_RO()` in <linux/sysfs.h>
ClosedPublic

Authored by dumbbell on Dec 13 2023, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 16 2026, 10:03 AM
Unknown Object (File)
May 15 2026, 11:21 PM
Unknown Object (File)
May 15 2026, 3:40 PM
Unknown Object (File)
May 14 2026, 10:24 AM
Unknown Object (File)
May 13 2026, 5:39 PM
Unknown Object (File)
May 13 2026, 5:24 PM
Unknown Object (File)
May 8 2026, 3:34 AM
Unknown Object (File)
May 7 2026, 9:26 PM

Details

Summary

Why

The passed structure may not have a .store field. This is the case in the amdgpu DRM driver starting with Linux 5.18.

This is part of the update of the DRM drivers to Linux 5.18.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable