I'm announcing the release of the 3.0.56 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- arch/arm/mach-dove/include/mach/pm.h | 2 +- arch/arm/mach-dove/irq.c | 14 +++++++++++++- block/scsi_ioctl.c | 5 ++++- drivers/acpi/processor_driver.c | 1 + drivers/gpu/drm/i915/intel_lvds.c | 16 ++++++++++++++++ kernel/sched_autogroup.c | 4 ---- kernel/sched_autogroup.h | 5 ----- kernel/workqueue.c | 4 +++- mm/memory-failure.c | 8 ++++++++ mm/sparse.c | 10 ++++------ net/ipv4/route.c | 4 ++++ 12 files changed, 55 insertions(+), 20 deletions(-) Alan Cox (1): ACPI: missing break Calvin Walton (1): i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard Chris Wilson (1): drm/i915: Add no-lvds quirk for Supermicro X7SPA-H Greg Kroah-Hartman (1): Linux 3.0.56 Jan Kara (1): scsi: Silence unnecessary warnings about ioctl to partition Jianguo Wu (1): mm/vmemmap: fix wrong use of virt_to_page Michal Kubecek (1): route: release dst_entry.hh_cache when handling redirects Mike Galbraith (2): workqueue: exit rescuer_thread() as TASK_RUNNING Revert "sched, autogroup: Stop going ahead if autogroup is disabled" Naoya Horiguchi (1): mm: soft offline: split thp at the beginning of soft_offline_page() Russell King - ARM Linux (2): Dove: Attempt to fix PMU/RTC interrupts Dove: Fix irq_to_pmu()