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=-5.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 C86F6C4332B for ; Tue, 24 Mar 2020 10:14:15 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8EC0C20775 for ; Tue, 24 Mar 2020 10:14:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="G5O8P1Bq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8EC0C20775 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 7527710FC388D; Tue, 24 Mar 2020 03:15:05 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=216.205.24.74; helo=us-smtp-delivery-74.mimecast.com; envelope-from=bhe@redhat.com; receiver= Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [216.205.24.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C49F510FC3194 for ; Tue, 24 Mar 2020 03:15:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585044851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2W46V6KH08v3G104dBcGJzXANovvtij5IaA5Zt56vzQ=; b=G5O8P1Bql1HY2fjaeNwCAX33m9lUWl9Ii48n5Hm1kUPMrYWHp7Qmnbvzqj9/3bvdEZDItk 6MxhjxQ4fmI+KUZlktUURtjs1s2MjKM5xKHLkBRzufn/ubIIQyhbikDBOC9BAs90Rkj55o JBSbaklZU3Q6bXGCEXXedU6MHIXZ148= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-369-IKXQvLG0N9qrhjTwir3UOg-1; Tue, 24 Mar 2020 06:14:09 -0400 X-MC-Unique: IKXQvLG0N9qrhjTwir3UOg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 99A3F8010E8; Tue, 24 Mar 2020 10:14:07 +0000 (UTC) Received: from localhost (ovpn-12-69.pek2.redhat.com [10.72.12.69]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EB17A19C6A; Tue, 24 Mar 2020 10:14:04 +0000 (UTC) Date: Tue, 24 Mar 2020 18:14:01 +0800 From: Baoquan He To: "Aneesh Kumar K.V" , Sachin Sant Subject: Re: [5.6.0-rc7] Kernel crash while running ndctl tests Message-ID: <20200324101401.GA9942@MiWiFi-R3L-srv> References: <87a746cdva.fsf@linux.ibm.com> <33E32320-C371-4A41-A3E1-4B9D2DDAFBFC@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <33E32320-C371-4A41-A3E1-4B9D2DDAFBFC@linux.vnet.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Message-ID-Hash: ROA5IB2FL6Q5JW4X3E3PFFYTOCOZ7HMO X-Message-ID-Hash: ROA5IB2FL6Q5JW4X3E3PFFYTOCOZ7HMO X-MailFrom: bhe@redhat.com X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: LKML , linuxppc-dev@lists.ozlabs.org, linux-nvdimm@lists.01.org X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 03/24/20 at 03:06pm, Sachin Sant wrote: > > > > On 24-Mar-2020, at 2:45 PM, Aneesh Kumar K.V wrote: > > > > Sachin Sant writes: > > > >> While running ndctl[1] tests against 5.6.0-rc7 following crash is encountered. > >> > >> Bisect leads me to commit d41e2f3bd546 > >> mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case > >> > >> Reverting this commit helps and the tests complete without any crash. > > > > > > Can you try this change? > > > > diff --git a/mm/sparse.c b/mm/sparse.c > > index aadb7298dcef..3012d1f3771a 100644 > > --- a/mm/sparse.c > > +++ b/mm/sparse.c > > @@ -781,6 +781,8 @@ static void section_deactivate(unsigned long pfn, unsigned long nr_pages, > > ms->usage = NULL; > > } > > memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); > > + /* Mark the section invalid */ > > + ms->section_mem_map &= ~SECTION_HAS_MEM_MAP; > > } > > > > if (section_is_early && memmap) > > > > This patch works for me. The test ran successfully without any crash/failure. Hi Aneesh, Could you make a formal patch to post, since Sachin has tested and confirmed it works? > > Thanks > -Sachin > > > a pfn_valid check involves pnf_section_valid() check if section is > > having MEM_MAP. In this case we did end up setting the ms->uage = NULL. > > So when we do that tupdate the section to not have MEM_MAP. > > > > -aneesh > _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org 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=-5.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 67CB9C43331 for ; Tue, 24 Mar 2020 10:17:17 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B52FC20719 for ; Tue, 24 Mar 2020 10:17:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="G5O8P1Bq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B52FC20719 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48mnHD2sBXzDqwh for ; Tue, 24 Mar 2020 21:17:12 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=redhat.com (client-ip=216.205.24.74; helo=us-smtp-delivery-74.mimecast.com; envelope-from=bhe@redhat.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=G5O8P1Bq; dkim-atps=neutral Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [216.205.24.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48mnCt2lNxzDqRj for ; Tue, 24 Mar 2020 21:14:14 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585044851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2W46V6KH08v3G104dBcGJzXANovvtij5IaA5Zt56vzQ=; b=G5O8P1Bql1HY2fjaeNwCAX33m9lUWl9Ii48n5Hm1kUPMrYWHp7Qmnbvzqj9/3bvdEZDItk 6MxhjxQ4fmI+KUZlktUURtjs1s2MjKM5xKHLkBRzufn/ubIIQyhbikDBOC9BAs90Rkj55o JBSbaklZU3Q6bXGCEXXedU6MHIXZ148= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-369-IKXQvLG0N9qrhjTwir3UOg-1; Tue, 24 Mar 2020 06:14:09 -0400 X-MC-Unique: IKXQvLG0N9qrhjTwir3UOg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 99A3F8010E8; Tue, 24 Mar 2020 10:14:07 +0000 (UTC) Received: from localhost (ovpn-12-69.pek2.redhat.com [10.72.12.69]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EB17A19C6A; Tue, 24 Mar 2020 10:14:04 +0000 (UTC) Date: Tue, 24 Mar 2020 18:14:01 +0800 From: Baoquan He To: "Aneesh Kumar K.V" , Sachin Sant Subject: Re: [5.6.0-rc7] Kernel crash while running ndctl tests Message-ID: <20200324101401.GA9942@MiWiFi-R3L-srv> References: <87a746cdva.fsf@linux.ibm.com> <33E32320-C371-4A41-A3E1-4B9D2DDAFBFC@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33E32320-C371-4A41-A3E1-4B9D2DDAFBFC@linux.vnet.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dan Williams , linuxppc-dev@lists.ozlabs.org, LKML , linux-nvdimm@lists.01.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 03/24/20 at 03:06pm, Sachin Sant wrote: > > > > On 24-Mar-2020, at 2:45 PM, Aneesh Kumar K.V wrote: > > > > Sachin Sant writes: > > > >> While running ndctl[1] tests against 5.6.0-rc7 following crash is encountered. > >> > >> Bisect leads me to commit d41e2f3bd546 > >> mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case > >> > >> Reverting this commit helps and the tests complete without any crash. > > > > > > Can you try this change? > > > > diff --git a/mm/sparse.c b/mm/sparse.c > > index aadb7298dcef..3012d1f3771a 100644 > > --- a/mm/sparse.c > > +++ b/mm/sparse.c > > @@ -781,6 +781,8 @@ static void section_deactivate(unsigned long pfn, unsigned long nr_pages, > > ms->usage = NULL; > > } > > memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); > > + /* Mark the section invalid */ > > + ms->section_mem_map &= ~SECTION_HAS_MEM_MAP; > > } > > > > if (section_is_early && memmap) > > > > This patch works for me. The test ran successfully without any crash/failure. Hi Aneesh, Could you make a formal patch to post, since Sachin has tested and confirmed it works? > > Thanks > -Sachin > > > a pfn_valid check involves pnf_section_valid() check if section is > > having MEM_MAP. In this case we did end up setting the ms->uage = NULL. > > So when we do that tupdate the section to not have MEM_MAP. > > > > -aneesh > 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=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 CBECFC43331 for ; Tue, 24 Mar 2020 10:14:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A20EC2080C for ; Tue, 24 Mar 2020 10:14:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="VNinqeon" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727201AbgCXKOO (ORCPT ); Tue, 24 Mar 2020 06:14:14 -0400 Received: from us-smtp-delivery-74.mimecast.com ([216.205.24.74]:33428 "EHLO us-smtp-delivery-74.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726563AbgCXKOO (ORCPT ); Tue, 24 Mar 2020 06:14:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585044853; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2W46V6KH08v3G104dBcGJzXANovvtij5IaA5Zt56vzQ=; b=VNinqeonzo87zzq6XsiTqQffMtnFtyXI2lMasAjKdurHYqYjbV89L64wI3pLCFOKGOCKnF cKGh5KBCNd8FS9U5tZjQadnbrlgqYLa/D8JnF0gH/0ibkgPJcH5ImXGWuNcOkusUiDEOJy fGMMZK7NUHFMG4/O6Z7IF80vqZBCMCs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-369-IKXQvLG0N9qrhjTwir3UOg-1; Tue, 24 Mar 2020 06:14:09 -0400 X-MC-Unique: IKXQvLG0N9qrhjTwir3UOg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 99A3F8010E8; Tue, 24 Mar 2020 10:14:07 +0000 (UTC) Received: from localhost (ovpn-12-69.pek2.redhat.com [10.72.12.69]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EB17A19C6A; Tue, 24 Mar 2020 10:14:04 +0000 (UTC) Date: Tue, 24 Mar 2020 18:14:01 +0800 From: Baoquan He To: "Aneesh Kumar K.V" , Sachin Sant Cc: LKML , linuxppc-dev@lists.ozlabs.org, Dan Williams , linux-nvdimm@lists.01.org Subject: Re: [5.6.0-rc7] Kernel crash while running ndctl tests Message-ID: <20200324101401.GA9942@MiWiFi-R3L-srv> References: <87a746cdva.fsf@linux.ibm.com> <33E32320-C371-4A41-A3E1-4B9D2DDAFBFC@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33E32320-C371-4A41-A3E1-4B9D2DDAFBFC@linux.vnet.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/24/20 at 03:06pm, Sachin Sant wrote: > > > > On 24-Mar-2020, at 2:45 PM, Aneesh Kumar K.V wrote: > > > > Sachin Sant writes: > > > >> While running ndctl[1] tests against 5.6.0-rc7 following crash is encountered. > >> > >> Bisect leads me to commit d41e2f3bd546 > >> mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case > >> > >> Reverting this commit helps and the tests complete without any crash. > > > > > > Can you try this change? > > > > diff --git a/mm/sparse.c b/mm/sparse.c > > index aadb7298dcef..3012d1f3771a 100644 > > --- a/mm/sparse.c > > +++ b/mm/sparse.c > > @@ -781,6 +781,8 @@ static void section_deactivate(unsigned long pfn, unsigned long nr_pages, > > ms->usage = NULL; > > } > > memmap = sparse_decode_mem_map(ms->section_mem_map, section_nr); > > + /* Mark the section invalid */ > > + ms->section_mem_map &= ~SECTION_HAS_MEM_MAP; > > } > > > > if (section_is_early && memmap) > > > > This patch works for me. The test ran successfully without any crash/failure. Hi Aneesh, Could you make a formal patch to post, since Sachin has tested and confirmed it works? > > Thanks > -Sachin > > > a pfn_valid check involves pnf_section_valid() check if section is > > having MEM_MAP. In this case we did end up setting the ms->uage = NULL. > > So when we do that tupdate the section to not have MEM_MAP. > > > > -aneesh >