From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
alan@lxorguk.ukuu.org.uk, torvalds@linux-foundation.org,
akpm@linux-foundation.org
Subject: [ 00/31] 3.0.49-stable review
Date: Thu, 25 Oct 2012 17:04:07 -0700 [thread overview]
Message-ID: <20121026000214.941721299@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.0.49 release.
There are 31 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 Sun Oct 28 00:01:59 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.49-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Elric Fu <elricfu1@gmail.com>
xHCI: handle command after aborting the command ring
Elric Fu <elricfu1@gmail.com>
xHCI: cancel command after command timeout
Elric Fu <elricfu1@gmail.com>
xHCI: add aborting command ring function
Elric Fu <elricfu1@gmail.com>
xHCI: add cmd_ring_state
David S. Miller <davem@davemloft.net>
sparc64: Be less verbose during vmemmap population.
Jiri Kosina <jkosina@suse.cz>
sparc64: do not clobber personality flags in sys_sparc64_personality()
David S. Miller <davem@davemloft.net>
sparc64: Fix bit twiddling in sparc_pmu_enable_event().
David S. Miller <davem@davemloft.net>
sparc64: Like x86 we should check current->mm during perf backtrace generation.
Al Viro <viro@zeniv.linux.org.uk>
sparc64: fix ptrace interaction with force_successful_syscall_return()
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
tcp: resets are misrouted
jeff.liu <jeff.liu@oracle.com>
RDS: fix rds-ping spinlock recursion
Graham Gower <graham.gower@gmail.com>
skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard
ramesh.nagappa@gmail.com <ramesh.nagappa@gmail.com>
net: Fix skb_under_panic oops in neigh_resolve_output
Jesse Barnes <jbarnes@virtuousgeek.org>
drm/i915: apply timing generator bug workaround on CPT and PPT
Devin Heitmueller <dheitmueller@kernellabs.com>
media: au0828: fix case where STREAMOFF being called on stopped stream causes BUG()
Andrew Morton <akpm@linux-foundation.org>
amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]
Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
cgroup: notify_on_release may not be triggered in some cases
Bjørn Mork <bjorn@mork.no>
USB: option: add more ZTE devices
Bjørn Mork <bjorn@mork.no>
USB: option: blacklist net interface on ZTE devices
Nicolas Boullis <nboullis@debian.org>
usb: acm: fix the computation of the number of data bits
Ming Lei <ming.lei@canonical.com>
USB: cdc-acm: fix pipe type of write endpoint
David Vrabel <david.vrabel@citrix.com>
xen/x86: don't corrupt %eip when returning from a signal handler
Jacob Shin <jacob.shin@amd.com>
x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct mapping.
Kees Cook <keescook@chromium.org>
use clamp_t in UNAME26 fix
Kees Cook <keescook@chromium.org>
kernel/sys.c: fix stack memory content leak via UNAME26
Arnd Bergmann <arnd@arndb.de>
pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Revert: lockd: use rpc client's cl_nodename for id encoding
Sasha Levin <levinsasha928@gmail.com>
SUNRPC: Prevent kernel stack corruption on long values of flush
Dan Carpenter <dan.carpenter@oracle.com>
oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()
Trond Myklebust <Trond.Myklebust@netapp.com>
NLM: nlm_lookup_file() may return NLMv4-specific error codes
Chris Metcalf <cmetcalf@tilera.com>
arch/tile: avoid generating .eh_frame information in modules
-------------
Diffstat:
Makefile | 4 +-
arch/sparc/kernel/perf_event.c | 15 +-
arch/sparc/kernel/sys_sparc_64.c | 10 +-
arch/sparc/kernel/syscalls.S | 32 ++--
arch/sparc/mm/init_64.c | 28 ++-
arch/tile/Makefile | 4 +
arch/x86/kernel/entry_32.S | 8 +-
arch/x86/kernel/entry_64.S | 2 +-
arch/x86/kernel/setup.c | 17 +-
arch/x86/oprofile/nmi_int.c | 2 +-
drivers/edac/amd64_edac.c | 11 +-
drivers/gpu/drm/i915/i915_reg.h | 5 +
drivers/gpu/drm/i915/intel_display.c | 4 +
drivers/media/video/au0828/au0828-video.c | 12 +-
drivers/net/skge.c | 7 +
drivers/pcmcia/pxa2xx_sharpsl.c | 2 +-
drivers/usb/class/cdc-acm.c | 22 ++-
drivers/usb/host/xhci-mem.c | 7 +
drivers/usb/host/xhci-ring.c | 282 +++++++++++++++++++++++++++++-
drivers/usb/host/xhci.c | 33 +++-
drivers/usb/host/xhci.h | 22 +++
drivers/usb/serial/option.c | 92 +++++++---
fs/lockd/clntxdr.c | 2 +-
fs/lockd/mon.c | 4 +-
fs/lockd/svcproc.c | 3 +-
kernel/cgroup.c | 3 +-
kernel/sys.c | 12 +-
net/core/neighbour.c | 6 +-
net/ipv4/tcp_ipv4.c | 7 +-
net/ipv6/tcp_ipv6.c | 3 +-
net/rds/send.c | 2 +-
net/sunrpc/cache.c | 4 +-
32 files changed, 546 insertions(+), 121 deletions(-)
next reply other threads:[~2012-10-26 0:04 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-26 0:04 Greg Kroah-Hartman [this message]
2012-10-26 0:04 ` [ 01/31] arch/tile: avoid generating .eh_frame information in modules Greg Kroah-Hartman
2012-10-26 0:04 ` [ 02/31] NLM: nlm_lookup_file() may return NLMv4-specific error codes Greg Kroah-Hartman
2012-10-26 0:04 ` [ 03/31] oprofile, x86: Fix wrapping bug in op_x86_get_ctrl() Greg Kroah-Hartman
2012-10-26 0:04 ` [ 04/31] SUNRPC: Prevent kernel stack corruption on long values of flush Greg Kroah-Hartman
2012-10-26 0:04 ` [ 05/31] Revert: lockd: use rpc clients cl_nodename for id encoding Greg Kroah-Hartman
2012-10-26 0:04 ` [ 06/31] pcmcia: sharpsl: dont discard sharpsl_pcmcia_ops Greg Kroah-Hartman
2012-10-26 0:04 ` [ 07/31] kernel/sys.c: fix stack memory content leak via UNAME26 Greg Kroah-Hartman
2012-10-26 0:04 ` [ 09/31] x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct mapping Greg Kroah-Hartman
2012-10-26 0:04 ` [ 10/31] xen/x86: dont corrupt %eip when returning from a signal handler Greg Kroah-Hartman
2012-10-26 0:04 ` [ 11/31] USB: cdc-acm: fix pipe type of write endpoint Greg Kroah-Hartman
2012-10-26 0:04 ` [ 12/31] usb: acm: fix the computation of the number of data bits Greg Kroah-Hartman
2012-10-26 0:04 ` [ 13/31] USB: option: blacklist net interface on ZTE devices Greg Kroah-Hartman
2012-10-26 0:04 ` [ 14/31] USB: option: add more " Greg Kroah-Hartman
2012-10-26 0:04 ` [ 15/31] cgroup: notify_on_release may not be triggered in some cases Greg Kroah-Hartman
2012-10-26 0:04 ` [ 16/31] amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[] Greg Kroah-Hartman
2012-10-26 0:04 ` [ 17/31] media: au0828: fix case where STREAMOFF being called on stopped stream causes BUG() Greg Kroah-Hartman
2012-10-26 0:04 ` [ 18/31] drm/i915: apply timing generator bug workaround on CPT and PPT Greg Kroah-Hartman
2012-10-26 0:04 ` [ 19/31] net: Fix skb_under_panic oops in neigh_resolve_output Greg Kroah-Hartman
2012-10-26 0:04 ` [ 20/31] skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard Greg Kroah-Hartman
2012-10-26 0:04 ` [ 21/31] RDS: fix rds-ping spinlock recursion Greg Kroah-Hartman
2012-10-26 0:04 ` [ 22/31] tcp: resets are misrouted Greg Kroah-Hartman
2012-10-26 0:04 ` [ 23/31] sparc64: fix ptrace interaction with force_successful_syscall_return() Greg Kroah-Hartman
2012-10-26 0:04 ` [ 24/31] sparc64: Like x86 we should check current->mm during perf backtrace generation Greg Kroah-Hartman
2012-10-26 0:04 ` [ 25/31] sparc64: Fix bit twiddling in sparc_pmu_enable_event() Greg Kroah-Hartman
2012-10-26 0:04 ` [ 26/31] sparc64: do not clobber personality flags in sys_sparc64_personality() Greg Kroah-Hartman
2012-10-26 0:04 ` [ 27/31] sparc64: Be less verbose during vmemmap population Greg Kroah-Hartman
2012-10-26 0:04 ` [ 28/31] xHCI: add cmd_ring_state Greg Kroah-Hartman
2012-10-26 0:04 ` [ 29/31] xHCI: add aborting command ring function Greg Kroah-Hartman
2012-10-26 0:04 ` [ 30/31] xHCI: cancel command after command timeout Greg Kroah-Hartman
2012-10-26 0:04 ` [ 31/31] xHCI: handle command after aborting the command ring Greg Kroah-Hartman
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=20121026000214.941721299@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).