From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755682AbdJLVbQ (ORCPT ); Thu, 12 Oct 2017 17:31:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55104 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753282AbdJLVbN (ORCPT ); Thu, 12 Oct 2017 17:31:13 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , 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 0/2] 4.13.7-stable review Date: Thu, 12 Oct 2017 23:26:01 +0200 Message-Id: <20171012212538.671181286@linuxfoundation.org> X-Mailer: git-send-email 2.14.2 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.13.7-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.13.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.13.7-rc1 X-KernelTest-Deadline: 2017-10-14T21:25+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.13.7 release. There are 2 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 14 21:25:27 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.7-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 Linux 4.13.7-rc1 Kees Cook waitid(): Add missing access_ok() checks Wim Van Sebroeck watchdog: Revert "iTCO_wdt: all versions count down twice" ------------- Diffstat: Documentation/watchdog/watchdog-parameters.txt | 2 +- Makefile | 4 ++-- drivers/watchdog/iTCO_wdt.c | 22 ++++++++++++---------- kernel/exit.c | 6 ++++++ 4 files changed, 21 insertions(+), 13 deletions(-)