From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, stable@vger.kernel.org Subject: [ 00/12] 3.0.92-stable review Date: Sun, 18 Aug 2013 13:30:09 -0700 Message-Id: <20130818202949.875887601@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.0.92 release. There are 12 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 Tue Aug 20 20:29:24 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.92-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.0.92-rc1 Linus Torvalds vm: add no-mmu vm_iomap_memory() stub Linus Walleij ARM: 7080/1: l2x0: make sure I&D are not locked down on init Geert Uytterhoeven m68k/atari: ARAnyM - Fix NatFeat module support Anton Blanchard powerpc: Use -mtraceback=no David S. Miller sparc32: Add ucmpdi2.o to obj-y instead of lib-y. Sam Ravnborg sparc32: add ucmpdi2 Johan Hovold USB: mos7720: fix broken control requests Oliver Neukum usb: add two quirky touchscreen Johannes Berg genetlink: fix family dump race Nicolas Dichtel af_key: initialize satype in key_notify_policy_flush() Jesper Nilsson CRIS: Add _sdata to vmlinux.lds.S Zhang Yi futex: Take hugepages into account when generating futex_key ------------- Diffstat: Makefile | 4 ++-- arch/arm/include/asm/hardware/cache-l2x0.h | 9 +++++++-- arch/arm/mm/cache-l2x0.c | 21 +++++++++++++++++++++ arch/cris/kernel/vmlinux.lds.S | 1 + arch/m68k/emu/natfeat.c | 23 +++++++++++++++++++---- arch/powerpc/Makefile | 2 +- arch/sparc/lib/Makefile | 2 +- arch/sparc/lib/ucmpdi2.c | 19 +++++++++++++++++++ drivers/usb/core/quirks.c | 6 ++++++ drivers/usb/serial/mos7720.c | 21 ++++++++++++++------- include/linux/hugetlb.h | 16 ++++++++++++++++ kernel/futex.c | 3 ++- mm/hugetlb.c | 17 +++++++++++++++++ mm/nommu.c | 10 ++++++++++ net/key/af_key.c | 1 + net/netlink/genetlink.c | 7 +++++++ 16 files changed, 144 insertions(+), 18 deletions(-)