lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <cover.1554151487.git.kimbrownkd@gmail.com> Date: Mon, 1 Apr 2019 22:51:10 -0400 From: Kimberly Brown <kimbrownkd@...il.com> To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "Rafael J. Wysocki" <rafael@...nel.org> Cc: Jens Axboe <axboe@...nel.dk>, linux-block@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>, Steffen Klassert <steffen.klassert@...unet.com>, linux-crypto@...r.kernel.org, Ingo Molnar <mingo@...hat.com>, Peter Zijlstra <peterz@...radead.org>, Josh Poimboeuf <jpoimboe@...hat.com>, Jiri Kosina <jikos@...nel.org>, Miroslav Benes <mbenes@...e.cz>, Petr Mladek <pmladek@...e.com>, Joe Lawrence <joe.lawrence@...hat.com>, live-patching@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH v2 0/8] kobject: Add default group support to kobj_type and replace subsystem uses 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. Changes in v2: - Patch 1 is not changed. - Patches 2-8 are new. Kimberly Brown (8): kobject: Add support for default attribute groups to kobj_type samples/kobject: Replace foo_ktype's default_attrs field with groups block: Replace all ktype default_attrs with groups net-sysfs: Replace ktype default_attrs field with groups irqdesc: Replace irq_kobj_type's default_attrs field with groups padata: Replace padata_attr_type default_attrs field with groups cpufreq: schedutil: Replace default_attrs field with groups livepatch: Replace klp_ktype_patch's default_attrs with groups block/blk-integrity.c | 3 ++- block/blk-mq-sysfs.c | 8 ++------ block/blk-sysfs.c | 3 ++- include/linux/kobject.h | 3 ++- kernel/irq/irqdesc.c | 3 ++- kernel/livepatch/core.c | 3 ++- kernel/padata.c | 3 ++- kernel/sched/cpufreq_schedutil.c | 5 +++-- lib/kobject.c | 14 ++++++++++++++ net/core/net-sysfs.c | 6 ++++-- samples/kobject/kset-example.c | 3 ++- 11 files changed, 37 insertions(+), 17 deletions(-) -- 2.17.1
Powered by blists - more mailing lists