> So can I expect to see this patched by the next kernel version?

I would hold your breath on this one. The maintainers of the memory
subsystem has rejected the patch exposing certain functions so
hv_balloon can online the newly added memory to the system. They think
that having udev to handle such events is a better place.

And in case if somebody hasn't posted it here, this is the udev rule
that KY has given to me in the past:

SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f
/sys$devpath/state ] && echo online > /sys$devpath/state'"

> --
> Brian Wong
> http://www.fierydragonlord.com
> --
> To unsubscribe from this list: send the line "unsubscribe
linux-kernel" in the
> body of a message to majord...@vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to