From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756689Ab3ASB0c (ORCPT ); Fri, 18 Jan 2013 20:26:32 -0500 Received: from mail.kernel.org ([198.145.19.201]:57149 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756395Ab3ASBWA (ORCPT ); Fri, 18 Jan 2013 20:22:00 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [ 00/16] 3.0.60-stable review Date: Fri, 18 Jan 2013 17:21:38 -0800 Message-Id: <20130119012138.680057206@linuxfoundation.org> X-Mailer: git-send-email 1.8.1.rc1.5.g7e0651a User-Agent: quilt/0.60-2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 3.0.60 release. There are 16 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Mon Jan 21 01:20:05 UTC 2013. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.60-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.0.60-rc1 Ben Hutchings staging: vt6656: Fix inconsistent structure packing chao bi serial:ifx6x60:Delete SPI timer when shut down port Bjørn Mork USB: option: blacklist network interface on ONDA MT8205 4G LTE Bjørn Mork USB: option: add TP-LINK HSUPA Modem MA180 Andrew Cooper xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. Julius Werner xhci: fix null-pointer dereference when destroying half-built segment rings Philipp Reisner drbd: add missing part_round_stats to _drbd_start_io_acct Tom Mingarelli intel-iommu: Prevent devices with RMRRs from being placed into SI Domain Alan Stern USB: fix endpoint-disabling for failed config changes Shuah Khan powerpc: fix wii_memory_fixups() compile error on 3.0.y tree Eric Sandeen ext4: init pagevec in ext4_da_block_invalidatepages Jesse Barnes x86/Sandy Bridge: reserve pages when integrated graphics is present Heiko Carstens s390/time: fix sched_clock() overflow Mark Rustad tcm_fc: Do not report target role when target is not defined Mark Rustad tcm_fc: Do not indicate retry capability to initiators Thomas Schwinge sh: Fix FDPIC binary loader ------------- Diffstat: Makefile | 4 +-- arch/powerpc/platforms/embedded6xx/wii.c | 6 ++-- arch/s390/include/asm/timex.h | 28 ++++++++++++++++++ arch/s390/kernel/time.c | 2 +- arch/s390/kvm/interrupt.c | 2 +- arch/sh/include/asm/elf.h | 4 +-- arch/x86/kernel/entry_32.S | 1 - arch/x86/kernel/setup.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/block/drbd/drbd_req.c | 1 + drivers/pci/intel-iommu.c | 31 ++++++++++++++++++++ drivers/staging/vt6656/bssdb.h | 1 - drivers/staging/vt6656/int.h | 1 - drivers/staging/vt6656/iocmd.h | 33 +++++++++++----------- drivers/staging/vt6656/iowpa.h | 8 ++---- drivers/target/tcm_fc/tfc_sess.c | 12 ++++++-- drivers/tty/serial/ifx6x60.c | 1 + drivers/usb/core/message.c | 53 +++++++++++++++++++--------------- drivers/usb/host/xhci-mem.c | 11 ++++++-- drivers/usb/serial/option.c | 9 +++++- fs/ext4/inode.c | 2 ++ 20 files changed, 227 insertions(+), 61 deletions(-)