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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 D9206C2BD09 for ; Thu, 5 Dec 2019 13:20:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B5DE220675 for ; Thu, 5 Dec 2019 13:20:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729602AbfLENUR (ORCPT ); Thu, 5 Dec 2019 08:20:17 -0500 Received: from foss.arm.com ([217.140.110.172]:34108 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729402AbfLENUP (ORCPT ); Thu, 5 Dec 2019 08:20:15 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6E46E31B; Thu, 5 Dec 2019 05:20:15 -0800 (PST) Received: from arm.com (e112269-lin.cambridge.arm.com [10.1.194.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BBB323F68E; Thu, 5 Dec 2019 05:20:14 -0800 (PST) Date: Thu, 5 Dec 2019 13:20:10 +0000 From: Steven Price To: Valdis =?utf-8?Q?Kl=C4=93tnieks?= Cc: Andrew Morton , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" Subject: Re: linux-next 20191204: crash in mm/pagewalk.c Message-ID: <20191205132009.GA48492@arm.com> References: <4587.1575548582@turing-police> <20191205123025.GA46328@arm.com> <7712.1575551749@turing-police> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7712.1575551749@turing-police> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 05, 2019 at 01:15:49PM +0000, Valdis Klētnieks wrote: > On Thu, 05 Dec 2019 12:30:26 +0000, Steven Price said: > > On Thu, Dec 05, 2019 at 12:23:02PM +0000, Valdis Kl??tnieks wrote: > > > linux-next 20191204 dies a horrid death on my laptop while booting: > > > > This is due to an unfortunate conflict between my series reworking of > > the page walk infrastructure to reuse it for kernel walks and a commit > > by Thomas Hellstrom to allow safe modification of entries in the > > callback. See [1] for more detail. > > > > I believe Andrew has dropped my series for now while I rework it to fix > > this conflict. > > Thanks for the prompt response - I'll try again with today's -next if the series > has dropped out... The series is still in next-20191205 - but Andrew has sent me emails saying the patch is dropped. I'm not sure how long it takes for -next to reflect the update. Steve