From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
alan@lxorguk.ukuu.org.uk
Subject: [ 00/15] 3.0.61-stable review
Date: Thu, 24 Jan 2013 13:18:24 -0800 [thread overview]
Message-ID: <20130124211723.489089115@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.0.61 release.
There are 15 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 Sat Jan 26 21:16:11 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.61-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 3.0.61-rc1
Shuah Khan <shuah.khan@hp.com>
ioat: Fix DMA memory sync direction correct flag
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled
Robin Holt <holt@sgi.com>
SGI-XP: handle non-fatal traps
Kees Cook <keescook@chromium.org>
x86: Use enum instead of literals for trap values [PARTIAL]
Alan Cox <alan@linux.intel.com>
ahci: Add identifiers for ASM106x devices
Daniel Vetter <daniel.vetter@ffwll.ch>
drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled
Bart Westgeest <bart@elbrys.com>
staging: usbip: changed function return type to void
Jiri Slaby <jirislaby@gmail.com>
serial: 8250, increase PASS_LIMIT
Zhenzhong Duan <zhenzhong.duan@oracle.com>
drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists
Zhenzhong Duan <zhenzhong.duan@oracle.com>
drivers/firmware/dmi_scan.c: check dmi version when get system uuid
Joel D. Diaz <joeldiaz@us.ibm.com>
SCSI: sd: Reshuffle init_sd to avoid crash
Alan Stern <stern@rowland.harvard.edu>
USB: UHCI: fix IRQ race during initialization
Colin Ian King <colin.king@canonical.com>
PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported
Steven Rostedt <srostedt@redhat.com>
ftrace: Be first to run code modification on modules
Chris Wilson <chris@chris-wilson.co.uk>
drm/i915: Invalidate the relocation presumed_offsets along the slow path
-------------
Diffstat:
Makefile | 4 +-
arch/x86/include/asm/traps.h | 26 +++++++++++
drivers/acpi/processor_idle.c | 3 ++
drivers/ata/ahci.c | 6 +++
drivers/dma/ioat/dma_v3.c | 2 +-
drivers/firmware/dmi_scan.c | 78 +++++++++++++++++++++++++-------
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 21 +++++++++
drivers/gpu/drm/i915/i915_reg.h | 3 ++
drivers/gpu/drm/i915/intel_display.c | 4 ++
drivers/misc/sgi-xp/xpc_main.c | 34 +++++++++++++-
drivers/pci/pcie/aspm.c | 3 ++
drivers/scsi/sd.c | 13 ++++--
drivers/staging/usbip/usbip_common.c | 11 ++---
drivers/staging/usbip/usbip_common.h | 2 +-
drivers/staging/usbip/vhci_rx.c | 3 +-
drivers/tty/serial/8250.c | 2 +-
drivers/usb/host/uhci-hcd.c | 15 +++---
include/linux/pci_ids.h | 2 +
kernel/trace/ftrace.c | 2 +-
19 files changed, 189 insertions(+), 45 deletions(-)
next reply other threads:[~2013-01-24 21:18 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-24 21:18 Greg Kroah-Hartman [this message]
2013-01-24 21:18 ` [ 01/15] drm/i915: Invalidate the relocation presumed_offsets along the slow path Greg Kroah-Hartman
2013-01-24 21:18 ` [ 02/15] ftrace: Be first to run code modification on modules Greg Kroah-Hartman
2013-01-24 21:18 ` [ 03/15] PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported Greg Kroah-Hartman
2013-01-24 21:18 ` [ 04/15] USB: UHCI: fix IRQ race during initialization Greg Kroah-Hartman
2013-01-24 21:18 ` [ 05/15] SCSI: sd: Reshuffle init_sd to avoid crash Greg Kroah-Hartman
2013-01-24 21:18 ` [ 06/15] drivers/firmware/dmi_scan.c: check dmi version when get system uuid Greg Kroah-Hartman
2013-01-24 21:18 ` [ 07/15] drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists Greg Kroah-Hartman
2013-01-24 21:18 ` Greg Kroah-Hartman
2013-01-24 21:18 ` [ 08/15] serial: 8250, increase PASS_LIMIT Greg Kroah-Hartman
2013-01-24 21:18 ` [ 09/15] staging: usbip: changed function return type to void Greg Kroah-Hartman
2013-01-24 21:18 ` [ 10/15] drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled Greg Kroah-Hartman
2013-01-24 21:18 ` [ 11/15] ahci: Add identifiers for ASM106x devices Greg Kroah-Hartman
2013-01-25 20:45 ` Jerry Snitselaar
2013-01-25 22:00 ` Abdallah Chatila
2013-01-28 4:42 ` Greg Kroah-Hartman
2013-01-24 21:18 ` [ 12/15] x86: Use enum instead of literals for trap values [PARTIAL] Greg Kroah-Hartman
2013-01-24 21:18 ` [ 13/15] SGI-XP: handle non-fatal traps Greg Kroah-Hartman
2013-01-24 21:18 ` [ 14/15] ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled Greg Kroah-Hartman
2013-01-24 21:18 ` [ 15/15] ioat: Fix DMA memory sync direction correct flag Greg Kroah-Hartman
2013-01-25 18:04 ` [ 00/15] 3.0.61-stable review Shuah Khan
2013-01-26 11:58 ` Satoru Takeuchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130124211723.489089115@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.