The patch titled proc-remove-proc_bus-fix has been added to the -mm tree. Its filename is proc-remove-proc_bus-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: proc-remove-proc_bus-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch is -mm only :( Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pcmcia/pcmcia_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pcmcia/pcmcia_ioctl.c~proc-remove-proc_bus-fix drivers/pcmcia/pcmcia_ioctl.c --- a/drivers/pcmcia/pcmcia_ioctl.c~proc-remove-proc_bus-fix +++ a/drivers/pcmcia/pcmcia_ioctl.c @@ -787,7 +787,7 @@ void __init pcmcia_setup_ioctl(void) { major_dev = i; #ifdef CONFIG_PROC_FS - proc_pccard = proc_mkdir("pccard", proc_bus); + proc_pccard = proc_mkdir("bus/pccard", NULL); if (proc_pccard) create_proc_read_entry("drivers",0,proc_pccard,proc_read_drivers,NULL); #endif _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch make-dev-kmem-a-config-option.patch misc-phantom-add-compat-ioctl.patch sysrq-add-show-backtrace-on-all-cpus-function.patch codafs-fix-build-warning.patch lists-add-const-qualifier-to-first-arg-of-list_splice-operations.patch lib-swiotlbc-cleanups.patch fs-inodec-use-hlist_for_each_entry.patch ecryptfs-integrate-ecryptfs-device-handle-into-the-module.patch ecryptfs-make-key-module-subsystem-respect-namespaces.patch x86-olpc-add-one-laptop-per-child-architecture-support.patch cgroup-api-files-update-cpusets-to-use-cgroup-structured-file-api.patch cgroups-implement-device-whitelist-v6.patch add-a-document-describing-the-resource-counter-abstraction-v2.patch memcgroup-implement-failcounter-reset.patch use-vmalloc-for-mem_cgroup-allocation-v3.patch workqueues-shrink-cpu_populated_map-when-cpu-dies.patch ipc-use-ipc_buildid-directly-from-ipc_addid.patch ipc-add-definitions-of-ushort_max-and-others.patch ipc-sysvsem-refuse-cloneclone_sysvsemclone_newipc.patch ipmi-run-to-completion-fixes.patch ipmi-style-fixes-in-the-system-interface-code.patch elf-fix-shadowed-variables-in-fs-binfmt_elfc.patch keys-add-keyctl-function-to-get-a-security-label.patch procfs-task-exe-symlink.patch proc-switch-to-proc_create.patch proc-remove-proc_bus-fix.patch edd-add-default-mode-config_edd_off=n-override-with-edd=onoff.patch idr-create-idr_layer_cache-at-boot-time.patch edac-add-e752x-parameter-for-sysbus_parity-selection.patch ncpfs-use-get-put_unaligned_-helpers.patch relayfs-support-larger-relay-buffer-take-3.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