From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753159AbbF3Nms (ORCPT ); Tue, 30 Jun 2015 09:42:48 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:35604 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299AbbF3Nmk (ORCPT ); Tue, 30 Jun 2015 09:42:40 -0400 Message-ID: <55929CC5.4020608@cantab.net> Date: Tue, 30 Jun 2015 14:42:29 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Linus Torvalds CC: "linux-kernel@vger.kernel.org" , xen-devel Subject: [GIT PULL] xen: features and cleanups for 4.2-rc0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.2-rc0-tag xen: features and cleanups for 4.2-rc0 - - Add "make xenconfig" to assist in generating configs for Xen guests. - - Preparatory cleanups necessary for supporting 64 KiB pages in ARM guests. - - Automatically use hvc0 as the default console in ARM guests. Thanks. David arch/arm/include/asm/xen/hypervisor.h | 8 +++++ arch/arm/include/asm/xen/page.h | 1 - arch/arm/kernel/setup.c | 2 ++ arch/arm/xen/enlighten.c | 62 +++++++++++++++++++++------------ arch/arm/xen/mm.c | 2 +- arch/arm/xen/p2m.c | 2 +- arch/arm64/kernel/setup.c | 2 ++ arch/x86/configs/xen.config | 28 +++++++++++++++ drivers/block/xen-blkback/blkback.c | 10 +++--- drivers/block/xen-blkback/common.h | 2 +- drivers/block/xen-blkfront.c | 8 ----- drivers/net/xen-netback/netback.c | 2 +- drivers/net/xen-netfront.c | 1 - drivers/pci/xen-pcifront.c | 8 ++--- drivers/tty/hvc/hvc_xen.c | 2 +- drivers/xen/events/events_base.c | 2 +- drivers/xen/events/events_fifo.c | 2 +- drivers/xen/gntdev.c | 2 +- drivers/xen/grant-table.c | 1 - drivers/xen/manage.c | 2 +- drivers/xen/tmem.c | 4 +-- drivers/xen/xenbus/xenbus_client.c | 8 ++--- drivers/xen/xenbus/xenbus_probe.c | 2 +- kernel/configs/xen.config | 48 +++++++++++++++++++++++++ scripts/kconfig/Makefile | 7 +++- 25 files changed, 157 insertions(+), 61 deletions(-) Ard Biesheuvel (1): xen/arm: allow console=hvc0 to be omitted for guests Jan Beulich (3): xenbus: avoid uninitialized variable warning hvc_xen: avoid uninitialized variable warning xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON() Julien Grall (8): arm/xen: Correctly check if the event channel interrupt is present xen: Include xen/page.h rather than asm/xen/page.h xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring xen/grant-table: Remove unused macro SPP arm/xen: Drop duplicate define mfn_to_virt block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS block/xen-blkfront: Remove invalid comment block/xen-blkback: s/nr_pages/nr_segs/ Luis R. Rodriguez (2): kconfig: clarify kvmconfig is for kvm kconfig: add xenconfig defconfig helper Stefano Stabellini (1): arm,arm64/xen: move Xen initialization earlier Tina Ruchandani (1): xen/pcifront: Remove usage of struct timeval -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJVkpzFAAoJEFxbo/MsZsTRjTgH/iRFZVHuI59YPVVb32vyfldr Cvdk9IsgihTdomTYS5jO1gvTFBjtkHUm30XZitG22fefVJ+6musTI2wA6mtjYHGv CIQW16r7ha878chAIeb/l09ftVca3G2myFY04hTjGUK6IqxZ6/kVM+I08oWfOBpZ cSpQYPxGwpkpdZWlszvZgZ2lPTj9wT44CLRqEkNNxD4HH23714TO20LP902VLzD2 28bhX4otfyPE0VJzmvNcCSQwx6ssoBd3ec6rxpVRZt8GZwk5Z4SJYY+QkutHrER/ by92oe3xHYBx9grKmXTGb1HTJQEpaoX/yqEPk5IV1PWGq+XLXxsxXb9CPMqbPt8= =welC -----END PGP SIGNATURE-----