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.18.75
Date: Thu, 12 Oct 2017 12:13:56 +0200 [thread overview]
Message-ID: <20171012101356.GA4828@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4833 bytes --]
I'm announcing the release of the 3.18.75 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-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 -
drivers/base/platform.c | 3 +
drivers/gpu/drm/i915/intel_bios.c | 7 +++
drivers/hid/i2c-hid/i2c-hid.c | 3 +
drivers/iio/adc/ad7793.c | 4 +-
drivers/iio/adc/ad_sigma_delta.c | 28 ++++++++++++++
drivers/iio/adc/mcp320x.c | 1
drivers/iio/industrialio-core.c | 4 +-
drivers/staging/iio/adc/ad7192.c | 4 --
drivers/usb/core/config.c | 16 ++++++--
drivers/usb/core/devio.c | 6 ++-
drivers/usb/core/hub.c | 2 -
drivers/usb/gadget/legacy/inode.c | 49 +++++++++++++++++++++----
drivers/usb/gadget/udc/dummy_hcd.c | 24 ++++++++++--
drivers/usb/host/pci-quirks.c | 8 ++--
drivers/usb/host/xhci.h | 2 -
drivers/usb/renesas_usbhs/fifo.c | 21 +++++++++-
drivers/usb/storage/uas-detect.h | 15 ++++---
drivers/usb/storage/uas.c | 10 ++---
drivers/usb/storage/unusual_devs.h | 7 +++
drivers/uwb/hwa-rc.c | 2 +
drivers/uwb/uwbd.c | 12 ++++--
fs/ext4/acl.c | 22 +++++++----
fs/ext4/inode.c | 64 +++++++++++++++++++--------------
fs/ext4/super.c | 9 ++++
fs/super.c | 6 +--
fs/xattr.c | 2 -
include/linux/iio/adc/ad_sigma_delta.h | 3 +
include/uapi/linux/usb/ch9.h | 1
security/smack/smack_lsm.c | 55 ++++++++++++----------------
sound/usb/card.c | 20 ++++++++++
sound/usb/usx2y/usb_stream.c | 6 ++-
32 files changed, 298 insertions(+), 120 deletions(-)
Adrian Salido (1):
HID: i2c-hid: allocate hid buffers for real worst case
Alan Stern (6):
USB: gadgetfs: Fix crash caused by inadequate synchronization
USB: gadgetfs: fix copy_to_user while holding spinlock
usb-storage: unusual_devs entry to fix write-access regression for Seagate external drives
USB: dummy-hcd: fix connection failures (wrong speed)
USB: dummy-hcd: fix infinite-loop resubmission bug
USB: uas: fix bug in handling of alternate settings
Andrey Konovalov (2):
uwb: properly check kthread_run return value
uwb: ensure that endpoint is interrupt
Casey Schaufler (1):
lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
Dan Carpenter (1):
USB: devio: Don't corrupt user memory
David Eccher (1):
usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write
Dmitry Fleytman (1):
usb: Increase quirk delay for USB devices
Dragos Bogdan (2):
iio: ad_sigma_delta: Implement a dedicated reset function
iio: ad7793: Fix the serial interface reset
Eryu Guan (1):
ext4: validate s_first_meta_bg at mount time
Greg Kroah-Hartman (2):
USB: fix out-of-bounds in usb_set_configuration
Linux 3.18.75
Jan Kara (2):
ext4: fix data corruption for mmap writes
ext4: Don't clear SGID when inheriting ACLs
Jani Nikula (1):
drm/i915/bios: ignore HDMI on port A
Jim Dickerson (1):
usb: pci-quirks.c: Corrected timeout values used in handshake
Josef Bacik (1):
ext4: only call ext4_truncate when size <= isize
Lukas Wunner (1):
iio: adc: mcp320x: Fix oops on module unload
Mathias Nyman (1):
xhci: fix finding correct bus_state structure for USB 3.1 hosts
Matt Fornero (1):
iio: core: Return error for failed read_reg
Nicolai Stange (1):
driver core: platform: Don't read past the end of "driver_override" buffer
Oleg Nesterov (1):
fs/super.c: fix race between freeze_super() and thaw_super()
Stefan Popa (1):
staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma from stack.
Takashi Iwai (2):
ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
ALSA: usx2y: Suppress kernel warning at page allocation failures
Theodore Ts'o (1):
ext4: fix fencepost in s_first_meta_bg validation
Yoshihiro Shimoda (2):
usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-10-12 10:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 10:13 Greg KH [this message]
2017-10-12 10:14 ` Linux 3.18.75 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=20171012101356.GA4828@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