From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751759AbdDANWa (ORCPT ); Sat, 1 Apr 2017 09:22:30 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:36100 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbdDANW0 (ORCPT ); Sat, 1 Apr 2017 09:22:26 -0400 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Ben Hutchings To: linux-kernel@vger.kernel.org, stable@vger.kernel.org CC: torvalds@linux-foundation.org, Guenter Roeck , akpm@linux-foundation.org Date: Sat, 01 Apr 2017 14:17:53 +0100 Message-ID: X-Mailer: LinuxStableQueue (scripts by bwh) Subject: [PATCH 3.2 0/4] 3.2.88-rc1 review X-SA-Exim-Connect-IP: 2a02:8011:400e:2:6f00:88c8:c921:d332 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false 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 3.2.88 release. There are 4 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Tue Apr 04 00:00:00 UTC 2017. Anything received after that time might be too late. A combined patch relative to 3.2.87 will be posted as an additional response to this. A shortlog and diffstat can be found below. Ben. ------------- Ben Hutchings (1): keys: Guard against null match function in keyring_search_aux() [c06cfb08b88dfbe13be44a69ae2fdc3a7c902d81] Eric Dumazet (1): ipv4: keep skb->dst around in presence of IP options [34b2cef20f19c87999fff3da4071e66937db9644] Guillaume Nault (1): l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() [32c231164b762dddefa13af5a0101032c70b50ef] Michal Hocko (1): mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" backport [not upstream; fixes incorrect backport] Makefile | 4 ++-- mm/huge_memory.c | 2 +- net/ipv4/ip_sockglue.c | 3 ++- net/l2tp/l2tp_ip.c | 5 +++-- security/keys/keyring.c | 6 +++--- 5 files changed, 11 insertions(+), 9 deletions(-) -- Ben Hutchings It is easier to change the specification to fit the program than vice versa.