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.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 6951AC28CF6 for ; Wed, 1 Aug 2018 18:36:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 28BF920844 for ; Wed, 1 Aug 2018 18:36:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 28BF920844 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388485AbeHAUXs (ORCPT ); Wed, 1 Aug 2018 16:23:48 -0400 Received: from mga11.intel.com ([192.55.52.93]:61277 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732267AbeHAUXr (ORCPT ); Wed, 1 Aug 2018 16:23:47 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2018 11:36:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,432,1526367600"; d="scan'208";a="250896472" Received: from agluck-desk.sc.intel.com (HELO agluck-desk) ([10.3.52.160]) by fmsmga006.fm.intel.com with ESMTP; 01 Aug 2018 11:36:25 -0700 Date: Wed, 1 Aug 2018 11:36:25 -0700 From: "Luck, Tony" To: Linus Torvalds Cc: "Kirill A. Shutemov" , Amit Pundir , John Stultz , Hugh Dickins , Matthew Wilcox , "Kirill A. Shutemov" , Andrew Morton , Dmitry Vyukov , Oleg Nesterov , Andrea Arcangeli , Greg Kroah-Hartman , linux-mm , Linux Kernel Mailing List , youling 257 , Joel Fernandes , Colin Cross Subject: Re: Linux 4.18-rc7 Message-ID: <20180801183625.GA4412@agluck-desk> References: <20180731170328.ocb5oikwhwtkyzrj@kshutemo-mobl1> <20180731174349.GA12944@agluck-desk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 01, 2018 at 10:15:05AM -0700, Linus Torvalds wrote: > Tony, can you please double-check my commit ebad825cdd4e ("ia64: mark > special ia64 memory areas anonymous") fixes things for you? I didn't > even compile it, but it really looks so obvious that I just committed > it directly. It's not pushed out yet (I'm doing the normal full build > test because of the ashmem commit first), but it should be out in > about 20 minutes when my testing has finished. > > I'd like to get this sorted out asap, although at this point I still > think that I'll have to do an rc8 even though I feel like we may have > caught everything. I pulled and got HEAD = 44960f2a7b63e224b1091b3e1d6f60e0cdf4be0c which includes ebad825cdd4e. ia64 boots fine with no issues. Thanks -Tony