lkml.org 
[lkml]   [2013]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 3.4.35
I'm announcing the release of the 3.4.35 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.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/kernel-parameters.txt | 5 ++
Makefile | 2
arch/x86/kernel/head.c | 53 ++++++++++++++++----------
arch/x86/platform/efi/efi.c | 5 +-
block/genhd.c | 15 +++----
block/partition-generic.c | 2
drivers/acpi/sleep.c | 8 +++
drivers/ata/ata_piix.c | 17 ++++++++
drivers/block/xen-blkback/blkback.c | 1
drivers/block/xen-blkback/xenbus.c | 49 +++++++++++-------------
drivers/firewire/core-device.c | 4 +
drivers/hid/hid-core.c | 1
drivers/hid/hid-ids.h | 3 +
drivers/iommu/amd_iommu_init.c | 9 +++-
drivers/media/rc/rc-main.c | 4 +
drivers/net/wireless/ath/ath9k/ar9003_calib.c | 2
drivers/net/wireless/ath/ath9k/ar9003_phy.c | 2
drivers/net/wireless/ath/ath9k/hw.h | 1
drivers/power/ab8500_btemp.c | 2
drivers/power/abx500_chargalg.c | 2
drivers/staging/comedi/comedi_fops.c | 8 +--
drivers/staging/comedi/drivers/ni_labpc.c | 35 +++++++++--------
drivers/target/target_core_device.c | 13 +-----
drivers/target/target_core_fabric_configfs.c | 12 ++++-
drivers/target/target_core_internal.h | 2
drivers/target/target_core_tpg.c | 10 ----
drivers/vhost/vhost.c | 2
fs/direct-io.c | 2
fs/ext4/balloc.c | 13 ++++--
fs/ext4/mballoc.c | 6 +-
fs/ext4/xattr.c | 7 +--
fs/fuse/dir.c | 9 +++-
fs/nfsd/nfs4state.c | 2
fs/ocfs2/aops.c | 2
fs/ocfs2/suballoc.c | 7 +--
fs/ocfs2/suballoc.h | 2
fs/ocfs2/xattr.c | 2
fs/pstore/platform.c | 35 ++++++++++++++---
include/linux/auto_fs.h | 25 +++---------
include/linux/pstore.h | 6 ++
include/linux/quota.h | 1
kernel/cgroup.c | 8 +++
kernel/cpuset.c | 12 ++++-
kernel/posix-timers.c | 7 +++
kernel/sysctl_binary.c | 3 -
kernel/trace/ftrace.c | 46 +++++++++++++++-------
lib/idr.c | 9 +++-
net/sunrpc/svc_xprt.c | 15 -------
sound/pci/hda/patch_hdmi.c | 3 +
tools/perf/Makefile | 4 -
tools/perf/util/parse-events.y | 1
tools/perf/util/pmu.y | 1
52 files changed, 318 insertions(+), 179 deletions(-)

Alexey Klimov (1):
usb hid quirks for Masterkit MA901 usb radio

Dan Carpenter (1):
media: rc: unlock on error in show_protocols()

David Henningsson (1):
ALSA: hda - hdmi: Make jacks phantom, if they're not detectable

Eryu Guan (1):
ext4: check bh in ext4_read_block_bitmap()

Felix Fietkau (1):
ath9k_hw: fix calibration issues on chainmask that don't include chain 0

Greg Kroah-Hartman (1):
Linux 3.4.35

H. Peter Anvin (1):
x86: Make sure we can boot in the case the BDA contains pure garbage

Helge Deller (1):
unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)

Ian Abbott (3):
staging: comedi: ni_labpc: correct differential channel sequence for AI commands
staging: comedi: ni_labpc: set up command4 register *after* command3
staging: comedi: check s->async for poll(), read() and write()

J. Bruce Fields (1):
svcrpc: make svc_age_temp_xprts enqueue under sv_lock

James Ralston (1):
ata_piix: Add Device IDs for Intel Wellsburg PCH

Jan Beulich (1):
xen-blkback: do not leak mode property

Jan Kara (2):
ocfs2: fix possible use-after-free with AIO
fs: Fix possible use-after-free with AIO

Jeff Liu (1):
ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctly

Joerg Roedel (1):
iommu/amd: Initialize device table after dma_ops

Joseph Salisbury (1):
ACPI: Add DMI entry for Sony VGN-FW41E_H

Konrad Rzeszutek Wilk (3):
doc, xen: Mention 'earlyprintk=xen' in the documentation.
doc, kernel-parameters: Document 'console=hvc<n>'
xen/blkback: Don't trust the handle from the frontend.

Lee Jones (1):
ab8500-chargalg: Only root should have write permission on sysfs file

Li Zefan (2):
cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
cgroup: fix exit() vs rmdir() race

Lukas Czerner (2):
ext4: fix xattr block allocation/release with bigalloc
ext4: fix free clusters calculation in bigalloc filesystem

Matt Fleming (1):
x86, efi: Make "noefi" really disable EFI runtime serivces

Michael S. Tsirkin (1):
vhost: fix length for cross region descriptor

Miklos Szeredi (1):
fuse: don't WARN when nlink is zero

Nicholas Bellinger (2):
target: Fix lookup of dynamic NodeACLs during cached demo-mode operation
target: Add missing mapped_lun bounds checking during make_mappedlun setup

Niu Yawei (1):
ext4: fix race in ext4_mb_add_n_trim()

Rajanikanth H.V (1):
ab8500_btemp: Demote initcall sequence

Seiji Aguchi (1):
pstore: Avoid deadlock in panic and emergency-restart path

Seth Heasley (1):
ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs

Steven Rostedt (Red Hat) (1):
ftrace: Call ftrace cleanup module notifier after all other notifiers

Tejun Heo (4):
posix-timer: Don't call idr_find() with out-of-range ID
idr: fix a subtle bug in idr_get_next()
block: fix synchronization and limit check in blk_alloc_devt()
firewire: add minor number range check to fw_device_init()

Theodore Ts'o (1):
quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format

Tomas Henzl (1):
block: fix ext_devt_idr handling

Vinson Lee (1):
perf tools: Fix build with bison 2.3 and older.

Xi Wang (1):
sysctl: fix null checking in bin_dn_node_address()

Xiaowei.Hu (1):
ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink

majianpeng (1):
nfsd: Fix memleak

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2013-03-04 00:01    [W:0.035 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site