From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [GIT PULL] Xen build and bug fixes for 3.17-rc0 Date: Wed, 13 Aug 2014 10:23:35 +0100 Message-ID: <53EB2E97.6080505@cantab.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Linus Torvalds Cc: Boris Ostrovsky , "Xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git stable/for-linus-3.17-b-rc0-tag Xen bug fixes for 3.17-rc0 - Fix ARM build. - Fix boot crash with PVH guests. - Improve reliability of resume/migration. Thanks. David arch/arm/xen/grant-table.c | 5 ----- arch/x86/xen/grant-table.c | 10 +++++----- arch/x86/xen/time.c | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) David Vrabel (3): arm/xen: remove duplicate arch_gnttab_init() function x86/xen: resume timer irqs early x86/xen: use vmap() to map grant table pages in PVH guests