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.14.44
Date: Sat, 6 Jun 2015 09:26:03 -0700 [thread overview]
Message-ID: <20150606162603.GA12027@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 10091 bytes --]
I'm announcing the release of the 3.14.44 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 | 8 +++---
arch/arm/boot/dts/imx27.dtsi | 2 -
arch/arm/kernel/entry-common.S | 4 ++-
arch/powerpc/kernel/vmlinux.lds.S | 1
arch/s390/crypto/ghash_s390.c | 25 +++++++++---------
arch/x86/kvm/mmu.c | 2 -
drivers/acpi/osl.c | 6 +---
drivers/ata/libahci.c | 3 --
drivers/ata/libata-core.c | 32 ++++++++++++++++++++++++
drivers/ata/libata-eh.c | 3 ++
drivers/gpio/gpio-kempld.c | 2 -
drivers/gpu/drm/radeon/cik.c | 2 -
drivers/gpu/drm/radeon/ni.c | 3 +-
drivers/gpu/drm/radeon/si.c | 2 -
drivers/hwmon/nct6775.c | 2 +
drivers/hwmon/ntc_thermistor.c | 9 ++++++
drivers/input/mouse/elantech.c | 2 -
drivers/lguest/core.c | 2 -
drivers/md/raid0.c | 4 ++-
drivers/md/raid5.c | 3 +-
drivers/mmc/host/atmel-mci.c | 9 +++++-
drivers/net/wireless/rt2x00/rt2800usb.c | 1
drivers/net/wireless/rtlwifi/usb.c | 2 -
drivers/scsi/qla2xxx/qla_gbl.h | 2 -
drivers/scsi/qla2xxx/qla_nx2.c | 2 -
drivers/scsi/sd.c | 19 +++-----------
drivers/scsi/storvsc_drv.c | 3 --
drivers/staging/gdm724x/gdm_mux.c | 16 +++++-------
drivers/staging/rtl8187se/ieee80211/ieee80211.h | 4 +--
drivers/staging/rtl8192e/rtllib.h | 5 +--
drivers/staging/rtl8192e/rtllib_softmac.c | 2 -
drivers/staging/rtl8192u/ieee80211/ieee80211.h | 10 +++----
drivers/staging/rtl8712/ieee80211.h | 4 +--
drivers/staging/wlags49_h2/wl_internal.h | 4 +--
drivers/target/target_core_pscsi.c | 3 ++
drivers/target/target_core_pscsi.h | 1
drivers/thermal/step_wise.c | 3 --
drivers/tty/hvc/hvc_xen.c | 2 -
drivers/tty/n_gsm.c | 5 +--
drivers/usb/gadget/configfs.c | 1
drivers/usb/host/xhci-ring.c | 7 ++++-
drivers/usb/host/xhci.h | 2 -
drivers/usb/serial/cp210x.c | 1
drivers/usb/serial/pl2303.c | 1
drivers/usb/serial/pl2303.h | 4 ---
drivers/usb/serial/visor.c | 2 -
drivers/usb/storage/unusual_devs.h | 7 +++++
drivers/xen/events/events_base.c | 12 ++++++---
fs/binfmt_elf.c | 2 -
fs/dcache.c | 8 +++---
fs/ext4/ext4_jbd2.c | 6 ++++
fs/ext4/extents.c | 2 -
fs/fhandle.c | 5 ++-
fs/jbd2/recovery.c | 10 ++++++-
fs/jbd2/revoke.c | 18 +++++++------
fs/jbd2/transaction.c | 25 ++++++++++++------
fs/omfs/inode.c | 3 +-
include/drm/drm_pciids.h | 1
include/linux/libata.h | 10 +++++++
include/xen/events.h | 2 -
lib/strnlen_user.c | 3 +-
mm/mempolicy.c | 2 -
net/ceph/osd_client.c | 31 +++++++++++++++--------
net/mac80211/wep.c | 6 +++-
net/socket.c | 24 +++++++-----------
net/sunrpc/auth_gss/gss_rpc_xdr.c | 23 ++++++++++++-----
sound/pci/hda/patch_conexant.c | 12 +++++++++
sound/pci/hda/patch_realtek.c | 1
sound/pci/hda/thinkpad_helper.c | 1
sound/soc/codecs/mc13783.c | 4 +--
sound/soc/codecs/wm8960.c | 2 -
sound/soc/codecs/wm8994.c | 2 -
tools/vm/Makefile | 2 -
73 files changed, 289 insertions(+), 167 deletions(-)
Al Viro (1):
d_walk() might skip too much
Alex Deucher (1):
drm/radeon: add new bonaire pci id
Andi Kleen (1):
tools/vm: fix page-flags build
Andrew Morton (1):
fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
Andy Grover (1):
target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST
Anton Blanchard (1):
powerpc: Align TOC to 256 bytes
Arnd Bergmann (1):
staging: rtl8712, rtl8712: avoid lots of build warnings
Axel Lin (1):
ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls
Behan Webster (2):
staging, rtl8192e, LLVMLinux: Change extern inline to static inline
staging, rtl8192e, LLVMLinux: Remove unused inline prototype
Benjamin Tissoires (1):
Input: elantech - fix semi-mt protocol for v3 HW
Chen Gang (1):
qla2xxx: remove redundant declaration in 'qla_gbl.h'
Chris Lesiak (1):
hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE
Christian König (2):
drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling
drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"
Darrick J. Wong (1):
jbd2: fix r_count overflows leading to buffer overflow in journal recovery
David Henningsson (1):
ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724
David Vrabel (1):
xen/events: don't bind non-percpu VIRQs with percpu chip
Eric Work (1):
md/raid0: fix restore to sector variable in raid0_make_request
Eryu Guan (1):
ext4: check for zero length extent explicitly
Gabriele Mazzotta (2):
libata: Add helper to determine when PHY events should be ignored
libata: Ignore spurious PHY event on LPM policy change
Greg Kroah-Hartman (2):
staging: wlags49_h2: fix extern inline functions
Linux 3.14.44
Guenter Roeck (1):
hwmon: (nct6775) Add missing sysfs attribute initialization
Hans de Goede (1):
usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices
Harald Freudenberger (1):
crypto: s390/ghash - Fix incorrect ghash icv buffer handling.
Ilya Dryomov (1):
libceph: request a new osdmap if lingering request maps to no osd
Jan Kara (1):
lib: Fix strnlen_user() to not touch memory after specified maximum
Janusz Dziedzic (1):
mac80211: move WEP tailroom size check
Jason A. Donenfeld (2):
USB: visor: Match I330 phone more precisely
USB: pl2303: Remove support for Samsung I330
Jean Delvare (1):
thermal: step_wise: Revert optimization
Joe Lawrence (1):
xhci: gracefully handle xhci_irq dead device
Junling Zheng (1):
net: socket: Fix the wrong returns for recvmsg and sendmsg
K. Y. Srinivasan (1):
storvsc: Set the SRB flags correctly when no data transfer is needed
Kirill A. Shutemov (1):
kernel: use the gnu89 standard explicitly
Krzysztof Opasiak (1):
usb: gadget: configfs: Fix interfaces array NULL-termination
Larry Finger (1):
rtlwifi: rtl8192cu: Fix kernel deadlock
Ludovic Desroches (1):
mmc: atmel-mci: fix bad variable type for clkdiv
Lukas Czerner (1):
ext4: fix NULL pointer dereference when journal restart fails
Mark Edwards (1):
USB: cp210x: add ID for KCF Technologies PRN device
Mark Hounschell (1):
sd: Disable support for 256 byte/sector disks
Mathias Nyman (2):
xhci: fix isoc endpoint dequeue from advancing too far on transaction error
xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256
Mel Gorman (1):
mm, numa: really disable NUMA balancing by default on single node machines
Michael Brunner (1):
gpio: gpio-kempld: Fix get_direction return value
NeilBrown (1):
md/raid5: don't record new size if resize_stripes fails.
Pan Xinhui (1):
tty/n_gsm.c: fix a memory leak when gsmtty is removed
Paolo Bonzini (1):
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Philippe Reynes (1):
ARM: dts: imx27: only map 4 Kbyte for fec registers
Rafael J. Wysocki (1):
ACPI / init: Fix the ordering of acpi_reserve_resources()
Russell King (1):
ARM: fix missing syscall trace exit
Rusty Russell (1):
lguest: fix out-by-one error in address checking.
Sasha Levin (2):
fs, omfs: add NULL terminator in the end up the token list
vfs: read file_handle only once in handle_to_path
Scott Branden (1):
rt2x00: add new rt2800usb device DWA 130
Scott Mayhew (1):
svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures
Sławomir Demeszko (1):
staging: gdm724x: Correction of variable usage after applying ALIGN()
Takashi Iwai (2):
ALSA: hda - Add headphone quirk for Lifebook E752
Revert "ALSA: hda - Add mute-LED mode control to Thinkpad"
Zidan Wang (2):
ASoC: wm8960: fix "RINPUT3" audio route error
ASoC: wm8994: correct BCLK DIV 348 to 384
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-06-06 16:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-06 16:26 Greg KH [this message]
2015-06-06 16:26 ` Linux 3.14.44 Greg KH
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=20150606162603.GA12027@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.