aboutsummaryrefslogtreecommitdiff
path: root/Documentation/ABI/stable/sysfs-module
AgeCommit message (Collapse)AuthorFilesLines
2022-07-28sysfs docs: ABI: Fix typo in commentSlark Xiao1-1/+1
Fix typo in the comment Signed-off-by: Slark Xiao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2021-09-28ABI: stable/sysfs-module: document version and srcversionMauro Carvalho Chehab1-0/+12
Changeset c988d2b28454 ("[PATCH] modules: add version and srcversion to sysfs") added version and srcversion ABI to modules. Document them. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/82bc7ebcc56c68c39b0e9de89cd0e023339d0597.1632750608.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <[email protected]>
2021-09-28ABI: stable/sysfs-module: better document modulesMauro Carvalho Chehab1-6/+7
Instead of placing almost everything there as a text, use the proper What: for each component of the ABI. This allows it to be better documented and parsed by get_abi.pl. While here, use wildcards for MODULENAME. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/35876c1eabbcd03170d658081030db980b403297.1632750608.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <[email protected]>
2013-07-02ABI: Clarify when /sys/module/MODULENAME is createdJean Delvare1-3/+7
/sys/module/MODULENAME is not created unconditionally. This can be confusing so document the current conditions. Signed-off-by: Jean Delvare <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Rob Landley <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida1-1/+1
Signed-off-by: Masanari Iida <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2006-06-21[PATCH] Add kernel<->userspace ABI stability documentationGreg Kroah-Hartman1-0/+30
Signed-off-by: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>