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.50
Date: Wed, 31 Oct 2012 10:34:59 -0700 [thread overview]
Message-ID: <20121031173459.GA12769@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4801 bytes --]
I'm announcing the release of the 3.0.50 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/kernel/smp.c | 14 +++--
arch/arm/mach-at91/at91rm9200_devices.c | 2
arch/arm/mach-at91/at91sam9260_devices.c | 2
arch/arm/mach-at91/at91sam9261_devices.c | 2
arch/arm/mach-at91/at91sam9263_devices.c | 2
arch/arm/mach-at91/at91sam9rl_devices.c | 2
arch/x86/mm/init.c | 69 +++++++++++++++------------
drivers/bcma/main.c | 5 +
drivers/cpufreq/powernow-k8.c | 9 ---
drivers/gpu/drm/i915/intel_lvds.c | 8 +++
drivers/rtc/rtc-imxdi.c | 2
drivers/staging/comedi/drivers/amplc_pc236.c | 2
drivers/usb/core/hub.c | 7 +-
drivers/usb/host/pci-quirks.c | 9 +++
drivers/usb/host/xhci-ring.c | 11 ++++
drivers/usb/serial/mos7840.c | 30 +----------
drivers/usb/serial/opticon.c | 11 +++-
drivers/usb/serial/sierra.c | 26 +++++++---
drivers/usb/serial/whiteheat.c | 1
drivers/usb/storage/unusual_devs.h | 6 ++
drivers/vhost/net.c | 3 -
fs/compat_ioctl.c | 2
fs/sysfs/dir.c | 16 +++---
lib/genalloc.c | 2
net/mac80211/wpa.c | 3 -
net/sunrpc/xprtsock.c | 41 +++-------------
usr/gen_init_cpio.c | 43 +++++++++-------
28 files changed, 180 insertions(+), 152 deletions(-)
Andreas Herrmann (1):
cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code
Anisse Astier (2):
ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
ehci: Add yet-another Lucid nohandoff pci quirk
Bo Shen (1):
ARM: at91/i2c: change id to let i2c-gpio work
Geert Uytterhoeven (1):
sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
Greg Kroah-Hartman (1):
Linux 3.0.50
Ian Abbott (1):
staging: comedi: amplc_pc236: fix invalid register access during detach
Jacob Shin (1):
x86, mm: Find_early_table_space based on ranges that are actually being mapped
Jan Luebbe (1):
drivers/rtc/rtc-imxdi.c: add missing spin lock initialization
Johan Hovold (9):
USB: whiteheat: fix memory leak in error path
USB: opticon: fix DMA from stack
USB: opticon: fix memory leak in error path
USB: sierra: fix memory leak in attach error path
USB: sierra: fix memory leak in probe error path
USB: mos7840: fix urb leak at release
USB: mos7840: fix port-device leak in error path
USB: mos7840: remove NULL-urb submission
USB: mos7840: remove invalid disconnect handling
Kees Cook (2):
gen_init_cpio: avoid stack overflow when expanding
fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
Lennart Sorensen (1):
USB: serial: Fix memory leak in sierra_release()
Michael S. Tsirkin (1):
vhost: fix mergeable bufs on BE hosts
Michael Shigorin (1):
usb-storage: add unusual_devs entry for Casio EX-N1 digital camera
Octavian Purdila (1):
usb hub: send clear_tt_buffer_complete events when canceling TT clear work
Piotr Haber (1):
bcma: fix unregistration of cores
Sarah Sharp (1):
xhci: Fix potential NULL ptr deref in command cancellation.
Sjoerd Simons (1):
drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13
Stanislaw Gruszka (1):
mac80211: check if key has TKIP type before updating IV
Thadeu Lima de Souza Cascardo (1):
genalloc: stop crashing the system when destroying a pool
Trond Myklebust (4):
SUNRPC: Get rid of the xs_error_report socket callback
SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT
Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."
SUNRPC: Prevent races in xs_abort_connection()
Will Deacon (1):
ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_count
Yinghai Lu (1):
x86, mm: Undo incorrect revert in arch/x86/mm/init.c
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2012-10-31 17:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 17:34 Greg KH [this message]
2012-10-31 17:35 ` Linux 3.0.50 Greg KH
2012-11-07 14:03 ` mos7840 build warning [was: Linux 3.0.50] Jiri Slaby
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=20121031173459.GA12769@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 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).