The patch titled sysfs: kill unnecessary attribute->owner (s390 fix) has been removed from the -mm tree. Its filename was sysfs-kill-unnecessary-attribute-owner-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: sysfs: kill unnecessary attribute->owner (s390 fix) From: Cornelia Huck <cornelia.huck@xxxxxxxxxx> You missed some s390 attributes :) Cc: Tejun Heo <htejun@xxxxxxxxx> Cc: Dipankar Sarma <dipankar@xxxxxxxxxx> Cc: Maneesh Soni <maneesh@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/kernel/ipl.c | 2 -- drivers/s390/cio/chsc.c | 2 -- drivers/s390/net/qeth_sys.c | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff -puN arch/s390/kernel/ipl.c~sysfs-kill-unnecessary-attribute-owner-fix arch/s390/kernel/ipl.c --- a/arch/s390/kernel/ipl.c~sysfs-kill-unnecessary-attribute-owner-fix +++ a/arch/s390/kernel/ipl.c @@ -255,7 +255,6 @@ static struct bin_attribute ipl_paramete .attr = { .name = "binary_parameter", .mode = S_IRUGO, - .owner = THIS_MODULE, }, .size = PAGE_SIZE, .read = &ipl_parameter_read, @@ -279,7 +278,6 @@ static struct bin_attribute ipl_scp_data .attr = { .name = "scp_data", .mode = S_IRUGO, - .owner = THIS_MODULE, }, .size = PAGE_SIZE, .read = &ipl_scp_data_read, diff -puN drivers/s390/cio/chsc.c~sysfs-kill-unnecessary-attribute-owner-fix drivers/s390/cio/chsc.c --- a/drivers/s390/cio/chsc.c~sysfs-kill-unnecessary-attribute-owner-fix +++ a/drivers/s390/cio/chsc.c @@ -898,7 +898,6 @@ static struct bin_attribute chp_measurem .attr = { .name = "measurement_chars", .mode = S_IRUSR, - .owner = THIS_MODULE, }, .size = sizeof(struct cmg_chars), .read = chp_measurement_chars_read, @@ -950,7 +949,6 @@ static struct bin_attribute chp_measurem .attr = { .name = "measurement", .mode = S_IRUSR, - .owner = THIS_MODULE, }, .size = sizeof(struct cmg_entry), .read = chp_measurement_read, diff -puN drivers/s390/net/qeth_sys.c~sysfs-kill-unnecessary-attribute-owner-fix drivers/s390/net/qeth_sys.c --- a/drivers/s390/net/qeth_sys.c~sysfs-kill-unnecessary-attribute-owner-fix +++ a/drivers/s390/net/qeth_sys.c @@ -993,7 +993,7 @@ static struct attribute_group qeth_osn_d #define QETH_DEVICE_ATTR(_id,_name,_mode,_show,_store) \ struct device_attribute dev_attr_##_id = { \ - .attr = {.name=__stringify(_name), .mode=_mode, .owner=THIS_MODULE },\ + .attr = {.name=__stringify(_name), .mode=_mode, },\ .show = _show, \ .store = _store, \ }; _ Patches currently in -mm which might be from cornelia.huck@xxxxxxxxxx are driver-core-suppress-uevents-via-filter.patch driver-core-switch-firmware_class-to.patch s390-cio-delay-uevents-for-subchannels.patch uevent-use-add_uevent_var-instead-of-open-coding-it.patch sysfs-fix-i_ino-handling-in-sysfs.patch sysfs-fix-error-handling-in-binattr-write.patch sysfs-move-release_sysfs_dirent-to-dirc.patch sysfs-flatten-cleanup-paths-in-sysfs_add_link-and-create_dir.patch sysfs-consolidate-sysfs_dirent-creation-functions.patch sysfs-add-sysfs_dirent-s_parent.patch sysfs-add-sysfs_dirent-s_name.patch sysfs-make-sysfs_dirent-s_element-a-union.patch sysfs-implement-kobj_sysfs_assoc_lock.patch sysfs-reimplement-symlink-using-sysfs_dirent-tree.patch sysfs-implement-bin_buffer.patch sysfs-implement-sysfs_dirent-active-reference-and-immediate-disconnect.patch sysfs-implement-sysfs_dirent-active-reference-and-immediate-disconnect-update.patch sysfs-kill-attribute-file-orphaning.patch sysfs-kill-unnecessary-attribute-owner.patch sysfs-kill-unnecessary-attribute-owner-update.patch sysfs-kill-unnecessary-attribute-owner-fix.patch device_schedule_callback-needs-a-module-reference-fix.patch kobject-kobject_add-reference-leak.patch git-s390.patch partitions-check-the-return-value-of-kobject_add-etc.patch kprobes-the-on-off-knob-thru-debugfs-updated-s390-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html