Linux 4.13.9
From: | Greg KH <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, Andrew Morton <akpm-AT-linux-foundation.org>, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 4.13.9 | |
Date: | Sun, 22 Oct 2017 20:03:18 +0200 | |
Message-ID: | <20171022180318.GA19779@kroah.com> | |
Cc: | lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> |
I'm announcing the release of the 4.13.9 kernel. All users of the 4.13 kernel series must upgrade. The updated 4.13.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.13.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-st... thanks, greg k-h ------------ Makefile | 2 arch/x86/kernel/apic/apic.c | 7 + drivers/hid/Kconfig | 1 drivers/hid/hid-core.c | 2 drivers/hid/hid-elecom.c | 13 ++- drivers/hid/hid-ids.h | 2 drivers/hv/channel.c | 20 ++++- drivers/hv/channel_mgmt.c | 54 +++++++++---- drivers/hv/ring_buffer.c | 162 +++++++++++++---------------------------- drivers/hv/vmbus_drv.c | 6 + include/linux/hyperv.h | 67 ---------------- mm/page_vma_mapped.c | 25 ++---- tools/perf/util/parse-events.c | 9 +- tools/perf/util/pmu.c | 56 ++++++++++---- tools/perf/util/pmu.h | 1 15 files changed, 194 insertions(+), 233 deletions(-) Alex Manoussakis (1): HID: hid-elecom: extend to fix descriptor for HUGE trackball Greg Kroah-Hartman (1): Linux 4.13.9 Hans de Goede (1): x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs without the feature K. Y. Srinivasan (2): Drivers: hv: vmbus: Fix rescind handling issues Drivers: hv: vmbus: Fix bugs in rescind handling Mark Rutland (1): perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU Paolo Bonzini (1): x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors Stephen Hemminger (4): vmbus: simplify hv_ringbuffer_read vmbus: refactor hv_signal_on_read vmbus: eliminate duplicate cached index vmbus: more host signalling avoidance Will Deacon (1): mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock