From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.0.49
Date: Sun, 28 Oct 2012 11:01:41 -0700 [thread overview]
Message-ID: <20121028180141.GA10972@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4695 bytes --]
I'm announcing the release of the 3.0.49 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/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, 545 insertions(+), 120 deletions(-)
Al Viro (1):
sparc64: fix ptrace interaction with force_successful_syscall_return()
Alexey Kuznetsov (1):
tcp: resets are misrouted
Andrew Morton (1):
amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]
Arnd Bergmann (1):
pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops
Bjørn Mork (2):
USB: option: blacklist net interface on ZTE devices
USB: option: add more ZTE devices
Chris Metcalf (1):
arch/tile: avoid generating .eh_frame information in modules
Daisuke Nishimura (1):
cgroup: notify_on_release may not be triggered in some cases
Dan Carpenter (1):
oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()
David S. Miller (3):
sparc64: Like x86 we should check current->mm during perf backtrace generation.
sparc64: Fix bit twiddling in sparc_pmu_enable_event().
sparc64: Be less verbose during vmemmap population.
David Vrabel (1):
xen/x86: don't corrupt %eip when returning from a signal handler
Devin Heitmueller (1):
media: au0828: fix case where STREAMOFF being called on stopped stream causes BUG()
Elric Fu (4):
xHCI: add cmd_ring_state
xHCI: add aborting command ring function
xHCI: cancel command after command timeout
xHCI: handle command after aborting the command ring
Graham Gower (1):
skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard
Greg Kroah-Hartman (2):
Revert: lockd: use rpc client's cl_nodename for id encoding
Linux 3.0.49
Jacob Shin (1):
x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct mapping.
Jesse Barnes (1):
drm/i915: apply timing generator bug workaround on CPT and PPT
Jiri Kosina (1):
sparc64: do not clobber personality flags in sys_sparc64_personality()
Kees Cook (2):
kernel/sys.c: fix stack memory content leak via UNAME26
use clamp_t in UNAME26 fix
Ming Lei (1):
USB: cdc-acm: fix pipe type of write endpoint
Nicolas Boullis (1):
usb: acm: fix the computation of the number of data bits
Sasha Levin (1):
SUNRPC: Prevent kernel stack corruption on long values of flush
Trond Myklebust (1):
NLM: nlm_lookup_file() may return NLMv4-specific error codes
jeff.liu (1):
RDS: fix rds-ping spinlock recursion
ramesh.nagappa@gmail.com (1):
net: Fix skb_under_panic oops in neigh_resolve_output
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2012-10-28 18:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-28 18:01 Greg KH [this message]
2012-10-28 18:03 ` Linux 3.0.49 Greg KH
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=20121028180141.GA10972@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--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.