From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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.30-stable review Date: Mon, 31 Oct 2016 11:52:49 -0600 Message-Id: <20161031175027.498906529@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: Based on the discussion at the kernel summit a few hours ago, here's a quick bug-fix release for 4.4-stable to resolve an issue with 4.4.29 and older kernels. I'll probably release it once the testing systems run on it to verify nothing is broken. This is the start of the stable review cycle for the 4.4.30 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 as soon as possible! The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.30-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.30-rc1 Greg Kroah-Hartman Revert "fix minor infoleak in get_user_ex()" Greg Kroah-Hartman Revert "x86/mm: Expand the exception table logic to allow new handling options" ------------- Diffstat: Documentation/x86/exception-tables.txt | 35 ------------ Makefile | 4 +- arch/x86/include/asm/asm.h | 40 ++++++------- arch/x86/include/asm/uaccess.h | 22 +++----- arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kernel/traps.c | 6 +- arch/x86/mm/extable.c | 100 +++++++++------------------------ arch/x86/mm/fault.c | 2 +- scripts/sortextable.c | 32 ----------- 9 files changed, 60 insertions(+), 183 deletions(-)