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.15.8
Date: Thu, 31 Jul 2014 15:58:15 -0700 [thread overview]
Message-ID: <20140731225815.GA4155@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 5865 bytes --]
I'm announcing the release of the 3.15.8 kernel.
All users of the 3.15 kernel series must upgrade.
The updated 3.15.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.15.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 | 6 ++--
arch/parisc/include/uapi/asm/signal.h | 2 -
arch/powerpc/platforms/pseries/dlpar.c | 1
arch/powerpc/platforms/pseries/reconfig.c | 1
arch/s390/kernel/ptrace.c | 12 ++++++--
arch/x86/kernel/entry_32.S | 9 +++---
arch/xtensa/mm/init.c | 2 -
block/blk-cgroup.c | 7 ++++
block/blk-tag.c | 33 ++++-------------------
block/compat_ioctl.c | 1
drivers/ata/ahci.c | 1
drivers/ata/libata-core.c | 12 ++++++--
drivers/base/platform.c | 9 ++++--
drivers/block/zram/zram_drv.c | 22 ++++++++++++---
drivers/char/hw_random/core.c | 6 ++++
drivers/char/hw_random/virtio-rng.c | 10 ++++++
drivers/gpu/drm/radeon/cik.c | 2 +
drivers/gpu/drm/radeon/evergreen.c | 1
drivers/gpu/drm/radeon/r600.c | 1
drivers/gpu/drm/radeon/si.c | 1
drivers/hwmon/smsc47m192.c | 4 ++
drivers/input/input.c | 6 ++--
drivers/input/mouse/synaptics.c | 5 ++-
drivers/media/dvb-frontends/tda10071.c | 6 +++-
drivers/media/usb/dvb-usb-v2/af9035.c | 40 +++++++++++++++++++++++----
drivers/media/usb/hdpvr/hdpvr-video.c | 6 ++--
drivers/media/v4l2-core/v4l2-dv-timings.c | 4 +-
drivers/parport/Kconfig | 12 ++++----
drivers/pinctrl/pinctrl-st.c | 2 -
drivers/staging/media/omap4iss/Kconfig | 2 -
fs/coredump.c | 2 -
fs/fuse/inode.c | 5 ---
fs/namei.c | 3 +-
fs/nfs/nfs3acl.c | 43 ++++++++++++++++++++++++++++++
fs/nfs/nfs3proc.c | 4 +-
include/linux/libata.h | 1
include/uapi/linux/fuse.h | 3 ++
kernel/trace/trace.c | 2 -
kernel/trace/trace_clock.c | 9 +++---
mm/hugetlb.c | 1
mm/memory.c | 2 -
mm/slab_common.c | 2 -
net/wireless/nl80211.c | 11 +++----
43 files changed, 222 insertions(+), 92 deletions(-)
Amit Shah (1):
hwrng: virtio - ensure reads happen after successful probe
Andrew Gallagher (1):
fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT
Antti Palosaari (2):
media: af9035: override tuner id when bad value set into eeprom
media: tda10071: force modulation to QPSK on DVB-S
Arnd Bergmann (1):
media: staging: tighten omap4iss dependencies
Christian König (1):
drm/radeon: fix irq ring buffer overflow handling
Christoph Hellwig (2):
nfs: only show Posix ACLs in listxattr if actually present
block: don't assume last put of shared tags is for the host
Dmitry Torokhov (1):
Input: fix defuzzing logic
Greg Kroah-Hartman (1):
Linux 3.15.8
Guenter Roeck (2):
hwmon: (smsc47m192) Fix temperature limit and vrm write operations
platform_get_irq: Revert to platform_get_resource if of_irq_get fails
Hans Verkuil (1):
media: hdpvr: fix two audio bugs
Hans de Goede (1):
Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)
Jerome Glisse (1):
drm/radeon: fix cut and paste issue for hawaii.
Johannes Berg (1):
nl80211: move set_qos_map command into split state
John David Anglin (1):
parisc: Remove SA_RESTORER define
Kevin Hao (1):
libata: support the ata host which implements a queue depth less than 32
Konstantin Khlebnikov (1):
mm: do not call do_fault_around for non-linear fault
Linus Torvalds (1):
Fix gcc-4.9.0 miscompilation of load_balance() in scheduler
Martin Schwidefsky (1):
s390/ptrace: fix PSW mask check
Max Filippov (1):
xtensa: fix sysmem reservation at the end of existing block
Maxime COQUELIN (1):
pinctrl: st: Fix irqmux handler
Miklos Szeredi (1):
fuse: s_time_gran fix
Mikulas Patocka (2):
block: provide compat ioctl for BLKZEROOUT
slab_common: fix the check for duplicate slab names
Minchan Kim (1):
zram: avoid lockdep splat by revalidate_disk
Naoya Horiguchi (1):
mm: hugetlb: fix copy_hugetlb_page_range()
Randy Dunlap (1):
parport: fix menu breakage
Rickard Strandqvist (1):
media: media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio
Romain Degez (1):
ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)
Silesh C V (1):
coredump: fix the setting of PF_DUMPCORE
Sven Wegener (1):
x86_32, entry: Store badsys error code in %eax
Tejun Heo (2):
libata: introduce ata_host->n_tags to avoid oops on SAS controllers
blkcg: don't call into policy draining if root_blkg is already gone
Tony Luck (1):
tracing: Fix wraparound problems in "uptime" trace clock
Tyrel Datwyler (1):
powerpc/pseries: dynamically added OF nodes need to call of_node_init
Vasily Averin (1):
fs: umount on symlink leaks mnt count
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2014-07-31 22:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 22:58 Greg KH [this message]
2014-07-31 22:58 ` Linux 3.15.8 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=20140731225815.GA4155@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox