[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171019131659.388456140@linuxfoundation.org>
Date: Thu, 19 Oct 2017 15:38:55 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuahkh@....samsung.com, patches@...nelci.org,
ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.13 00/11] 4.13.9-stable review
This is the start of the stable review cycle for the 4.13.9 release.
There are 11 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat Oct 21 13:16:37 UTC 2017.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.13.9-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.13.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 4.13.9-rc1
Stephen Hemminger <stephen@...workplumber.org>
vmbus: more host signalling avoidance
Stephen Hemminger <stephen@...workplumber.org>
vmbus: eliminate duplicate cached index
Stephen Hemminger <stephen@...workplumber.org>
vmbus: refactor hv_signal_on_read
Stephen Hemminger <stephen@...workplumber.org>
vmbus: simplify hv_ringbuffer_read
K. Y. Srinivasan <kys@...rosoft.com>
Drivers: hv: vmbus: Fix bugs in rescind handling
K. Y. Srinivasan <kys@...rosoft.com>
Drivers: hv: vmbus: Fix rescind handling issues
Alex Manoussakis <amanou@....org>
HID: hid-elecom: extend to fix descriptor for HUGE trackball
Will Deacon <will.deacon@....com>
mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
Mark Rutland <mark.rutland@....com>
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Paolo Bonzini <pbonzini@...hat.com>
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors
Hans de Goede <hdegoede@...hat.com>
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs without the feature
-------------
Diffstat:
Makefile | 4 +-
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, 195 insertions(+), 234 deletions(-)
Powered by blists - more mailing lists