From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailgw02.mediatek.com ([210.61.82.184]:38420 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752542AbdIRJXz (ORCPT ); Mon, 18 Sep 2017 05:23:55 -0400 Message-ID: <1505726630.26825.9.camel@mtkswgap22> Subject: backport a patch for Linux 4.4 and 4.9 From: Miles Chen To: Date: Mon, 18 Sep 2017 17:23:50 +0800 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: Hi reviewers, I suggest to backport a commit to Linux 4.4 and 4.9 stable tree. Reason: the double decrease of nr_reserved_highatomic will generate many high atomic pages in the system and it may cause out-of-memory issues under long duration test. commit:4855e4a7f29d6d10b0b9c84e189c770c9a94e91e subject:mm: prevent double decrease of nr_reserved_highatomic kernel version to apply to:kernel 4.4 and 4.9 thanks, Miles