From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924Ab2HMWDA (ORCPT ); Mon, 13 Aug 2012 18:03:00 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:60437 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753446Ab2HMWC6 (ORCPT ); Mon, 13 Aug 2012 18:02:58 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Greg KH , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [ 00/44] 3.0.41-stable review Date: Mon, 13 Aug 2012 15:02:07 -0700 Message-Id: <20120813220142.113186818@linuxfoundation.org> X-Mailer: git-send-email 1.7.10.1.362.g242cab3 User-Agent: quilt/0.60-20.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Greg KH This is the start of the stable review cycle for the 3.0.41 release. There are 44 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 Wed Aug 15 22:01:40 UTC 2012. 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.41-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- MAINTAINERS | 2 +- Makefile | 4 +- arch/arm/configs/mxs_defconfig | 1 - arch/arm/include/asm/cacheflush.h | 8 +- arch/arm/include/asm/mutex.h | 119 +---------- arch/arm/mm/tlb-v7.S | 12 ++ arch/arm/vfp/vfpmodule.c | 6 + arch/ia64/include/asm/atomic.h | 4 +- arch/ia64/kernel/irq_ia64.c | 1 - arch/x86/kernel/alternative.c | 2 +- arch/x86/kernel/microcode_core.c | 31 ++- drivers/char/mspec.c | 2 +- drivers/char/random.c | 374 ++++++++++++++++++++++----------- drivers/firmware/dmi_scan.c | 3 + drivers/firmware/pcdp.c | 4 +- drivers/input/tablet/wacom_wac.c | 2 +- drivers/mfd/ab3100-core.c | 5 - drivers/mfd/ab3550-core.c | 2 - drivers/mfd/ezx-pcap.c | 2 +- drivers/mfd/wm831x-otp.c | 8 + drivers/net/e1000e/82571.c | 4 +- drivers/net/wireless/rt2x00/rt61pci.c | 3 +- drivers/rtc/rtc-wm831x.c | 24 ++- drivers/usb/core/hub.c | 9 + fs/nilfs2/ioctl.c | 4 +- fs/nilfs2/super.c | 3 + fs/nilfs2/the_nilfs.c | 1 + fs/nilfs2/the_nilfs.h | 2 + include/linux/irqdesc.h | 1 - include/linux/mfd/ezx-pcap.h | 1 + include/linux/random.h | 19 +- include/trace/events/random.h | 134 ++++++++++++ kernel/irq/handle.c | 7 +- kernel/irq/manage.c | 17 -- mm/hugetlb.c | 25 ++- mm/memory-failure.c | 6 +- mm/mmu_notifier.c | 45 ++-- net/core/dev.c | 3 + net/core/rtnetlink.c | 1 + net/mac80211/mesh.c | 1 + net/sunrpc/rpcb_clnt.c | 4 +- net/wireless/core.c | 5 + net/wireless/core.h | 1 + net/wireless/util.c | 5 +- sound/pci/hda/patch_conexant.c | 1 - 45 files changed, 589 insertions(+), 329 deletions(-)