kobj_type
Regular
4.4
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
};
4.8
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
};
4.10
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
};
4.13
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
};
4.15
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
};
4.18
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.0
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.3
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.4
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.8
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.11
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.13
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.15
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
5.19
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
6.2
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(const struct kobject *);
const void * (*namespace)(const struct kobject *);
void (*get_ownership)(const struct kobject *, kuid_t *, kgid_t *);
};
6.5
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(const struct kobject *);
const void * (*namespace)(const struct kobject *);
void (*get_ownership)(const struct kobject *, kuid_t *, kgid_t *);
};
6.8
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(const struct kobject *);
const void * (*namespace)(const struct kobject *);
void (*get_ownership)(const struct kobject *, kuid_t *, kgid_t *);
};
arm64
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
armhf
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
ppc64el
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
riscv64
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
aws
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
azure
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
gcp
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
lowlatency
: ✅struct kobj_type {
void (*release)(struct kobject *);
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
const struct attribute_group **default_groups;
const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
const void * (*namespace)(struct kobject *);
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *)
4.18
and 5.0
✅
5.0
and 5.3
⚠️const struct attribute_group **default_groups
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct attribute **default_attrs
5.19
and 6.2
⚠️const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *)
➡️ const struct kobj_ns_type_operations * (*child_ns_type)(const struct kobject *)
const void * (*namespace)(struct kobject *)
➡️ const void * (*namespace)(const struct kobject *)
void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *)
➡️ void (*get_ownership)(const struct kobject *, kuid_t *, kgid_t *)
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅