From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id AFDA96B0253 for ; Tue, 25 Oct 2016 03:52:06 -0400 (EDT) Received: by mail-pf0-f197.google.com with SMTP id t25so136698349pfg.3 for ; Tue, 25 Oct 2016 00:52:06 -0700 (PDT) Received: from mail-pf0-f194.google.com (mail-pf0-f194.google.com. [209.85.192.194]) by mx.google.com with ESMTPS id h7si9601571pgf.209.2016.10.25.00.52.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Oct 2016 00:52:05 -0700 (PDT) Received: by mail-pf0-f194.google.com with SMTP id i85so18856998pfa.0 for ; Tue, 25 Oct 2016 00:52:05 -0700 (PDT) From: Michal Hocko 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> Sender: owner-linux-mm@kvack.org List-ID: To: Stable tree Cc: Johannes Weiner , linux-mm@kvack.org, LKML , Andrew Morton , Antonio SJ Musumeci , Jan Kara , Linus Torvalds , Michal Hocko , Miklos Szeredi 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. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 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 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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> Sender: owner-linux-mm@kvack.org List-ID: 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. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org