Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758813AbcJSSaw (ORCPT ); Wed, 19 Oct 2016 14:30:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58898 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758654AbcJSSau (ORCPT ); Wed, 19 Oct 2016 14:30:50 -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, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.4 0/2] 4.4.26-stable review Date: Wed, 19 Oct 2016 20:30:51 +0200 Message-Id: <20161019182806.226441558@linuxfoundation.org> X-Mailer: git-send-email 2.10.0 User-Agent: quilt/0.64 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.26-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.26-rc1 X-KernelTest-Deadline: 2016-10-21T18:28+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1344 Lines: 43 This is the start of the stable review cycle for the 4.4.26 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 Fri Oct 21 18:27:53 UTC 2016. 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.4.26-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.26-rc1 Linus Torvalds mm: remove gup_flags FOLL_WRITE games from __get_user_pages() H.J. Lu x86/build: Build compressed x86 kernels as PIE ------------- Diffstat: Makefile | 4 ++-- arch/x86/boot/compressed/Makefile | 14 +++++++++++++- arch/x86/boot/compressed/head_32.S | 28 ++++++++++++++++++++++++++++ arch/x86/boot/compressed/head_64.S | 8 ++++++++ include/linux/mm.h | 1 + mm/gup.c | 14 ++++++++++++-- 6 files changed, 64 insertions(+), 5 deletions(-)