aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-sysfs.m4
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: AC_MSG_CHECKING consistencyBrian Behlendorf2022-06-011-1/+1
| | | | | | | | | | | Make the wording more consistent for the kernel AC_MSG_CHECKING output (e.g. "checking whether ...".). Additionally, group some of the VFS interface checks with the others. No functional change. Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Attila Fülöp <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #13529
* Linux 5.18 compat: kobj_type.default_attrs replaced with default_groupsнаб2022-04-221-0/+37
Upstream-commit: cdb4f26a63c391317e335e6e683a614358e70aeb ("kobject: kobj_type: remove default_attrs") Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13357