public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kdump: No udev events for memory hotplug?
@ 2011-10-26 16:08 Michael Holzheu
  2011-10-26 19:24 ` Vivek Goyal
  2011-10-27  7:45 ` Américo Wang
  0 siblings, 2 replies; 12+ messages in thread
From: Michael Holzheu @ 2011-10-26 16:08 UTC (permalink / raw)
  To: Vivek Goyal
  Cc: Eric W. Biederman, schwidefsky, heiko.carstens, kexec,
	linux-kernel

Hello Vivek and Eric,

I noticed that on my system kernel 3.1 *no* udev events for memory
hotplug are generated. Same on my RHEL6.1.

# udevadm monitor
# echo offline > /sys/devices/system/memory/memory4/state

-> No event

But we need the udev events in order to do a kdump reload for setting up
the ELF loads correctly.

In my /etc/udev/rules.d/98-kexec.rules there are rules for memory
hotplug:

SUBSYSTEM=="memory", ACTION=="add", PROGRAM="/etc/init.d/kdump restart"
SUBSYSTEM=="memory", ACTION=="remove", PROGRAM="/etc/init.d/kdump
restart"

Perhaps/probably I am missing something?

Michael



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-11-14  2:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 16:08 kdump: No udev events for memory hotplug? Michael Holzheu
2011-10-26 19:24 ` Vivek Goyal
2011-10-27  7:30   ` Heiko Carstens
2011-10-27  9:32     ` [PATCH] kdump: Add udev events for memory online/offline Michael Holzheu
2011-10-28 22:41       ` Andrew Morton
2011-10-28 22:57         ` Dave Hansen
2011-10-28 22:46       ` Andrew Morton
2011-10-31 13:21         ` [PATCH v2] " Michael Holzheu
2011-11-14  2:37           ` WANG Cong
2011-10-27 12:45     ` kdump: No udev events for memory hotplug? Dave Hansen
2011-10-27 13:18       ` Américo Wang
2011-10-27  7:45 ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox