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)
Thu, Jan 23, 11:18 AM
Unknown Object (File)
Dec 12 2024, 12:29 AM
Unknown Object (File)
Oct 2 2024, 5:10 PM
Unknown Object (File)
Oct 2 2024, 9:33 AM
Unknown Object (File)
Sep 30 2024, 11:13 PM
Unknown Object (File)
Sep 30 2024, 10:19 PM
Unknown Object (File)
Sep 25 2024, 4:15 PM
Unknown Object (File)
Sep 24 2024, 5:58 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