Received: by 10.223.185.116 with SMTP id b49csp2277697wrg; Sun, 4 Mar 2018 23:17:25 -0800 (PST) X-Google-Smtp-Source: AG47ELvdzSgO6qUU3w3KOHfVMqQV+Pio0Gc8mkk+UdC6cIuNQU6af/9WeqWTDSxWaPbF1L5aU3U/ X-Received: by 2002:a17:902:aa8e:: with SMTP id d14-v6mr5153185plr.318.1520234245774; Sun, 04 Mar 2018 23:17:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520234245; cv=none; d=google.com; s=arc-20160816; b=Innmd0TLBavUfa8HXingkFGfsjH87APNl+ep6pfbP+3wNAQICRIUpKB2nqC9fuhu1k kYy5wv8tVENagOSuxEUCdEbRMcpjddoinchu2MAT4658RsQ4X//EPtUH7FrYn0Ep/jWh hO6e3/qVBEcVxdKc9SMohHReeVCEyV6/GQq3IHqrbQf8jN5pTSyAvHSxf/9FkVo1KHAL 4fjRzMzIkfzkv1FM15Mn+ggBepi41wqiKRnp9w73MnKNJtUpv5Tevo7JqExTRtAOOTyu omsfoiAKTlbBmITXk+gkfdiOMGGb4Hd7Kl8JGGK8T5USmZMuTfCssPagyUQ8L8zXSOMt FpSA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=fnlnpXeuB1O2qjpg5TkkuhUTRDDbxWQbM++Sb00ROGo=; b=b/UDyP5i5hF5kl3k0NNiocB/3OCwQCO4T3P8TwHPXNfvmT7HPz0DXKtO6EohctXNt/ g9TmKuyZQeTPETpijiJcyv0YHnD/5MFz3t4lEAxlWM3fXM6YHSrPrVPgqUCq4SCtw089 Hf4imnByVYpt/L5nE5AEEwr6enIJFwMileG+lbEbov41le9k5WLmTtyKJPLnXjQJGoiv 89SJeQLnzUuF0PY8/tPBhvv5RbHZgsfhVuWfl6SsVYkNHE9mR5uQD63F6Z9QfDv7G/ma XRVZ9UBPla7xkpjU0gLYBdikHJcU3+Iooo2JG7BpMK62/ozsfiVlMm8PdVGLEQ+cFOuO sEVw== 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 z1si9807853pff.120.2018.03.04.23.17.10; Sun, 04 Mar 2018 23:17:25 -0800 (PST) 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 S1752357AbeCEGCp (ORCPT + 99 others); Mon, 5 Mar 2018 01:02:45 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36554 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144AbeCEGCo (ORCPT ); Mon, 5 Mar 2018 01:02:44 -0500 Received: from localhost (smbcdgpass.hotspot.hub-one.net [213.174.99.145]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A295E1311; Mon, 5 Mar 2018 06:02:43 +0000 (UTC) Date: Mon, 5 Mar 2018 07:02:45 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Al Viro , Jin Qian , Jin Qian Subject: Re: [PATCH 4.4 035/108] dont put symlink bodies in pagecache into highmem Message-ID: <20180305060245.GE6670@kroah.com> References: <20180215151222.267507937@linuxfoundation.org> <20180215151227.323543261@linuxfoundation.org> <1520210279.2786.53.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1520210279.2786.53.camel@codethink.co.uk> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 05, 2018 at 12:37:59AM +0000, Ben Hutchings wrote: > On Thu, 2018-02-15 at 16:16 +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.??If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Al Viro > > > > commit 21fc61c73c3903c4c312d0802da01ec2b323d174 upstream. > > > > kmap() in page_follow_link_light() needed to go - allowing to hold > > an arbitrary number of kmaps for long is a great way to deadlocking > > the system. > > > > new helper (inode_nohighmem(inode)) needs to be used for pagecache > > symlinks inodes; done for all in-tree cases.??page_follow_link_light() > > instrumented to yell about anything missed. > > Except that this backport only updates ext4 and f2fs (and doesn't add > the warning). I suppose that's all matters for Android, but it would > be nice to get a more complete backport into 4.4-stable... That should be all the in-tree users of this, for 4.4, right? If not, ick. Jin, can you look into this? thanks, greg k-h