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.53
Date: Tue, 16 May 2017 08:45:55 +0200 [thread overview]
Message-ID: <20170516064555.GA31325@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6145 bytes --]
I'm announcing the release of the 3.18.53 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
arch/arm/kernel/Makefile | 1
arch/arm/kernel/pj4-cp0.c | 4 +
arch/powerpc/platforms/powernv/opal-wrappers.S | 2
arch/x86/kernel/kprobes/common.h | 2
arch/x86/kernel/kprobes/core.c | 6 +-
arch/x86/kernel/kprobes/opt.c | 2
arch/x86/kernel/pci-calgary_64.c | 2
arch/x86/kvm/cpuid.c | 6 --
arch/x86/kvm/vmx.c | 2
arch/x86/platform/intel-mid/device_libs/platform_wdt.c | 2
drivers/gpu/drm/ttm/ttm_bo_vm.c | 12 ++++
drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c | 23 ++------
drivers/net/wireless/mwifiex/debugfs.c | 3 -
drivers/net/wireless/mwifiex/sta_ioctl.c | 2
drivers/power/bq24190_charger.c | 3 -
drivers/staging/emxx_udc/emxx_udc.c | 4 -
drivers/tty/sysrq.c | 19 ------
drivers/usb/host/ehci-exynos.c | 2
drivers/usb/host/ohci-exynos.c | 2
drivers/usb/serial/ark3116.c | 25 ++++++--
drivers/usb/serial/digi_acceleport.c | 38 ++++++++-----
drivers/usb/serial/ftdi_sio.c | 7 +-
drivers/usb/serial/io_edgeport.c | 48 +++++++++++------
drivers/usb/serial/keyspan_pda.c | 19 ++++--
drivers/usb/serial/mct_u232.c | 6 +-
drivers/usb/serial/quatech2.c | 24 ++++----
drivers/usb/serial/ssu100.c | 31 ++++++++--
drivers/usb/serial/ti_usb_3410_5052.c | 12 +---
fs/9p/acl.c | 2
fs/f2fs/super.c | 7 ++
include/linux/f2fs_fs.h | 6 ++
include/linux/mtd/map.h | 12 +++-
include/net/addrconf.h | 2
include/net/ip6_route.h | 1
net/ipv4/raw.c | 3 +
net/ipv4/tcp_lp.c | 6 +-
net/ipv4/tcp_output.c | 19 ++++--
net/ipv6/addrconf.c | 3 +
net/ipv6/raw.c | 2
net/ipv6/route.c | 39 +++++++++----
tools/power/cpupower/utils/helpers/cpuid.c | 1
42 files changed, 264 insertions(+), 150 deletions(-)
Alexander Potapenko (1):
ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
Andy Shevchenko (1):
x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
Ard Biesheuvel (1):
ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 mode
Arnd Bergmann (3):
tty: remove platform_sysrq_reset_seq
mtd: cfi: reduce stack size
staging: emxx_udc: remove incorrect __init annotations
Ben Hutchings (1):
cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
Brian Norris (1):
mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print
Cong Wang (1):
9p: fix a potential acl leak
Eric Dumazet (2):
tcp: do not underestimate skb->truesize in tcp_trim_head()
tcp: fix wraparound issue in tcp_lp
Ganapathi Bhat (1):
mwifiex: Avoid skipping WEP key deletion for AP
Greg Kroah-Hartman (1):
Linux 3.18.53
James Hughes (2):
brcmfmac: Ensure pointer correctly set if skb data location changes
brcmfmac: Make skb header writable before use
Jim Mattson (1):
Revert "KVM: nested VMX: disable perf cpuid reporting"
Jin Qian (1):
f2fs: sanity check segment count
Johan Hovold (10):
USB: serial: keyspan_pda: fix receive sanity checks
USB: serial: digi_acceleport: fix incomplete rx sanity check
USB: serial: ssu100: fix control-message error handling
USB: serial: io_edgeport: fix epic-descriptor handling
USB: serial: ti_usb_3410_5052: fix control-message error handling
USB: serial: ark3116: fix open error handling
USB: serial: ftdi_sio: fix latency-timer error handling
USB: serial: quatech2: fix control-message error handling
USB: serial: mct_u232: fix modem-status error handling
USB: serial: io_edgeport: fix descriptor error handling
Krzysztof Kozlowski (2):
usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths
usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths
Liam Breck (2):
power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
power: supply: bq24190_charger: Call set_mode_host() on pm_resume()
Masami Hiramatsu (1):
kprobes/x86: Fix kernel panic when certain exception-handling addresses are probed
Michael Ellerman (1):
powerpc/powernv: Fix opal_exit tracepoint opcode
Nicolai Hähnle (1):
drm/ttm: fix use-after-free races in vm fault handling
Nikola Pajkovsky (1):
x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0
WANG Cong (2):
ipv6: initialize route null entry in addrconf_init()
ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-05-16 6:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-16 6:45 Greg KH [this message]
2017-05-16 6:46 ` Linux 3.18.53 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=20170516064555.GA31325@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.