The patch titled zorro: Make sysfs config attribute read-only has been removed from the -mm tree. Its filename was zorro-make-sysfs-config-attribute-read-only.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: zorro: Make sysfs config attribute read-only From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> zorro: Make the sysfs `config' attribute read-only, as you cannot write to it (there's no .write function neither). Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/zorro/zorro-sysfs.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/zorro/zorro-sysfs.c~zorro-make-sysfs-config-attribute-read-only drivers/zorro/zorro-sysfs.c --- a/drivers/zorro/zorro-sysfs.c~zorro-make-sysfs-config-attribute-read-only +++ a/drivers/zorro/zorro-sysfs.c @@ -78,7 +78,7 @@ static ssize_t zorro_read_config(struct static struct bin_attribute zorro_config_attr = { .attr = { .name = "config", - .mode = S_IRUGO | S_IWUSR, + .mode = S_IRUGO, }, .size = sizeof(struct ConfigDev), .read = zorro_read_config, _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch mips-add-gpio-support-to-the-bcm947xx-platform.patch mips-gpio-led-driver-for-the-wgt634u-machine.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch move-preempt_notifiers-into-an-always-included-kconfig.patch add-missing-newlines-to-some-uses-of-dev_level-messages.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