From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuahkh@osg.samsung.com,
patches@kernelci.org, ben.hutchings@codethink.co.uk,
stable@vger.kernel.org
Subject: [PATCH 4.13 00/11] 4.13.9-stable review
Date: Thu, 19 Oct 2017 15:38:55 +0200 [thread overview]
Message-ID: <20171019131659.388456140@linuxfoundation.org> (raw)
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@linuxfoundation.org>
Linux 4.13.9-rc1
Stephen Hemminger <stephen@networkplumber.org>
vmbus: more host signalling avoidance
Stephen Hemminger <stephen@networkplumber.org>
vmbus: eliminate duplicate cached index
Stephen Hemminger <stephen@networkplumber.org>
vmbus: refactor hv_signal_on_read
Stephen Hemminger <stephen@networkplumber.org>
vmbus: simplify hv_ringbuffer_read
K. Y. Srinivasan <kys@microsoft.com>
Drivers: hv: vmbus: Fix bugs in rescind handling
K. Y. Srinivasan <kys@microsoft.com>
Drivers: hv: vmbus: Fix rescind handling issues
Alex Manoussakis <amanou@gnu.org>
HID: hid-elecom: extend to fix descriptor for HUGE trackball
Will Deacon <will.deacon@arm.com>
mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
Mark Rutland <mark.rutland@arm.com>
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Paolo Bonzini <pbonzini@redhat.com>
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors
Hans de Goede <hdegoede@redhat.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(-)
next reply other threads:[~2017-10-19 13:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 13:38 Greg Kroah-Hartman [this message]
2017-10-19 13:38 ` [PATCH 4.13 01/11] x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs without the feature Greg Kroah-Hartman
2017-10-19 13:38 ` [PATCH 4.13 02/11] x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors Greg Kroah-Hartman
2017-10-19 13:38 ` [PATCH 4.13 03/11] perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU Greg Kroah-Hartman
2017-10-19 13:38 ` [PATCH 4.13 04/11] mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 05/11] HID: hid-elecom: extend to fix descriptor for HUGE trackball Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 06/11] Drivers: hv: vmbus: Fix rescind handling issues Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 07/11] Drivers: hv: vmbus: Fix bugs in rescind handling Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 08/11] vmbus: simplify hv_ringbuffer_read Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 09/11] vmbus: refactor hv_signal_on_read Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 10/11] vmbus: eliminate duplicate cached index Greg Kroah-Hartman
2017-10-19 13:39 ` [PATCH 4.13 11/11] vmbus: more host signalling avoidance Greg Kroah-Hartman
2017-10-20 13:06 ` [PATCH 4.13 00/11] 4.13.9-stable review Guenter Roeck
2017-10-20 13:49 ` Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171019131659.388456140@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuahkh@osg.samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.