Linux 3.18.79
From: | Greg KH <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, Andrew Morton <akpm-AT-linux-foundation.org>, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 3.18.79 | |
Date: | Thu, 2 Nov 2017 10:34:40 +0100 | |
Message-ID: | <20171102093440.GA16189@kroah.com> | |
Cc: | lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> |
I'm announcing the release of the 3.18.79 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-st... thanks, greg k-h ------------ Makefile | 2 - drivers/input/tablet/gtco.c | 17 +++++++------ drivers/net/can/usb/kvaser_usb.c | 3 +- drivers/s390/scsi/zfcp_aux.c | 5 +++ drivers/s390/scsi/zfcp_erp.c | 18 ++++++++----- drivers/s390/scsi/zfcp_scsi.c | 5 +++ drivers/scsi/sg.c | 2 - drivers/usb/host/xhci-hub.c | 22 +++++++++++++--- fs/ceph/caps.c | 5 +++ fs/ecryptfs/ecryptfs_kernel.h | 25 +++++++++++++------ fs/ecryptfs/keystore.c | 9 ++++++ fs/fuse/dir.c | 3 +- include/uapi/linux/spi/spidev.h | 1 lib/assoc_array.c | 51 +++++++++++++-------------------------- 14 files changed, 101 insertions(+), 67 deletions(-) Baruch Siach (1): spi: uapi: spidev: add missing ioctl header Ben Hutchings (1): scsi: sg: Re-fix off by one in sg_fill_request_table() David Howells (1): assoc_array: Fix a buggy node-splitting case Dmitry Torokhov (1): Input: gtco - fix potential out-of-bound access Eric Biggers (1): ecryptfs: fix dereference of NULL user_key_payload Greg Kroah-Hartman (1): Linux 3.18.79 Jeff Layton (1): ceph: unlock dangling spinlock in try_flush_caps() Jimmy Assarsson (1): can: kvaser_usb: Correct return value in printout Mayank Rana (1): usb: xhci: Handle error condition in xhci_stop_device() Miklos Szeredi (1): fuse: fix READDIRPLUS skipping an entry Steffen Maier (1): scsi: zfcp: fix erp_action use-before-initialize in REC action trace