The patch titled Subject: kdump-add-udev-events-for-memory-online-offline-fix.txt has been added to the -mm tree. Its filename is kdump-add-udev-events-for-memory-online-offline-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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: kdump-add-udev-events-for-memory-online-offline-fix.txt memory: fix ups for class to subsystem conversion Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Michael Holzheu <holzheu@xxxxxxxxxxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Kay Sievers <kay.sievers@xxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/base/memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/base/memory.c~kdump-add-udev-events-for-memory-online-offline-fix drivers/base/memory.c --- a/drivers/base/memory.c~kdump-add-udev-events-for-memory-online-offline-fix +++ a/drivers/base/memory.c @@ -303,10 +303,10 @@ static int memory_block_change_state(str mem->state = to_state; switch (mem->state) { case MEM_OFFLINE: - kobject_uevent(&mem->sysdev.kobj, KOBJ_OFFLINE); + kobject_uevent(&mem->dev.kobj, KOBJ_OFFLINE); break; case MEM_ONLINE: - kobject_uevent(&mem->sysdev.kobj, KOBJ_ONLINE); + kobject_uevent(&mem->dev.kobj, KOBJ_ONLINE); break; default: break; _ Subject: Subject: kdump-add-udev-events-for-memory-online-offline-fix.txt Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are linux-next.patch ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix.patch consolidate-config_debug_strict_user_copy_checks.patch kdump-add-udev-events-for-memory-online-offline-fix.patch dio-optimize-cache-misses-in-the-submission-path-v2-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