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.