Received: by 10.192.165.148 with SMTP id m20csp2477971imm; Sun, 22 Apr 2018 07:53:17 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/E/kZi9cJyN4aVQPdq8elCDZkq2mj0cxOUpR39zDV4RLDWvs2yQhXUrclSx+g7DuEX/fLk X-Received: by 2002:a17:902:9a0b:: with SMTP id v11-v6mr17832458plp.387.1524408797259; Sun, 22 Apr 2018 07:53:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524408797; cv=none; d=google.com; s=arc-20160816; b=Wd6keU6giRB1fz9sQsw8S4HiUxZ+/MVHCQ3Gdf+VOq/bZ3LVklccFG8EnnOWPyKj4k mURftFdX39TFlcvLIg4MrCFdmX0KYiDpezrMKOwc6Y6soxKRWHSPWULwbtHJRAgjt8W6 XuR61yK5TptRLYNy7HPLrM96fTDfng+64ryadpn+FRfaslstE1is5k2gC6Mj/fGqyIV+ AqzPtrtNhbiWA+QW7DohBKfDO0d6ZVANZRsAsD6ZXZJbv3m4PhXonA1TRNwDx99rNOWg 1muKNBp2APk4P1q+GmnSnoBS+k+GhDAJtnO6boPqxavmgNZzQIym6zTsAzwVCopDcG/Z L2qQ== 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=D5P3XLiQRbSTWX79wk5qi60oaUnuF4OlWhp7Ecd0yYs=; b=T9xkj8a7s6tGzJXxeNEh+OoBxCUg74gSWEudUUm/e6b/jj2K92CPCcsgaW+VYvofV5 v6IWKwrTXcsRDFXlTA+JlcLuYjjnaeri/yCPOc41z1IeFc41PK+/xnB3cuYamEoae6Hg G7K296AW8Ntdw7ZaqX7iCf8Dx35/2Xf+Why6mvtV2Ewk7znQGh7wa5xHM17O6JieSirX 7pu6MX9z2BAzvvEEx5+dC9WqoC2lE/MazKhIxGUUr0IM44Yd+7wcqLrDWUALhvnsYJ9p 2z9yqnzhfHr81UTOVMWC3cPYupvqi+RsVGyEizJ0MAK+0yoTCsVKnDgaW/XPueCQohSu LvSQ== 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 y9si8463163pgp.525.2018.04.22.07.53.02; Sun, 22 Apr 2018 07:53:17 -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 S1757109AbeDVOwA (ORCPT + 99 others); Sun, 22 Apr 2018 10:52:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56624 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932095AbeDVOO5 (ORCPT ); Sun, 22 Apr 2018 10:14:57 -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 F3552C79; Sun, 22 Apr 2018 14:14:56 +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.9 92/95] mm/filemap.c: fix NULL pointer in page_cache_tree_insert() Date: Sun, 22 Apr 2018 15:54:01 +0200 Message-Id: <20180422135214.183266218@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180422135210.432103639@linuxfoundation.org> References: <20180422135210.432103639@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.9-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 @@ -616,7 +616,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 *); @@ -672,7 +672,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); @@ -1247,8 +1247,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; @@ -1996,7 +1995,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)