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)
Sat, Mar 28, 6:51 AM
Unknown Object (File)
Sun, Mar 22, 8:50 AM
Unknown Object (File)
Fri, Mar 20, 9:17 AM
Unknown Object (File)
Thu, Mar 19, 9:33 PM
Unknown Object (File)
Mon, Mar 16, 2:06 AM
Unknown Object (File)
Sat, Feb 28, 8:09 AM
Unknown Object (File)
Feb 17 2026, 12:13 AM
Unknown Object (File)
Feb 9 2026, 10:18 AM

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