I'm announcing the release of the 3.16.67 kernel.
All users of the 3.16 kernel series should upgrade.
The updated 3.16.y git tree can be found at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git
The diff from 3.16.66 is attached to this message.
Ben.
------------
Makefile | 2 +- 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, 48 insertions(+), 28 deletions(-)
Amit Klein (1): inet: update the IP ID generation algorithm to higher standards.
Arend Van Spriel (1): brcmfmac: add length checks in scheduled scan result handler
Ben Hutchings (4): Revert "brcmfmac: assure SSID length from firmware is limited" vxlan: Fix big-endian declaration of VNI timer/debug: Change /proc/timer_stats from 0644 to 0600 Linux 3.16.67
David Herrmann (1): fork: record start_time late
Eric Dumazet (1): ipv4: fix a race in update_or_create_fnhe()
Joerg Roedel (1): KVM: VMX: Fix x2apic check in vmx_msr_bitmap_mode()
Matteo Croce (1): percpu: stop printing kernel addresses
Nick Krause (1): spi: omap-100k: Remove unused definitions