From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23FC0C31E50 for ; Sat, 15 Jun 2019 22:38:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EB3D02184D for ; Sat, 15 Jun 2019 22:38:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560638328; bh=BUyUhZ4q1if9QMjFUVdtd/uzawhIDLu3vUCDGW+hGR8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=D+trMCEp/pl/BaDjpsBKHY3aMFgl69G6SgJnT4Jt+bwr6u23LrwrDVl9gz+CC/vB1 ZHX0F+6lN7EyTYyRMonmPtr+ZC8HF2F4twNvQzVUuWGh+0UoDyI7rTyICcaEj8tWSg +FkA1WTMPcPN1fr88/CPjcCE3ALvOVmLnyzHuyGM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726670AbfFOWir (ORCPT ); Sat, 15 Jun 2019 18:38:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:46196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726400AbfFOWir (ORCPT ); Sat, 15 Jun 2019 18:38:47 -0400 Received: from localhost (unknown [107.242.116.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 31F752073F; Sat, 15 Jun 2019 22:38:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560638326; bh=BUyUhZ4q1if9QMjFUVdtd/uzawhIDLu3vUCDGW+hGR8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x7agobaf94z2juYUTQD4S2nA+EtWg6Pc8lQu6q/c9fQy/7yRX5jmOYNBWMfW5UNZM rpHBRCSMaJ/h9kVxMrAXh8hiRNb5AkSo9s744F0+vPXbnSX85m37VALB1DLQP/7Ufb rHcegzPEulk+26A+4T23psdzCCOiz3TRNLbnzF6M= Date: Sat, 15 Jun 2019 18:38:43 -0400 From: Sasha Levin To: Mike Kravetz Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Michal Hocko , Hugh Dickins , stable@vger.kernel.org Subject: Re: [PATCH 2/3] hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race Message-ID: <20190615223843.GT1513@sasha-vm> References: <20181203200850.6460-3-mike.kravetz@oracle.com> <20190614215632.BF5F721473@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jun 14, 2019 at 04:33:53PM -0700, Mike Kravetz wrote: >On 6/14/19 2:56 PM, Sasha Levin wrote: >> Hi, >> >> [This is an automated email] >> >> This commit has been processed because it contains a "Fixes:" tag, >> fixing commit: ebed4bfc8da8 [PATCH] hugetlb: fix absurd HugePages_Rsvd. > >> >> How should we proceed with this patch? >> > >I hope you do nothing with this as the patch is not upstream. We do not, it's just a way to get more responses before people moved on to dealing with other work. -- Thanks, Sasha