lkml.org 
[lkml]   [2012]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 3.0.29
I'm announcing the release of the 3.0.29 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/mm/proc-v7.S | 12 ++
arch/ia64/include/asm/futex.h | 9 +
arch/s390/Kconfig | 1
arch/s390/include/asm/pgalloc.h | 3
arch/s390/include/asm/tlb.h | 22 ----
arch/s390/mm/pgtable.c | 63 ++++++++++++-
arch/sparc/kernel/ds.c | 2
arch/sparc/kernel/rtrap_64.S | 7 -
drivers/acpi/acpica/acobject.h | 1
drivers/acpi/acpica/dsargs.c | 2
drivers/acpi/acpica/excreate.c | 6 +
drivers/block/cciss_scsi.c | 3
drivers/bluetooth/ath3k.c | 4
drivers/bluetooth/btusb.c | 2
drivers/bluetooth/hci_ldisc.c | 4
drivers/dma/Kconfig | 13 +-
drivers/dma/pch_dma.c | 137 +++++++++++++++++++++--------
drivers/gpu/drm/i915/intel_ringbuffer.c | 2
drivers/gpu/drm/radeon/radeon_connectors.c | 4
drivers/gpu/drm/radeon/radeon_i2c.c | 4
drivers/gpu/drm/radeon/radeon_irq_kms.c | 6 +
drivers/md/bitmap.c | 2
drivers/misc/pch_phub.c | 62 +++++++++----
drivers/net/wireless/ath/ath9k/calib.c | 5 -
drivers/net/wireless/rtlwifi/pci.c | 7 +
drivers/rtc/rtc-pl031.c | 3
drivers/staging/iio/magnetometer/hmc5843.c | 4
drivers/tty/serial/8250_pci.c | 10 ++
drivers/tty/serial/altera_uart.c | 4
drivers/tty/serial/amba-pl011.c | 15 ++-
drivers/tty/serial/pch_uart.c | 3
drivers/usb/core/message.c | 11 +-
drivers/usb/gadget/Kconfig | 7 -
drivers/usb/gadget/pch_udc.c | 97 +++++++++++++++++++-
drivers/usb/host/pci-quirks.c | 10 +-
drivers/usb/host/xhci-ext-caps.h | 5 -
drivers/usb/host/xhci-mem.c | 9 -
drivers/usb/host/xhci-pci.c | 2
drivers/usb/host/xhci-ring.c | 2
drivers/usb/host/xhci.c | 9 +
drivers/usb/host/xhci.h | 4
drivers/usb/serial/option.c | 1
drivers/usb/serial/pl2303.c | 2
drivers/usb/serial/sierra.c | 1
drivers/usb/serial/usb-serial.c | 8 +
drivers/video/uvesafb.c | 11 +-
include/net/bluetooth/hci.h | 1
kernel/futex.c | 36 ++-----
kernel/futex_compat.c | 36 ++-----
kernel/time/tick-sched.c | 4
mm/hugetlb.c | 2
net/bluetooth/hci_core.c | 7 +
security/commoncap.c | 6 +
tools/perf/util/hist.c | 12 ++
55 files changed, 500 insertions(+), 207 deletions(-)

Alan Stern (1):
USB: don't clear urb->dev in scatter-gather library

Alex Deucher (1):
drm/radeon: only add the mm i2c bus if the hw_i2c module param is set

Alex He (1):
xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMI

Alexander Stein (1):
pch_dma: Fix channel locking

Anton Samokhvalov (1):
USB: sierra: add support for Sierra Wireless MC7710

Cho, Yu-Chen (1):
Bluetooth: Add Atheros maryann PIDVID support

Chris Metcalf (1):
hugetlb: fix race condition in hugetlb_fault()

Chris Wilson (1):
drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845g

Dave Airlie (2):
drm/radeon: disable MSI on RV515
drm/radeon: fix load detect on rn50 with hardcoded EDIDs.

David Miller (1):
perf hists: Catch and handle out-of-date hist entry maps.

David S. Miller (1):
sparc64: Fix bootup crash on sun4v.

Elric Fu (1):
xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI host

Eran (1):
Bluetooth: Adding USB device 13d3:3375 as an Atheros AR3012.

Eric Paris (1):
fcaps: clear the same personality flags as suid when fcaps are used

Felipe Balbi (1):
xhci: don't re-enable IE constantly

Greg Kroah-Hartman (1):
Linux 3.0.29

Johan Hovold (5):
Bluetooth: uart-ldisc: Fix memory leak
Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close
USB: serial: fix race between probe and open
USB: pl2303: fix DTR/RTS being raised on baud rate change
Bluetooth: hci_core: fix NULL-pointer dereference at unregister

Jonathan Austin (1):
ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEE

Jonghwan Choi (1):
security: fix compile error in commoncap.c

Kees Cook (1):
futex: Do not leak robust list to unprivileged process

Larry Finger (1):
rtlwifi: Add missing DMA buffer unmapping for PCI drivers

Lin Ming (1):
ACPICA: Fix to allow region arguments to reference other scopes

Linus Walleij (3):
drivers/rtc/rtc-pl031.c: enable clock on all ST variants
serial: PL011: clear pending interrupts
serial: PL011: move interrupt clearing

Marek Belisko (1):
staging: iio: hmc5843: Fix crash in probe function.

Martin Schwidefsky (1):
S390: fix tlb flushing for page table pages

Neal Cardwell (1):
nohz: Fix stale jiffies update in tick_nohz_restart()

NeilBrown (1):
md/bitmap: prevent bitmap_daemon_work running while initialising bitmap

Paul E. McKenney (1):
sparc64: Eliminate obsolete __handle_softirq() function

Rajkumar Manoharan (1):
ath9k: fix max noise floor threshold

Santiago Garcia Mantinan (1):
USB: option: re-add NOVATELWIRELESS_PRODUCT_HSPA_HIGHSPEED to option_id array

Sarah Sharp (3):
xhci: Don't write zeroed pointers to xHC registers.
xhci: Restore event ring dequeue pointer on resume.
xhci: Fix register save/restore order.

Stephen M. Cameron (2):
cciss: Initialize scsi host max_sectors for tape drive support
cciss: Fix scsi tape io with more than 255 scatter gather elements

Takashi Iwai (1):
drm/radeon/kms: fix the regression of DVI connector check

Tomoya MORINAGA (15):
pch_phub: Fix register miss-setting issue
pch_phub: Care FUNCSEL register in PM
pch_phub: Improve ADE(Address Decode Enable) control
usb: gadget: pch_udc: Fix disconnect issue
usb: gadget: pch_udc: Fix wrong return value
usb: gadget: pch_udc: Fix USB suspend issue
usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/disconnect issue
usb: gadget: pch_udc: Reduce redundant interrupt
USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOH
pch_uart: Set PCIe bus number using probe parameter
8250_pci: Fix kernel panic when pch_uart is disabled
pch_dma: fix DMA issue(ch8-ch11)
pch_dma: Fix CTL register access issue
pch_dma: Fix suspend issue
pch_dma: Support new device LAPIS Semiconductor ML7831 IOH

Tony Luck (1):
ia64: fix futex_atomic_cmpxchg_inatomic()

Wang YanQing (1):
video:uvesafb: Fix oops that uvesafb try to execute NX-protected page

Yuriy Kozlov (1):
tty: serial: altera_uart: Check for NULL platform_data in probe.

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2012-04-23 01:53    [W:0.198 / U:0.388 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site