LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
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 4.16.5
Date: Thu, 26 Apr 2018 14:57:59 +0200 [thread overview]
Message-ID: <20180426125759.GA12833@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4704 bytes --]
I'm announcing the release of the 4.16.5 kernel.
All users of the 4.16 kernel series must upgrade.
The updated 4.16.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.16.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/x86/kernel/acpi/boot.c | 4 ++
arch/x86/kernel/tsc.c | 2 -
arch/x86/kvm/mmu.c | 2 -
drivers/clocksource/timer-imx-tpm.c | 2 -
drivers/gpu/drm/drm_dp_dual_mode_helper.c | 39 ++++++++++++++++++----
drivers/gpu/drm/i915/gvt/dmabuf.c | 1
drivers/gpu/drm/i915/gvt/kvmgt.c | 2 -
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2 -
drivers/gpu/drm/i915/intel_audio.c | 2 -
drivers/gpu/drm/i915/intel_bios.c | 13 +++++--
drivers/gpu/drm/vc4/vc4_bo.c | 2 +
drivers/gpu/drm/vc4/vc4_validate_shaders.c | 1
drivers/infiniband/hw/mlx5/qp.c | 3 +
drivers/net/wireless/mac80211_hwsim.c | 7 ++-
fs/btrfs/delayed-ref.c | 19 +++++++---
fs/btrfs/delayed-ref.h | 1
fs/btrfs/extent-tree.c | 16 ++++++---
fs/btrfs/inode.c | 20 ++++++-----
fs/cifs/dir.c | 9 ++---
fs/cifs/smbdirect.c | 2 +
fs/super.c | 9 ++---
include/linux/netfilter/x_tables.h | 3 +
include/linux/shrinker.h | 7 ++-
kernel/events/callchain.c | 21 ++++++-----
kernel/events/core.c | 4 +-
kernel/time/alarmtimer.c | 34 ++++++++++++++-----
kernel/time/posix-cpu-timers.c | 4 +-
mm/vmscan.c | 21 +++++++++++
net/bridge/netfilter/ebtables.c | 10 ++++-
net/ipv4/netfilter/arp_tables.c | 12 ++++--
net/ipv4/netfilter/ip_tables.c | 10 +++--
net/ipv6/netfilter/ip6_tables.c | 12 ++++--
net/netfilter/x_tables.c | 51 +++++++++++++++++++++++------
34 files changed, 254 insertions(+), 95 deletions(-)
Anson Huang (1):
clocksource/imx-tpm: Correct -ETIME return condition check
Benjamin Beichler (1):
mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
Daniel J Blueman (1):
drm/vc4: Fix memory leak during BO teardown
David Sterba (1):
btrfs: fix unaligned access in readdir
Dou Liyang (1):
x86/acpi: Prevent X2APIC id 0xffffffff from being accounted
Florian Westphal (5):
netfilter: x_tables: cap allocations at 512 mbyte
netfilter: x_tables: add counters allocation wrapper
netfilter: compat: prepare xt_compat_init_offsets to return errors
netfilter: compat: reject huge allocation requests
netfilter: x_tables: limit allocation requests for blob rule heads
Gaurav K Singh (1):
drm/i915/audio: Fix audio detection issue on GLK
Gerd Hoffmann (1):
drm/i915/gvt: throw error on unhandled vfio ioctls
Greg Kroah-Hartman (1):
Linux 4.16.5
Imre Deak (1):
drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
Jani Nikula (1):
drm/i915/bios: filter out invalid DDC pins from VBT child devices
Jiri Olsa (2):
perf: Fix sample_max_stack maximum check
perf: Return proper values for user stack errors
Laura Abbott (1):
posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated
Leon Romanovsky (1):
RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
Long Li (1):
cifs: smbd: Check for iov length on sending the last iov
Nikolay Borisov (1):
btrfs: Fix race condition between delayed refs and blockgroup removal
Sean Christopherson (1):
Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
Steve French (1):
cifs: do not allow creating sockets except with SMB1 posix exensions
Tetsuo Handa (1):
mm,vmscan: Allow preallocating memory for register_shrinker().
Thomas Gleixner (1):
alarmtimer: Init nanosleep alarm timer on stack
Tina Zhang (1):
drm/i915/gvt: Add drm_format_mod update
Xiaoming Gao (1):
x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
Xidong Wang (1):
drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-04-26 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-26 12:57 Greg KH [this message]
2018-04-26 12:58 ` 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=20180426125759.GA12833@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 \
--subject='Re: Linux 4.16.5' \
/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
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).