Konrad Rzeszutek Wilk
2013-Jul-31 14:08 UTC
[GIT PULL] (xen) stable/for-linus-3.11-rc3-tag
Hey Linus, We are trying out a new git flow where both me and Stefano are going to use one git tree. Not sure yet how we are going to figure out the branch names (discussing that now) but in the meantime here is a git pull from that tree and also using git request pull to construct this writeup. Thanks! The following changes since commit 0b0c002c340e78173789f8afaa508070d838cf3d: xen/time: remove blocked time accounting from xen "clockchip" (2013-06-28 12:11:39 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git tags/stable/for-linus-3.11-rc3-tag for you to fetch changes up to 741ddbcfd26f192b0677961385b599aa785f8119: xen/tmem: do not allow XEN_TMEM on ARM64 (2013-07-30 13:44:02 -0400) ---------------------------------------------------------------- Fixes: - Three fixes for ARM/ARM64 to either compile or not certain generic drivers - Fix for avoiding a potential deadlock when an user space event channel is destroyed. - Fix a workqueue resuming multiple times. ---------------------------------------------------------------- Aurelien Chartier (1): xenbus: frontend resume cleanup David Vrabel (1): xen/evtchn: avoid a deadlock when unbinding an event channel Julien Grall (2): xen/arm64: Don''t compile cpu hotplug xen/arm: enable PV control for ARM Stefano Stabellini (1): xen/tmem: do not allow XEN_TMEM on ARM64 drivers/xen/Kconfig | 2 +- drivers/xen/Makefile | 5 ++--- drivers/xen/evtchn.c | 21 ++------------------- drivers/xen/xenbus/xenbus_probe_frontend.c | 19 ++++++++++++++++--- 4 files changed, 21 insertions(+), 26 deletions(-)