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

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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/arc/include/asm/pgtable.h | 3 -
arch/arm/boot/dts/am335x-bone-common.dtsi | 1
arch/arm/boot/dts/tegra20.dtsi | 8 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 2
arch/arm/mach-pxa/corgi.c | 3 +
arch/arm/mach-pxa/hx4700.c | 2
arch/arm/mach-pxa/poodle.c | 2
arch/arm/mach-sa1100/pm.c | 1
arch/arm64/kernel/signal32.c | 5 -
arch/metag/include/asm/processor.h | 4 -
arch/mips/kernel/mips_ksyms.c | 8 ++
arch/mips/kvm/kvm_locore.S | 2
arch/mips/kvm/kvm_mips.c | 8 +-
arch/powerpc/sysdev/axonram.c | 2
arch/x86/kvm/x86.c | 19 +++----
arch/x86/mm/gup.c | 2
arch/x86/mm/hugetlbpage.c | 8 ++
arch/x86/mm/mmap.c | 6 +-
block/blk-throttle.c | 3 +
block/cfq-iosched.c | 16 ++++-
drivers/bluetooth/ath3k.c | 8 ++
drivers/char/tpm/tpm-interface.c | 2
drivers/char/tpm/tpm_i2c_atmel.c | 4 +
drivers/char/tpm/tpm_i2c_nuvoton.c | 5 +
drivers/char/tpm/tpm_i2c_stm_st33.c | 2
drivers/char/tpm/tpm_ibmvtpm.c | 28 +++++++---
drivers/char/tpm/tpm_tis.c | 76 ++++++++++++++++++++++------
drivers/cpufreq/cpufreq.c | 6 +-
drivers/cpufreq/s3c2416-cpufreq.c | 4 -
drivers/cpufreq/s3c24xx-cpufreq.c | 2
drivers/cpufreq/speedstep-lib.c | 3 +
drivers/cpufreq/speedstep-smi.c | 12 ++++
drivers/edac/amd64_edac.c | 10 ++-
drivers/gpio/gpio-tps65912.c | 14 +++--
drivers/gpio/gpiolib-of.c | 9 +--
drivers/hid/i2c-hid/i2c-hid.c | 5 +
drivers/md/raid1.c | 5 +
drivers/md/raid5.c | 3 -
drivers/media/usb/dvb-usb-v2/lmedm04.c | 7 ++
drivers/media/usb/em28xx/em28xx-audio.c | 4 -
drivers/media/usb/em28xx/em28xx-dvb.c | 2
drivers/media/usb/em28xx/em28xx-input.c | 2
drivers/media/usb/em28xx/em28xx-video.c | 2
drivers/mmc/host/sdhci-pxav3.c | 4 -
drivers/net/wireless/iwlwifi/mvm/mac80211.c | 5 -
drivers/net/wireless/iwlwifi/mvm/tx.c | 5 +
drivers/net/wireless/iwlwifi/pcie/tx.c | 7 ++
drivers/pci/pci-driver.c | 2
drivers/pci/rom.c | 7 +-
drivers/power/88pm860x_charger.c | 1
drivers/power/bq24190_charger.c | 2
drivers/power/gpio-charger.c | 4 -
drivers/scsi/megaraid/megaraid_sas_fusion.c | 3 -
drivers/target/iscsi/iscsi_target_tq.c | 28 +---------
drivers/tty/pty.c | 3 +
drivers/tty/serial/atmel_serial.c | 4 +
drivers/tty/vt/vt.c | 4 +
drivers/usb/core/buffer.c | 26 ++++++---
drivers/usb/core/hcd.c | 16 ++---
drivers/usb/core/usb.c | 1
drivers/usb/serial/cp210x.c | 1
drivers/xen/manage.c | 8 ++
fs/binfmt_elf.c | 5 +
fs/btrfs/ctree.c | 17 +-----
fs/btrfs/disk-io.c | 11 +++-
fs/btrfs/tree-log.c | 11 +++-
fs/jffs2/scan.c | 5 +
fs/nfs/callback.c | 8 +-
fs/nfs/callback_xdr.c | 4 +
fs/xfs/xfs_buf_item.c | 4 +
fs/xfs/xfs_inode.c | 2
fs/xfs/xfs_qm.c | 5 +
fs/xfs/xfs_trans.c | 1
include/linux/fsnotify.h | 6 +-
include/linux/usb/hcd.h | 1
kernel/debug/kdb/kdb_main.c | 2
kernel/time/ntp.c | 10 ++-
kernel/trace/trace.c | 2
mm/hugetlb.c | 2
net/ceph/osd_client.c | 30 +++++++----
sound/pci/riptide/riptide.c | 27 +++++++--
sound/pci/rme9652/hdspm.c | 6 ++
83 files changed, 424 insertions(+), 188 deletions(-)

Adam Lee (1):
Bluetooth: ath3k: workaround the compatibility issue with xHCI controller

Adrian Knoth (1):
ALSA: hdspm - Constrain periods to 2 on older cards

Alan Stern (1):
USB: fix use-after-free bug in usb_hcd_unlink_urb()

Alexey Brodkin (1):
ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE

Arnd Bergmann (1):
cpufreq: s3c: remove incorrect __init annotations

Catalin Marinas (1):
arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian

Chen Jie (1):
jffs2: fix handling of corrupted summary length

Christophe Ricard (1):
tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send

Cyrille Pitchen (1):
tty/serial: at91: fix error handling in atmel_serial_probe()

Dan Carpenter (1):
ALSA: off by one bug in snd_riptide_joystick_probe()

Daniel J Blueman (1):
EDAC, amd64_edac: Prevent OOPS with >16 memory controllers

Dave Chinner (3):
xfs: ensure buffer types are set correctly
xfs: inode unlink does not set AGI buffer type
xfs: set superblock buffer type correctly

David Howells (1):
TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev

David Sterba (2):
btrfs: set proper message level for skinny metadata
btrfs: fix leak of path in btrfs_find_item

Dmitry Eremin-Solenikov (4):
power: gpio-charger: balance enable/disable_irq_wake calls
ARM: 8284/1: sa1100: clear RCSR_SMR on resume
ARM: pxa: add regulator_has_full_constraints to corgi board file
ARM: pxa: add regulator_has_full_constraints to poodle board file

Dmitry Osipenko (1):
ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses

Emmanuel Grumbach (1):
iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN

Eyal Shapira (1):
iwlwifi: mvm: validate tid and sta_id in ba_notif

Greg Kroah-Hartman (1):
Linux 3.14.35

Hans Holmberg (1):
gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node

Hector Marco-Gisbert (1):
x86, mm/ASLR: Fix stack randomization on 64-bit systems

Hon Ching (Vicky) Lo (1):
tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma

Ilya Dryomov (3):
libceph: assert both regular and lingering lists in __remove_osd()
libceph: change from BUG to WARN for __remove_osd() asserts
libceph: fix double __remove_osd() problem

James Hogan (4):
MIPS: Export FP functions used by lose_fpu(1) for KVM
MIPS: KVM: Deliver guest interrupts after local_irq_disable()
KVM: MIPS: Don't leak FPU/DSP to guest
metag: Fix KSTK_EIP() and KSTK_ESP() macros

Jan Kara (2):
fsnotify: fix handling of renames in audit
xfs: Fix quota type in quota structures when reusing quota file

Jay Lan (1):
kdb: fix incorrect counts in KDB summary command output

Jeff Layton (1):
nfs: don't call blocking operations while !TASK_RUNNING

Jeff Moyer (1):
cfq-iosched: fix incorrect filing of rt async cfqq

Jisheng Zhang (1):
mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles

John Stultz (1):
ntp: Fixup adjtimex freq validation on 32-bit systems

Kiran Padwal (1):
char: tpm: Add missing error check for devm_kzalloc

Konstantin Khlebnikov (1):
cfq-iosched: handle failure of cfq group allocation

Krzysztof Kozlowski (2):
power_supply: 88pm860x: Fix leaked power supply on probe fail
power: bq24190: Fix ignored supplicants

Lennart Sorensen (1):
USB: cp210x: add ID for RUGGEDCOM USB Serial Console

Lokesh Vutla (1):
ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3

Luciano Coelho (2):
iwlwifi: mvm: fix failure path when power_update fails in add_interface
iwlwifi: mvm: always use mac color zero

Malcolm Priestley (1):
lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb

Marcelo Tosatti (1):
KVM: x86: update masterclock values on TSC writes

Martin Vajnar (1):
hx4700: regulator: declare full constraints

Matthew Wilcox (1):
axonram: Fix bug in direct_access

Michel Dänzer (1):
PCI: Fix infinite loop with ROM image of size 0

Mikulas Patocka (1):
cpufreq: speedstep-smi: enable interrupts when waiting

Naoya Horiguchi (1):
mm/hugetlb: pmd_huge() returns true for non-present hugepage

NeilBrown (1):
md/raid5: Fix livelock when array is both resyncing and degraded.

Nicholas Bellinger (1):
iscsi-target: Drop problematic active_ts_list usage

Nicolas Pitre (1):
vt: provide notifications on selection changes

Nicolas Saenz Julienne (1):
gpio: tps65912: fix wrong container_of arguments

Peter Hurley (1):
tty: Prevent untrappable signals from malicious program

Ricardo Ribalda Delgado (1):
PCI: Generate uppercase hex for modalias var in uevent

Robert Nelson (1):
ARM: dts: am335x-bone*: usb0 is hardwired for peripheral

Ross Lagerwall (1):
xen/manage: Fix USB interaction issues when resuming

Russell King (2):
em28xx: ensure "closing" messages terminate with a newline
em28xx-audio: fix missing newlines

Scot Doyle (1):
tpm_tis: verify interrupt during init

Sebastian Andrzej Siewior (1):
usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN

Seth Forshee (1):
HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events

Sumit.Saxena@avagotech.com (1):
megaraid_sas: disable interrupt_mask before enabling hardware interrupts

Thadeu Lima de Souza Cascardo (1):
blk-throttle: check stats_cpu before reading it from sysfs

Tomáš Hodek (1):
md/raid1: fix read balance when a drive is write-mostly.

Trond Myklebust (1):
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args

Vikram Mulukutla (1):
tracing: Fix unmapping loop in tracing_mark_write

Viresh Kumar (1):
cpufreq: Set cpufreq_cpu_data to NULL before putting kobject

honclo (1):
Added Little Endian support to vtpm module

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2015-03-07 18:21    [W:0.044 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site