Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754914AbcJTIpE (ORCPT ); Thu, 20 Oct 2016 04:45:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:46416 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753353AbcJTIpA (ORCPT ); Thu, 20 Oct 2016 04:45:00 -0400 From: Jiri Slaby To: stable@vger.kernel.org Cc: linux@roeck-us.net, shuah.kh@samsung.com, linux-kernel@vger.kernel.org, Jiri Slaby Subject: [PATCH 3.12 0/5] 3.12.66-stable review Date: Thu, 20 Oct 2016 10:44:57 +0200 Message-Id: X-Mailer: git-send-email 2.10.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1526 Lines: 45 This is the start of the stable review cycle for the 3.12.66 release. There are 5 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 Mon Oct 24 10:44:48 CEST 2016. Anything received after that time might be too late. The whole patch series can be found in one patch at: http://kernel.org/pub/linux/kernel/people/jirislaby/stable-review/patch-3.12.66-rc1.xz and the diffstat can be found below. thanks, js =============== Arend Van Spriel (1): brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap() H.J. Lu (1): x86/build: Build compressed x86 kernels as PIE Jaewon Kim (1): ratelimit: fix bug in time interval by resetting right begin time Junichi Nomura (1): dm: fix AB-BA deadlock in __dm_destroy() Linus Torvalds (1): mm: remove gup_flags FOLL_WRITE games from __get_user_pages() arch/x86/boot/compressed/Makefile | 14 ++++++++++- arch/x86/boot/compressed/head_32.S | 28 ++++++++++++++++++++++ arch/x86/boot/compressed/head_64.S | 8 +++++++ drivers/md/dm.c | 4 ++-- .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 2 +- include/linux/mm.h | 1 + lib/ratelimit.c | 2 +- mm/memory.c | 14 +++++++++-- 8 files changed, 66 insertions(+), 7 deletions(-) -- 2.10.1