Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758440AbcJYHwJ (ORCPT ); Tue, 25 Oct 2016 03:52:09 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35908 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753933AbcJYHwG (ORCPT ); Tue, 25 Oct 2016 03:52:06 -0400 From: Michal Hocko To: Stable tree Cc: Johannes Weiner , , LKML , Andrew Morton , Antonio SJ Musumeci , Jan Kara , Linus Torvalds , Michal Hocko , Miklos Szeredi Subject: [PATCH stable 4.4 0/4] mm: workingset backports Date: Tue, 25 Oct 2016 09:51:44 +0200 Message-Id: <20161025075148.31661-1-mhocko@kernel.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 399 Lines: 7 Hi, here is the backport of (hopefully) all workingset related fixes for 4.4 kernel. The series has been reviewed by Johannes [1]. The main motivation for the backport is 22f2ac51b6d6 ("mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()") which is a fix for a triggered BUG_ON. This is not sufficient because there are follow up fixes which were introduced later.