Linus, Please pull the following changes for 3.10 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git stable These are actually "stable" changes so if the merge window closes, please do apply them for -rc2. The interesting bug fix is support for the upcoming "4.2" release of the Tilera hypervisor, which by default launches Linux at privilege level 2 instead of 1. The fix lets new and old hypervisors and Linuxes interoperate more smoothly, so I've tagged it for [email protected] so that older Linuxes will be able to boot under the newer hypervisor. Chris Metcalf (1): tile: support new Tilera hypervisor Denis Efremov (1): arch/tile: remove inline marking of EXPORT_SYMBOL functions Libo Chen (1): usb: tilegx: fix memleak when create hcd fail Wei Yongjun (1): rtc: rtc-tile: add missing platform_device_unregister() when module exit arch/tile/Kconfig | 14 ++++++++++---- arch/tile/include/hv/hypervisor.h | 27 ++++++++++++++++++++++++--- arch/tile/kernel/head_32.S | 2 +- arch/tile/kernel/head_64.S | 12 +++++++++--- arch/tile/lib/spinlock_32.c | 2 +- drivers/net/ethernet/tile/tilegx.c | 2 +- drivers/rtc/rtc-tile.c | 1 + drivers/usb/host/ehci-tilegx.c | 7 +++++-- drivers/usb/host/ohci-tilegx.c | 7 +++++-- 9 files changed, 57 insertions(+), 17 deletions(-) -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

