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)
Tue, Oct 14, 7:43 PM
Unknown Object (File)
Tue, Oct 14, 7:43 PM
Unknown Object (File)
Tue, Oct 14, 7:43 PM
Unknown Object (File)
Tue, Oct 14, 9:03 AM
Unknown Object (File)
Sep 19 2025, 1:06 AM
Unknown Object (File)
Aug 24 2025, 1:37 PM
Unknown Object (File)
Aug 2 2025, 5:15 AM
Unknown Object (File)
Aug 2 2025, 4:14 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