Re: [PATCH v2 0/8] kobject: Add default group support to kobj_type and replace subsystem uses

From: Greg Kroah-Hartman
Date: Thu Apr 25 2019 - 16:12:59 EST


On Mon, Apr 01, 2019 at 10:51:10PM -0400, Kimberly Brown wrote:
> This patchset adds support for default attribute groups to kobj_type.
> Also, the uses of kobj_type's default_attrs field are replaced with
> default_groups in the following subsystems:
> - samples
> - block
> - net
> - irq
> - padata
> - cpufreq
> - livepatch
>
> The subsystem maintainers and lists will be copied on the subsystem
> patches.
>
> The uses of kobj_type's default_attrs field in the other subsystems will
> be replaced in future patchsets.

Thanks for all of these, now queued up. Patches to fix up the other
subsystems are always welcome :)

greg k-h