I'm announcing the release of the 3.16.77 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.76 is attached to this message.
Ben.
------------
Documentation/ABI/testing/sysfs-devices-system-cpu | 2 + Documentation/hw-vuln/tsx_async_abort.rst | 268 +++++++++++++++++++++ Documentation/kernel-parameters.txt | 62 +++++ Documentation/x86/tsx_async_abort.rst | 117 +++++++++ Makefile | 2 +- arch/x86/Kconfig | 45 ++++ arch/x86/include/asm/cpufeatures.h | 2 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/asm/nospec-branch.h | 4 +- arch/x86/include/asm/processor.h | 7 + arch/x86/include/uapi/asm/msr-index.h | 16 ++ arch/x86/kernel/cpu/Makefile | 2 +- arch/x86/kernel/cpu/bugs.c | 143 ++++++++++- arch/x86/kernel/cpu/common.c | 93 ++++--- arch/x86/kernel/cpu/cpu.h | 18 ++ arch/x86/kernel/cpu/intel.c | 5 + arch/x86/kernel/cpu/tsx.c | 140 +++++++++++ arch/x86/kvm/cpuid.c | 7 + arch/x86/kvm/x86.c | 40 ++- drivers/base/cpu.c | 17 ++ drivers/gpu/drm/i915/i915_drv.c | 4 + drivers/gpu/drm/i915/i915_drv.h | 5 + drivers/gpu/drm/i915/i915_reg.h | 2 + drivers/gpu/drm/i915/intel_display.c | 9 + drivers/gpu/drm/i915/intel_drv.h | 3 + drivers/gpu/drm/i915/intel_pm.c | 146 ++++++++++- drivers/isdn/mISDN/socket.c | 2 + drivers/media/usb/dvb-usb/technisat-usb2.c | 21 +- drivers/media/usb/zr364xx/zr364xx.c | 3 +- drivers/net/wireless/ath/ath6kl/usb.c | 8 + drivers/net/wireless/rtlwifi/ps.c | 6 + include/linux/cpu.h | 5 + net/appletalk/ddp.c | 5 + net/ax25/af_ax25.c | 2 + net/ieee802154/af_ieee802154.c | 3 + net/nfc/llcp_sock.c | 7 +- net/sched/sch_netem.c | 9 +- net/wireless/wext-sme.c | 8 +- 38 files changed, 1171 insertions(+), 68 deletions(-)
Ben Hutchings (2): KVM: Introduce kvm_get_arch_capabilities() Linux 3.16.77
Hui Peng (1): ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
Imre Deak (1): drm/i915/gen8+: Add RC6 CTX corruption WA
Jakub Kicinski (1): net: netem: fix error path for corrupted GSO frames
Josh Poimboeuf (1): x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
Laura Abbott (1): rtlwifi: Fix potential overflow on P2P code
Michal Hocko (1): x86/tsx: Add config options to set tsx=on|off|auto
Ori Nimron (5): ax25: enforce CAP_NET_RAW for raw sockets ieee802154: enforce CAP_NET_RAW for raw sockets appletalk: enforce CAP_NET_RAW for raw sockets mISDN: enforce CAP_NET_RAW for raw sockets nfc: enforce CAP_NET_RAW for raw sockets
Paolo Bonzini (1): KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
Pawan Gupta (8): x86/msr: Add the IA32_TSX_CTRL MSR x86/cpu: Add a helper function x86_read_arch_cap_msr() x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default x86/speculation/taa: Add mitigation for TSX Async Abort x86/speculation/taa: Add sysfs reporting for TSX Async Abort kvm/x86: Export MDS_NO=0 to guests when TSX is enabled x86/tsx: Add "auto" option to the tsx= cmdline parameter x86/speculation/taa: Add documentation for TSX Async Abort
Sean Young (1): media: technisat-usb2: break out of loop at end of buffer
Vandana BN (1): media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycap
Vineela Tummalapalli (1): x86/bugs: Add ITLB_MULTIHIT bug infrastructure
Will Deacon (1): cfg80211: wext: avoid copying malformed SSIDs
linux-stable-mirror@lists.linaro.org