[PATCH 3.16 00/10] 3.16.67-rc1 review

From: Ben Hutchings
Date: Thu May 09 2019 - 10:14:29 EST


This is the start of the stable review cycle for the 3.16.67 release.
There are 10 patches in this series, which will be posted as responses
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sat May 11 14:08:16 UTC 2019.
Anything received after that time might be too late.

All the patches have also been committed to the linux-3.16.y-rc branch of
https://git.kernel.org/pub/scm/linux/kernel/git/bwh/linux-stable-rc.git .
A shortlog and diffstat can be found below.

Ben.

-------------

Amit Klein (1):
inet: update the IP ID generation algorithm to higher standards.
[355b98553789b646ed97ad801a619ff898471b92]

Arend Van Spriel (1):
brcmfmac: add length checks in scheduled scan result handler
[4835f37e3bafc138f8bfa3cbed2920dd56fed283]

Ben Hutchings (3):
Revert "brcmfmac: assure SSID length from firmware is limited"
[not upstream; reverts incorrect backport]
timer/debug: Change /proc/timer_stats from 0644 to 0600
[not upstream; code was removed upstream]
vxlan: Fix big-endian declaration of VNI
[54bfd872bf16d40b61bd0cd9b769b2fef67dd272]

David Herrmann (1):
fork: record start_time late
[7b55851367136b1efd84d98fea81ba57a98304cf]

Eric Dumazet (1):
ipv4: fix a race in update_or_create_fnhe()
[caa415270c732505240bb60171c44a7838c555e8]

Joerg Roedel (1):
KVM: VMX: Fix x2apic check in vmx_msr_bitmap_mode()
[not upstream; fixes incorrect backport]

Matteo Croce (1):
percpu: stop printing kernel addresses
[00206a69ee32f03e6f40837684dcbe475ea02266]

Nick Krause (1):
spi: omap-100k: Remove unused definitions
[9f5b8b4f56dd194fd33021810636879036d2acdd]

Makefile | 4 ++--
arch/x86/kvm/vmx.c | 4 +++-
drivers/net/vxlan.c | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 16 +++++++++++-----
drivers/spi/spi-omap-100k.c | 4 ----
include/net/ip_fib.h | 2 +-
kernel/fork.c | 15 ++++++++++++---
kernel/time/timer_stats.c | 2 +-
mm/percpu.c | 8 ++++----
net/ipv4/fib_semantics.c | 8 +++++---
net/ipv4/route.c | 10 ++++++----
net/ipv6/ip6_output.c | 3 +++
12 files changed, 49 insertions(+), 29 deletions(-)

--
Ben Hutchings
Any sufficiently advanced bug is indistinguishable from a feature.