From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757279Ab2JWQjY (ORCPT ); Tue, 23 Oct 2012 12:39:24 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:17512 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755421Ab2JWQjX (ORCPT ); Tue, 23 Oct 2012 12:39:23 -0400 Date: Tue, 23 Oct 2012 12:27:07 -0400 From: Konrad Rzeszutek Wilk To: Linus Torvalds , linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com Subject: [GIT PULL] (xen) stable/for-linus-3.7-rc2-tag for v3.7-rc2 Message-ID: <20121023162707.GA16634@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hey Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.7-rc2-tag which has bug-fixes. Most of them are just code cleanup to make x86 and ARM code work in unison. There is one serious bug-fix which manifested itself in some applications mysteriously getting SIGKILL. Besides that nothing earth-shattering. : * Fix mysterious SIGSEGV or SIGKILL in applications due to corrupting of the %eip when returning from a signal handler. * Fix various ARM compile issues after the merge fallout. * Continue on making more of the Xen generic code usable by ARM platform. * Fix SR-IOV passthrough to mirror multifunction PCI devices. * Fix various compile warnings. * Remove hypercalls that don't exist anymore. arch/arm/include/asm/xen/interface.h | 12 +++++++++--- arch/arm/include/asm/xen/page.h | 13 ++++++++++--- arch/arm/xen/grant-table.c | 2 +- arch/x86/include/asm/xen/interface.h | 4 ++-- arch/x86/kernel/entry_32.S | 8 +++++--- arch/x86/kernel/entry_64.S | 2 +- arch/x86/xen/enlighten.c | 2 -- drivers/xen/balloon.c | 3 +-- drivers/xen/dbgp.c | 2 ++ drivers/xen/events.c | 4 ++++ drivers/xen/grant-table.c | 8 ++++---- drivers/xen/sys-hypervisor.c | 4 +++- drivers/xen/xen-pciback/vpci.c | 14 ++++++++++---- drivers/xen/xenbus/xenbus_xs.c | 2 ++ include/xen/grant_table.h | 2 +- include/xen/interface/grant_table.h | 2 +- include/xen/interface/memory.h | 24 ++---------------------- 17 files changed, 58 insertions(+), 50 deletions(-) David Vrabel (1): xen/x86: don't corrupt %eip when returning from a signal handler Ian Campbell (11): xen: xenbus: quirk uses x86 specific cpuid xen: sysfs: include err.h for PTR_ERR etc xen: sysfs: fix build warning. xen: XENMEM_translate_gpfn_list was remove ages ago and is unused. xen: events: pirq_check_eoi_map is X86 specific xen: grant: use xen_pfn_t type for frame_list. xen: balloon: don't include e820.h xen: arm: make p2m operations NOPs xen: balloon: use correct type for frame_list xen: arm: comment on why 64-bit xen_pfn_t is safe even on 32 bit xen: dbgp: Fix warning when CONFIG_PCI is not enabled. Konrad Rzeszutek Wilk (1): xen/xenbus: Fix compile warning. Laszlo Ersek (1): xen PV passthru: assign SR-IOV virtual functions to separate virtual slots Wei Yongjun (1): xen/x86: remove duplicated include from enlighten.c --17pEHd4RhPHOinZp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEbBAEBAgAGBQJQhsVXAAoJEFjIrFwIi8fJenkH+NWtUEoU2oSEeR1iR9cVQgRa gZiPxQUW4qJUYxJPC7k+sXXDHj/b3xA+eodkRRakzOot7uLREm7/801XcKxIQCbh 7fxx0MLwCNCGa4OzdmzlzjcTtIE0rscPVi1939tPIvM+T/6+5zIsvtjwcudElAjH a5U+Qv8cHDLD4OupT2V9tt6bPxcFmhra7p73XHe9mUvchV4mXMtBBXnOoCJn/IEZ pxjhIaZEKBdePZCcauIKlnskdVjr7LwfNmIgAXsqrwguNqLkCT9+ycApfd8UonK8 iRMEohDuqZPwPWoOEkUBjhziUWYOGVQ7JtGpXtfoUZvKZa46frcxL5Lix+FNOA== =UE8b -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--