Linux 3.8.4

From: Greg KH
Date: Wed Mar 20 2013 - 16:14:34 EST


I'm announcing the release of the 3.8.4 kernel.

All users of the 3.8 kernel series must upgrade.

The updated 3.8.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.8.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

------------

Documentation/devicetree/bindings/tty/serial/of-serial.txt | 3
Makefile | 2
arch/arm/mach-at91/board-foxg20.c | 1
arch/arm/mach-at91/board-stamp9g20.c | 1
arch/arm/mach-davinci/dma.c | 3
arch/arm/mach-ixp4xx/vulcan-setup.c | 1
arch/arm/mach-kirkwood/board-dt.c | 24
arch/arm/mach-pxa/raumfeld.c | 1
arch/powerpc/include/asm/mmu-hash64.h | 128 ++---
arch/powerpc/kernel/cputable.c | 2
arch/powerpc/kernel/exceptions-64s.S | 34 -
arch/powerpc/kvm/book3s_64_mmu_host.c | 4
arch/powerpc/mm/hash_utils_64.c | 22
arch/powerpc/mm/mmu_context_hash64.c | 11
arch/powerpc/mm/pgtable_64.c | 2
arch/powerpc/mm/slb_low.S | 50 -
arch/powerpc/mm/tlb_hash64.c | 2
arch/s390/include/asm/tlbflush.h | 2
arch/s390/kernel/entry.S | 3
arch/s390/kernel/entry64.S | 5
arch/x86/kernel/cpu/perf_event_intel_ds.c | 10
arch/x86/power/cpu.c | 2
drivers/block/loop.c | 24
drivers/char/hw_random/virtio-rng.c | 13
drivers/gpu/drm/i915/i915_dma.c | 23
drivers/gpu/drm/i915/i915_drv.c | 13
drivers/gpu/drm/i915/i915_drv.h | 1
drivers/gpu/drm/i915/i915_irq.c | 4
drivers/hwmon/lineage-pem.c | 2
drivers/hwmon/pmbus/ltc2978.c | 14
drivers/mtd/nand/nand_base.c | 16
drivers/mtd/nand/nand_ids.c | 80 +--
drivers/net/bonding/bond_main.c | 5
drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 16
drivers/net/macvlan.c | 1
drivers/net/team/team.c | 2
drivers/net/tun.c | 2
drivers/net/vxlan.c | 9
drivers/staging/comedi/drivers/dt9812.c | 16
drivers/staging/vt6656/main_usb.c | 4
drivers/tty/pty.c | 1
drivers/tty/serial/8250/8250.c | 52 ++
drivers/tty/serial/8250/8250_pci.c | 21
drivers/tty/serial/8250/8250_pnp.c | 12
drivers/tty/serial/Kconfig | 4
drivers/tty/serial/of_serial.c | 6
drivers/tty/tty_buffer.c | 2
drivers/usb/class/cdc-wdm.c | 23
drivers/usb/dwc3/core.c | 1
drivers/usb/host/ehci-q.c | 18
drivers/usb/serial/cp210x.c | 20
drivers/usb/serial/option.c | 5
drivers/usb/serial/qcaux.c | 1
drivers/usb/serial/qcserial.c | 7
drivers/usb/storage/initializers.c | 76 ---
drivers/usb/storage/initializers.h | 4
drivers/usb/storage/unusual_devs.h | 329 ++++++++++++-
drivers/video/atmel_lcdfb.c | 22
drivers/w1/masters/w1-gpio.c | 4
drivers/w1/w1.c | 3
drivers/xen/xen-pciback/pciback_ops.c | 3
fs/block_dev.c | 4
fs/btrfs/volumes.c | 6
fs/ext3/super.c | 4
include/linux/mtd/nand.h | 7
include/linux/perf_event.h | 6
include/uapi/linux/serial_core.h | 5
include/video/atmel_lcdc.h | 1
kernel/signal.c | 3
net/bridge/br_mdb.c | 4
net/core/dev.c | 1
net/core/rtnetlink.c | 1
net/dcb/dcbnl.c | 8
net/ieee802154/6lowpan.h | 2
net/ipv4/tcp_input.c | 6
net/ipv6/ip6_input.c | 3
net/ipv6/route.c | 3
net/l2tp/l2tp_ppp.c | 1
net/netlabel/netlabel_unlabeled.c | 27 -
net/rds/message.c | 3
net/sctp/socket.c | 6
scripts/Makefile.headersinst | 11
security/selinux/xfrm.c | 2
sound/core/seq/seq_timer.c | 8
tools/usb/ffs-test.c | 2
86 files changed, 903 insertions(+), 395 deletions(-)

Alan Stern (1):
USB: EHCI: don't check DMA values in QH overlays

Amir Vadai (2):
net/mlx4_en: Initialize RFS filters lock and list in init_netdev
net/mlx4_en: Disable RFS when running in SRIOV mode

Amit Shah (1):
virtio: rng: disallow multiple device registrations, fixes crashes

Aneesh Kumar K.V (3):
powerpc: Make VSID_BITS* dependency explicit
powerpc: Update kernel VSID range
powerpc: Rename USER_ESID_BITS* to ESID_BITS*

Axel Lin (1):
hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes

Benjamin Herrenschmidt (2):
powerpc: Fix STAB initialization
powerpc: Fix cputable entry for 970MP rev 1.0

Bjørn Mork (2):
USB: option: add Huawei E5331
USB: storage: fix Huawei mode switching regression

Brian Norris (1):
mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY

Christian Schmiedl (1):
USB: added support for Cinterion's products AH6 and PLS8

Cong Wang (1):
rds: limit the size allocated by rds_message_alloc()

Cristian Bercaru (1):
bridging: fix rx_handlers return code

Dan Carpenter (1):
selinux: use GFP_ATOMIC under spin_lock

Dan Williams (2):
qcaux: add Franklin U600
qcserial: bind to DM/DIAG port on Gobi 1K devices

David Rientjes (1):
perf,x86: fix link failure for non-Intel configs

Eric Dumazet (1):
tun: add a missing nf_reset() in tun_net_xmit()

Eric Sandeen (1):
btrfs: use rcu_barrier() to wait for bdev puts at unmount

Felipe Balbi (1):
usb: dwc3: core: don't forget to free coherent memory

Greg Kroah-Hartman (3):
Revert "drm/i915: enable irqs earlier when resuming"
Revert "drm/i915: reorder setup sequence to have irqs for output setup"
Linux 3.8.4

Guenter Roeck (2):
hwmon: (pmbus/ltc2978) Fix temperature reporting
net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS

Guillaume Nault (1):
l2tp: Restore socket refcount when sendmsg succeeds

Guo Chao (3):
block: use i_size_write() in bd_set_size()
loopdev: fix a deadlock
loopdev: remove an user triggerable oops

Hannes Frederic Sowa (1):
ipv6: stop multicast forwarding to process interface scoped addresses

Heiko Carstens (1):
s390/mm: fix flush_tlb_kernel_range()

Huang, Xiong (1):
atl1c: restore buffer state

Ian Abbott (1):
staging: comedi: dt9812: use CR_CHAN() for channel number

Jiri Slaby (2):
TTY: disable debugging warning
TTY: do not reset master's packet mode

Johan Hovold (3):
ARM: w1-gpio: fix erroneous gpio requests
w1-gpio: remove erroneous __exit and __exit_p()
atmel_lcdfb: fix 16-bpp modes on older SOCs

Josh Boyer (1):
serial: 8250: Keep 8250.<xxxx> module options functional after driver rename

Kees Cook (1):
signal: always clear sa_restorer on execve

Konrad Rzeszutek Wilk (1):
xen/pciback: Don't disable a PCI device that is already disabled.

Lars-Peter Clausen (1):
ext3: Fix format string issues

Ley Foon Tan (1):
tty/serial: Add support for Altera serial port

Linus Torvalds (1):
perf,x86: fix wrmsr_on_cpu() warning on suspend/resume

Lorenzo Colitti (1):
net: ipv6: Don't purge default router if accept_ra=2

Malcolm Priestley (1):
staging: vt6656: Fix oops on resume from suspend.

Marcin Jurkowski (1):
w1: fix oops when w1_search is called from netlink connector

Martin Schwidefsky (1):
s390: critical section cleanup vs. machine checks

Mathias Krause (3):
bridge: fix mdb info leaks
rtnl: fix info leak on RTM_GETLINK request for VF devices
dcbnl: fix various netlink info leaks

Matt Porter (1):
ARM: davinci: edma: fix dmaengine induced null pointer dereference on da830

Matwey V. Kornilov (1):
usb: cp210x new Vendor/Device IDs

Maxin B. John (1):
tools: usb: ffs-test: Fix build failure

Neal Cardwell (1):
tcp: fix double-counted receiver RTT when leaving receiver fast path

Oliver Neukum (1):
USB: cdc-wdm: fix buffer overflow

Paul Bolle (2):
tty: serial: fix typo "ARCH_S5P6450"
tty: serial: fix typo "SERIAL_S3C2412"

Paul Moore (1):
netlabel: correctly list all the static label mappings

Sam Ravnborg (1):
kbuild: fix make headers_check with make 3.80

Scott Ashcroft (1):
Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards

Sean Young (1):
tty/8250_pnp: serial port detection regression since v3.7

Sebastian Hesselbarth (1):
ARM: kirkwood: fix to retain gbe MAC addresses for DT kernels

Stephane Eranian (1):
perf,x86: fix kernel crash with PEBS/BTS after suspend/resume

Steve Conklin (1):
usb: serial: Add Rigblaster Advantage to device table

Takashi Iwai (1):
ALSA: seq: Fix missing error handling in snd_seq_timer_open()

Veaceslav Falico (1):
bonding: fire NETDEV_RELEASE event only on 0 slaves

Vlad Yasevich (2):
team: unsyc the devices addresses when port is removed
macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.

Wang YanQing (1):
serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller

YOSHIFUJI Hideaki (1):
6lowpan: Fix endianness issue in is_addr_link_local().

Zang MingJie (1):
vxlan: fix oops when delete netns containing vxlan

Attachment: pgp00000.pgp
Description: PGP signature