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.62
Date: Fri, 21 Jul 2017 09:02:49 +0200 [thread overview]
Message-ID: <20170721070249.GA5184@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4816 bytes --]
I'm announcing the release of the 3.18.62 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/parisc/include/asm/dma-mapping.h | 11 +++++--
arch/parisc/include/asm/mmu_context.h | 15 +++++++++-
arch/parisc/kernel/syscall_table.S | 2 -
arch/parisc/mm/fault.c | 2 -
arch/x86/crypto/sha1_ssse3_glue.c | 2 -
drivers/base/power/sysfs.c | 2 +
drivers/crypto/atmel-sha.c | 4 ++
drivers/crypto/caam/caamhash.c | 2 -
drivers/crypto/caam/key_gen.c | 2 -
drivers/crypto/talitos.c | 7 ++++-
drivers/irqchip/irq-gic-v3.c | 3 ++
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 5 +++
drivers/parisc/ccio-dma.c | 12 ++++++++
drivers/parisc/dino.c | 5 ++-
drivers/parisc/lba_pci.c | 6 ++--
drivers/parisc/sba_iommu.c | 14 ++++++++++
drivers/tty/vt/vt.c | 6 ++--
fs/dcache.c | 5 ++-
fs/exec.c | 11 ++++---
kernel/extable.c | 2 -
kernel/sched/core.c | 22 +++++++++++++--
kernel/trace/trace.c | 2 -
mm/mmap.c | 2 -
net/core/dev.c | 4 +-
net/ipv4/tcp.c | 2 +
net/ipv6/addrconf.c | 25 +++++++++---------
net/wireless/nl80211.c | 8 ++++-
scripts/checkpatch.pl | 6 ++--
tools/lib/lockdep/uinclude/linux/lockdep.h | 2 -
30 files changed, 140 insertions(+), 53 deletions(-)
Adam Borowski (1):
vt: fix unchecked __put_user() in tioclinux ioctls
Arend van Spriel (1):
brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
Ben Hutchings (1):
tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth
Cyril Bur (1):
checkpatch: silence perl 5.26.0 unescaped left brace warnings
Dan Carpenter (1):
PM / QoS: return -EINVAL for bogus strings
Eric Biggers (1):
parisc: use compat_sys_keyctl()
Eric Dumazet (1):
net: prevent sign extension in dev_get_stats()
Gilad Ben-Yossef (1):
crypto: atmel - only treat EBUSY as transient if backlog
Greg Kroah-Hartman (1):
Linux 3.18.62
Helge Deller (3):
parisc: Report SIGSEGV instead of SIGBUS when running out of stack
parisc/mm: Ensure IRQs are off in switch_mm()
mm: fix overflow check in expand_upwards()
Herbert Xu (1):
crypto: sha1-ssse3 - Disable avx2
Horia Geantă (1):
crypto: caam - fix signals handling
Kees Cook (1):
exec: Limit arg stack to at most 75% of _STK_LIM
Lauro Ramos Venancio (1):
sched/topology: Optimize build_group_mask()
Marcin Nowakowski (1):
kernel/extable.c: mark core_kernel_text notrace
Martin Hicks (1):
crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
Pavankumar Kondeti (1):
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
Peter Zijlstra (1):
sched/topology: Fix overlapping sched_group_mask
Sabrina Dubroca (1):
ipv6: dad: don't remove dynamic addresses if link is down
Sahitya Tummala (1):
fs/dcache.c: fix spin lockup issue on nlru->lock
Srinivas Dasari (3):
cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
cfg80211: Check if PMKID attribute is of expected size
Suzuki K Poulose (1):
irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
Thomas Bogendoerfer (1):
parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
WANG Cong (2):
ipv6: avoid unregistering inet6_dev for loopback
tcp: reset sk_rx_dst in tcp_disconnect()
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-07-21 7:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 7:02 Greg KH [this message]
2017-07-21 7:02 ` Linux 3.18.62 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=20170721070249.GA5184@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;
as well as URLs for NNTP newsgroup(s).