Received: by 10.192.165.148 with SMTP id m20csp2519803imm; Sun, 22 Apr 2018 08:43:46 -0700 (PDT) X-Google-Smtp-Source: AIpwx482opRDnCwBaMZY5onKGEhIoLMXhQ2bqB9xkjuIdV8jkC3CiDyn2Uk2IOImRlFzKsEYicN6 X-Received: by 2002:a17:902:781:: with SMTP id 1-v6mr11492153plj.150.1524411826135; Sun, 22 Apr 2018 08:43:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524411826; cv=none; d=google.com; s=arc-20160816; b=tmCwFPzOx95UVHLiRfe+oWMeFWFCKKWpozob+CFFx5QbXO5ZMXQZB5wWi0rG0oFt+6 SLxGwksPVZ37uvntEN1lLfc1U59/paU8cYyY3/AK9WlHWjx3EByqutXMfZz2HkLvqAos aTIvYI4YOJZC/Z2Ow/Yp9FKHguls7W1+qk4Y2fjiUwc1VS8JJQ3sMAUC+IhSe1tBIRP/ wnxI5grqFIaUaDCC0weB3agSdkrxgFbT3HJnJppGW9eYJ2VWIyjZGKm+IzFy/Sqvm3Ww W+IL9zeKvmxUp9HUIgzE6RJoB2989jIUKOrBTKz3jg4ysqor5Ml/Pt9UqFs6tnFYgyT+ OmZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=czyq5tsiOhp1IR6VOgnCJyi7X5hnnrPQE09TQMstQts=; b=EDhaHpamSaR6D0MpGZ30EPWvrPe1gk0v8LgJl3Zq2ro9krFBxxhaM+Y4m3Xu49Nhu3 mkBTHY/wsQfQCB7Mm0Vd40gCd4V+fgRTOvDpkxcfnkez9zZ4hQaXxEt0Q6y8D0SgsNac Hzo2INTOPnvKSUs3vOT7NHvFb6pLrzqSdbyV/1tIVU25LMbvlqxdF5ZyE9ePUjiVeQ0l nColxKw0YWhb6h58cIhUf6b0KmCvYqlEriympoo9SgX/2zTAr2kNfXXhhc5cEpNYy2xG aKfDD7OMDhKkDQG9yUyK0G0pJtnJR0RhE4WgyaGSIQE/P5mC/Es364wAWWGwXPchur+m ap+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l19-v6si8428959pli.600.2018.04.22.08.43.31; Sun, 22 Apr 2018 08:43:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755017AbeDVODP (ORCPT + 99 others); Sun, 22 Apr 2018 10:03:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49044 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754956AbeDVODH (ORCPT ); Sun, 22 Apr 2018 10:03:07 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 495C1CB8; Sun, 22 Apr 2018 14:03:06 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Matthew Wilcox , Chris Fries , Johannes Weiner , Michal Hocko , Jan Kara , Andrew Morton , Linus Torvalds Subject: [PATCH 4.16 193/196] mm/filemap.c: fix NULL pointer in page_cache_tree_insert() Date: Sun, 22 Apr 2018 15:53:33 +0200 Message-Id: <20180422135114.264827978@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180422135104.278511750@linuxfoundation.org> References: <20180422135104.278511750@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Matthew Wilcox commit abc1be13fd113ddef5e2d807a466286b864caed3 upstream. f2fs specifies the __GFP_ZERO flag for allocating some of its pages. Unfortunately, the page cache also uses the mapping's GFP flags for allocating radix tree nodes. It always masked off the __GFP_HIGHMEM flag, and masks off __GFP_ZERO in some paths, but not all. That causes radix tree nodes to be allocated with a NULL list_head, which causes backtraces like: __list_del_entry+0x30/0xd0 list_lru_del+0xac/0x1ac page_cache_tree_insert+0xd8/0x110 The __GFP_DMA and __GFP_DMA32 flags would also be able to sneak through if they are ever used. Fix them all by using GFP_RECLAIM_MASK at the innermost location, and remove it from earlier in the callchain. Link: http://lkml.kernel.org/r/20180411060320.14458-2-willy@infradead.org Fixes: 449dd6984d0e ("mm: keep page cache radix tree nodes in check") Signed-off-by: Matthew Wilcox Reported-by: Chris Fries Debugged-by: Minchan Kim Acked-by: Johannes Weiner Acked-by: Michal Hocko Reviewed-by: Jan Kara Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- mm/filemap.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) --- a/mm/filemap.c +++ b/mm/filemap.c @@ -785,7 +785,7 @@ int replace_page_cache_page(struct page VM_BUG_ON_PAGE(!PageLocked(new), new); VM_BUG_ON_PAGE(new->mapping, new); - error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM); + error = radix_tree_preload(gfp_mask & GFP_RECLAIM_MASK); if (!error) { struct address_space *mapping = old->mapping; void (*freepage)(struct page *); @@ -841,7 +841,7 @@ static int __add_to_page_cache_locked(st return error; } - error = radix_tree_maybe_preload(gfp_mask & ~__GFP_HIGHMEM); + error = radix_tree_maybe_preload(gfp_mask & GFP_RECLAIM_MASK); if (error) { if (!huge) mem_cgroup_cancel_charge(page, memcg, false); @@ -1584,8 +1584,7 @@ no_page: if (fgp_flags & FGP_ACCESSED) __SetPageReferenced(page); - err = add_to_page_cache_lru(page, mapping, offset, - gfp_mask & GFP_RECLAIM_MASK); + err = add_to_page_cache_lru(page, mapping, offset, gfp_mask); if (unlikely(err)) { put_page(page); page = NULL; @@ -2388,7 +2387,7 @@ static int page_cache_read(struct file * if (!page) return -ENOMEM; - ret = add_to_page_cache_lru(page, mapping, offset, gfp_mask & GFP_KERNEL); + ret = add_to_page_cache_lru(page, mapping, offset, gfp_mask); if (ret == 0) ret = mapping->a_ops->readpage(file, page); else if (ret == -EEXIST)